- 在线时间
- 42 小时
- 最后登录
- 2015-11-24
- 注册时间
- 2013-5-11
- 听众数
- 12
- 收听数
- 3
- 能力
- 0 分
- 体力
- 3303 点
- 威望
- 0 点
- 阅读权限
- 200
- 积分
- 1055
- 相册
- 0
- 日志
- 0
- 记录
- 0
- 帖子
- 124
- 主题
- 8
- 精华
- 0
- 分享
- 0
- 好友
- 22
TA的每日心情 | 开心 2015-11-24 17:35 |
---|
签到天数: 49 天 [LV.5]常住居民I
 群组: 2014年地区赛数学建模 |
楼主找了好久才找到这么全的,希望对大家有用(*^__^*) 9 M8 V& h- ~2 f$ {
! R- o, L) K/ Z: E3 u& g; x前言1 a) @( t9 c6 d5 s1 a1 q
latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。
* e8 C9 d9 K: w! s5 h6 k: v) kLatex简介# _4 e/ w' d% s# Z. f1 N* T x; k6 o
TeX是计算机科学家图灵奖得主Knuth教授设计的一款权威的科技论文排版软件!更重要的它是开源 (Open Source)的,Knuth教授无偿公开了它的所有源代码。正因为这个原因,无数的爱好者们大胆尝试TeX。并在其基础上开发了一个宏集 ――Latex。Latex方便好用,被广泛传播,成了当今世界科技界最权威的论文排版软件。 TeX和LaTeX排版软件和MS的Word软件不同,一个不是''所见即所得''(WYSIWYG,what you is see what you get),一个是''所想即所得''(WYWWYG,what you want what you get)。风格上迥然不同,因此需要稍微改变一下自己的习惯。
* }; J5 Z5 o) A+ ETeX/LaTeX是一种计算机文档制作语言,所以它有* T5 { I1 a- m" j
a. 源代码。 包括故障区域和/begin{document}之前的部分;5 Y" n: r1 r, O' `# Y: X
b. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。& g) z2 N {" y: ]
c. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。
+ k& W7 Z1 I2 w7 r: w( a% c2 |Tex的workflow如下图所示:
6 w3 [$ t$ J4 P" U3 s
$ c. l5 Q6 l D$ \% B: ` 从tex文件到pdf文件的编译序列很多,有pdflatex、latex + dvipdfm(x)、latex + dvips + ps2pdf。个人推荐latex + dvipdfmx。这样的编译遍数较少,生成速度较快。生成的pdf文件字体更清晰。关于TeX(LaTeX)的学习,毫无疑问,Knuth(高德纳):Donald~E.~Knuth, ''The /TeX book'', Addison-Wesley, 1984,/%7Eknuth/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。 * C" I3 p9 o0 R4 B9 A( q
此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍). 8 Q+ L( J! {: U6 u4 |* s' S
最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。
! W2 a( T. g6 Z f1 |: a! s2 ahttp://www.ieee.org/web/publications/authors/transjnl/index.html
* r; C& F1 K5 G1 [9 O$ x$ e6 A. {CTex下载: http://www.ctex.org/HomePage ; }9 [6 H" g# ?' D; _6 j
常用论坛,答疑解惑: http://bbs.ctex.org 3 B; T F% I6 t% I8 Z% T) c
搜索和下载package的站点:http://www.ctan.org/
6 Z& T: z- W" Z& I一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html, P' p: Z8 o6 L8 f, O1 R
Latex下的绘图工具
( u# \5 s+ i2 g% A 写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下:
/ Y1 N& q) J3 E: k0 D' IAdobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。
( X' N8 t+ [& o2 e$ A/ m4 _MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。
: q; p& o& b( d5 O$ }PGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。
. i" j0 H5 ^2 ]/ t+ Zvisio: 适合画流程图.) j' e8 O' l( i; N1 I
latexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。
, D* `8 v. p0 J+ `xymatrix: 适合pi演算那样的公式推导。
3 V7 b9 P- R9 p$ y M数据图
( Z' H) S. |7 o/ n! G/ Sgnuplot:! T* q! ^/ m5 Z4 A" g; E5 n
matlab:
" D$ V; u" K( P0 K0 Uorigin: 6 K" L" M& @ Q8 |
关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。
, V2 r2 V0 J# \7 o6 p1 @; \MetaPost相关资料
2 z* |3 P5 E' w" x f o; s6 [MetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。
, a. ^- b7 O& g. k) f {0 q/ G
3 v4 K1 u) R: B7 u+ h: sMetaPost Examples: http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm + ?' e, R! N9 M+ ]. E" [# Z1 c
MetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html
+ N$ t/ Z. m4 b$ yMetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html 0 }( w. E8 ~( Q, h
王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/ 3 {2 o" c! ^, j' J
John Hobby为MetaPost写的用户手册''A User's Manual for MetaPost''
2 @8 n! }9 j! M" YMPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/
/ x5 q3 D* X1 U. F3 [5 q% \$ wLearning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf
0 @% ?5 o: i8 MMetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/" O2 j3 r' X, d* U
PGF/TikZ9 p6 O3 R. D x# v* V
1. 什么是pgf?$ U. |0 O4 g& h! S# e+ x
pgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
. O) e% Z- f1 O4 w/ q7 h1 ]PGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/ 6 C. E ^" ]8 h
A comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/ $ w5 Z: M6 e% Y3 D. G* Z8 Z
Edward Tufte’s book Beautiful evidence: http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=1( G6 K" e& o: A& m4 I) O9 n
有个法国教师做了2d几何图的扩展包tkz-2d: % C' k* @6 V, \/ f
主页: http://www.altermundus.fr/
# ]& V( ^# { x, E8 }9 V下载: http://www.altermundus.fr/pages/downloads/
! F) t3 J! y( }8 o) G: J: T6 z下面是一些自己用过的例子 # @" A: `* \0 H3 o6 N
数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/ 9 o8 e* o/ d+ {( ]
基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/
- ^0 i" x* s2 H2 Y# O+ L时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/
1 N1 {( ]" Z8 W4 u+ Y二维的数据图plot2d: 0 d8 j* S5 o; |: Y8 h) S) l
http://www.fauskes.net/pgftikzexamples/tkz-plot2d/ + l' y; j: f* [" d5 W1 {3 w. U
http://www.fauskes.net/pgftikzexamples/pgfplots/ $ A. D5 ]" L: b% N8 ^ Y
有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/
2 t8 @3 S6 ]# y二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/ , L. }4 H( k5 h0 j
三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/ 5 J5 a0 z @9 Z* n8 p% k
正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/
- P3 m0 o* P- Z( {# Z: g图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/ 8 R0 m! E8 ^) q
分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/
" Y( H/ b9 ^6 O( d, O! Y4 \公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/ 5 H2 s' J* x, b/ w4 y3 ?8 m
负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/
; f% }2 m# P0 N; a* i& [# _. R便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
5 S j" b! X7 p8 q0 G绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/ 7 R- B( f: ^! z$ F5 w- Z; x
神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/
9 ~& F% x( p; Q: G7 S三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm & V1 x. M, W# o- e
pgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595 2 y( V) z* K( M, }% e6 C9 F4 l
下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348* Y, A6 b" ~$ I
2. pgf的作者?
# r. u0 C: i) Z+ @, i! npgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。
6 h; y9 y" ]/ l3.安装和更新的方法:
/ Z Z$ ?6 [" t/ e& x7 apgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。
! [5 s, q, |0 l# L3 g$ _0 xMatlab画数据图的一个例子
8 _. N9 p3 v0 s8 F5 ]# G3 N hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-'); 7 J0 j& X% E. B+ \6 g3 W t
set(hand, 'LineWidth', 2); - w: g& k4 f" Y7 U
hand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1); & X! L0 E5 X- j4 ?
set(hand, 'FontSize', 14);
( `6 h6 F2 c4 J5 J5 b6 K$ m9 W$ V& Bhand = xlabel('xlabel'); * ?$ T% z1 g. Y7 V
set(hand, 'FontSize', 14); : G; P! I, W+ ?) g1 ^5 E- r: V
hand = ylabel('ylabel'); $ q0 g9 J/ ^2 }2 Q+ v
set(hand, 'FontSize', 14);
$ I- ]1 T/ S- ]( x) z; Cxlim([xmin, xmax]); : N& {/ H) ^% n9 V0 Y
ylim([xmin, ymax]); 9 ]+ \; T7 z+ \4 E" P
还没找到怎么设置XAxis和YAxis的字体大小的办法。; }! C; B1 [4 @/ M
Origin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。
I z: H2 _( y: b. A0 w( hGnuPlot的安装和使用7 {3 D3 X' H7 t9 \
个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。 # n: _/ e9 H7 W& @% T* k: p
推荐资料: Plotting with GnuPlot: http://f3wm.free.fr/linux/gnuplot.html
7 F3 d; P9 N& M* w" G* ]2 ?7 W# M" o. F1. Windows下的安装 ; @% S5 F4 P" F! j
安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。
8 r* S0 e# S2 x) k4 c6 B测试一下安装。运行命令:
5 r7 Q3 W$ I, @# [9 ]gnuplot> plot [-3.14:3.14] sin(x)
" C8 B5 P; j I/ U$ f4 c9 s2. 和Latex的整合 ( [1 F' p8 M# \
gnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。 % @3 Q$ E* p: T; V
在命令行下输入:: ^) L# L0 o- `+ `0 R
set terminal latex # ~) F1 k% @4 t$ G1 O6 [
set output "sin.tex"
- p3 R0 Y: }7 R5 N# [, {# }9 d* [plot [-3.14:3.14] sin(x)
% F$ N& ^1 w! g- X5 i# M0 c把这个文件直接插入你的文章中,例如 ?) F4 R! h) u$ ] e2 K
/begin{figure}
" J1 n( t8 ~ S. t! i7 f /begin{center}
2 e# v) ]* P) u5 G /input{sin.tex}
* S. ?% }: V( H9 C) r /end{center}
5 e0 r' A, r& m% B/end{figure}' M& u) L( ^: v# `2 F
3. 生成xy axis和label ( r- z: i4 l4 I9 n( Y5 D) q* C4 U0 B
set terminal latex
3 H ]8 p2 a) K" t( Y3 C' V1 z- ]8 qset output "sinagain.tex" ; @. u$ A) I2 [3 [
set size 5/5.,4/3. #设置图片的大小 3 W* y( L8 T( a! d( K% u7 \( W- v
set format xy "$%g$" #设置x、y轴文字的格式 * {/ x; m3 }2 e4 K7 ~5 n
set title "This is a plot of $y=sin(x)$" #设置图片标题 # \6 y2 q, [5 R7 E8 u0 }
set xlabel "This is the $x$ axis" #设置x轴的文字 ; m1 m- t: n4 T4 G
set ylabel "This is the $y$ axis" #设置y轴的文字
1 Y, P1 M" a, v3 ~0 ~( E% qplot [0:6.28] [0:1] sin(x)
8 \! M' r. W7 K5 _) ^. S) ^* g4. 多条曲线的对比
9 K4 R G3 ]# `, `set terminal latex : n: o- x/ o2 N% R( X l
set output "combine.tex"
3 w4 m$ O, Z2 r( E& d" W4 G: Sset size 5/5.,4/3. #设置图片的大小
9 s: t6 m8 ] }, X& N# v8 cset format xy "$%g$" + G) f! x9 v3 L2 }6 f+ X1 w
set title "Combination"
1 B" A' i% i5 Y# M5 T% B0 X' q0 Qset xlabel "$x$ axis"
7 S; g5 ]0 }8 \1 E7 Wset ylabel "$y$ axis" : S& t) P7 J- y* _/ X& F
plot [-3.14:3.14] 0.2*x with points, sin(x) with lines- I& k$ H* i- z) V
5. 一个3d作图和并列子图显示的例子 4 c2 V8 w6 q- ~( |5 l9 _
set terminal latex
4 D% \0 Z) j0 R; V* `5 Yset output "tic.tex" ; O) C3 k M8 L) u& T& a4 b$ x
set format y "$%g$"
0 ?0 x/ X/ Q) N) ?6 X% L8 i6 s& iset format x "$%.2f$"
2 a8 ^( Z g8 D- Xset title "This is $/sin(x)$" + P# r. B9 S! j% [0 ?% f
set xlabel "This is the $x$ axis" 7 m) P( P$ E/ e% H8 K+ D1 u+ I! S# O
set ylabel "$/sin(x)$"
5 Q% h/ V6 Z& W' @& zset xtics -pi, pi/4 #设置x的间距
$ `% F p" _7 Tplot [-pi:pi] sin(x)
* s3 ?2 |) U) e8 ?; Kset terminal latex ; J' ^& ?, R- N
set output 'plot3d.tex' 5 v- [$ S# J+ d7 D9 L% T- x
set samples 20, 20 9 `* S/ S$ m* Z7 K8 q1 q/ F; G, V
set isosamples 21, 21
" ]; f- I$ ]! `7 U. Nset contour base
& i7 m2 F5 p9 A$ O* C' b1 Y6 sset cntrparam levels auto 10
* F0 H, k0 z5 p; Aset title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000 font "" 9 i* d4 C9 k0 Y; ?0 \& V' W
set xlabel "X axis" -5.000000,-2.000000 font "" 9 b# b# h3 y6 b/ Y9 n
set ylabel "Y axis" 4.000000,-1.000000 font ""
y5 q% x+ q6 z5 }" m6 Z8 hset zlabel "Z axis" 0.000000,0.000000 font ""
0 D( W1 l( E9 o$ P; tsplot [x=-3:3] [y=-3:3] sin(x) * cos(y), `" m* L: h8 d' S/ U
/begin{figure*}[!t]
. Q" F0 m0 y3 q8 f/centerline{% 1 G' D. u: w) |/ g2 b
/subfigure[Case I]{/input{tic.tex}% ) X$ @2 E5 j8 f+ ^
/label{fig_first_case}} ; I6 F- m) Q" ~+ h- |9 \
/hfil * z1 \' u ~' g6 V( `7 V) d
/subfigure[Case II]{/input{plot3d.tex}% 6 i( v5 C' V4 W8 E
/label{fig_second_case}}%
% s8 J$ g, B0 D) V, L/ {8 {. o3 ^} . P" N$ Y; S I3 c2 K& k
/caption{Simulation results} 1 T/ Z- N# T3 }5 _: X% K
/label{fig_sim} 6 g9 j/ e M- d4 R- ?1 i' S5 q1 q
/end{figure*}
- Q/ ?5 x5 j3 ~7 c% v- A+ y7 jLaTeX2html安装及在winEdt界面中的配置
; d+ N) ]" |4 @, T1 s任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
7 N3 l8 ]6 _2 O3 n系统 ' p7 Q% {0 ]3 i0 ]
Windows XP SP2
3 E+ X0 B3 ?: s+ f2 j. jCTeX-2.4.6-Full 3 B' s$ z. ] F6 W# e' u
Perl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl 4 U" S3 _0 ]; `9 d: X5 |# E
NetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点. ; Y7 p/ U! u) {" Y9 `9 f
Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。 6 q* n& |. Q: k# z j9 t
注册序列码如下。Name: Registered s/n: 195938022 5598 5 J; G y) k9 u4 o1 i( V1 n6 J
其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset4 g5 g. S1 n. B8 d* c0 }
Tex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm . d' T& H# T0 h3 D3 n
1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak
* V* _( @' } l1 z0 c0 p2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。
! ?" A1 q- @0 g# O! t: \2 T6 ITex4ht中数学公式的转换4 c) V" `- ~' ?9 w
Tex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。
8 Q" @3 Q* g: c5 ?( x# c- s" i依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:
5 U+ h$ ?5 m' d3 T: J+ K4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。! F' f+ X5 T% |, M4 T
5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。
3 X1 x% s3 @0 G1 r6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。
; r9 E, @) q# b. _至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}
% `( u" G1 d+ G J8 {0 C$ W/usepackage{CJK}
+ G4 D; H' c& u( _5 h/usepackage{tex4ht}
' ?5 U3 ^7 c9 U h6 U/begin{document}6 W ?5 g) Y, s% K9 V O3 U% l! _) }
/begin{CJK*}{GBK}{song}
+ v5 G" Z4 c) o3 X: M9 x0 o测试文档// test document//
4 [* ?( c1 N$ U$ r) B/begin{math}/frac{/pi}{/gamma}( ` e# M( m2 m) p( j
///frac{a+b-c}{d+e-k }1 o k b- P* F
/end{math}
4 ]; @1 X- |9 N7 R/end{CJK*}
. @. F% Z0 e& @" _$ n) F/end{document}& V( B+ K j& u: _
Beamer相关资料0 [) @' _- @) C. v8 E( \
Slides和Presentation的重要性就不必说了。 3 ^+ q% @% k; K: i8 n) H$ S" Z) t
A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html
& m2 o2 ?6 X- r7 \, }A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
: {0 K1 V7 ^% x黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 # W+ _( [9 B" A7 v4 }: _
Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html ' a$ u7 s p# A# Y0 k: @ p
Beamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1 ) ^8 \: x4 c( F3 A6 W$ j8 d" K
一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638 % q5 v- U3 z9 v ?) }3 Q
推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp ! r0 [& ^3 T9 d" c5 `0 x8 Y' i
Beamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html 8 \/ H" c7 m3 ?( z. s& A
用 Beamer 做相册: http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php8 D3 g; G) y6 V, [, S% a
$ R. N7 r1 N2 M7 c$ ~ / z7 t* L% }6 W8 Y. J' O' n
beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/
3 r. y2 g/ \+ S. f 下载pgf:http://sourceforge.net/projects/pgf/
% i- I* }) E, O0 q7 i5 Y# Y 下载xcolor:http://sourceforge.net/projects/xcolor/ - s' w, W+ J0 M
2、解压到各自文件夹beamer、pgf、xcolor+ j* {& ?# b9 @2 |+ q: r. k ~
3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor , Q2 R7 _( v* N2 C
4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹
6 z; e4 t! S4 P ^5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'& M6 g7 u1 W: @6 F
(这些命令在xcolor.ins文件里都写出来了)
/ N) ]/ \- _2 |6 b w& g7 C( n" p6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex'9 n; H1 i# k- `
7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。5 |: i0 U+ c0 E- V- S. `
注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。
: D+ a3 X2 t9 t) K, j! O, oBibtex的使用
$ g" ^; e& N, EReviewer在读你的Paper时,第一件事是读标题,了解你的Niche,你的Research要解决的问题;第二件事就是查阅你的Bibliography,目的是: (1) 看看你有没有很合适的引用他的文章(Academic guys对自己的work的impact ratio是很在意的)。 (2) 也同时看看你引用的文章都来自于什么级别的刊物和会议,大概的年份分布(有没有反映最新的研究进展,从这里就能看出survey about related work做得够不够,治学严谨与否).Experts in this field 也会注意本领域的经典文章有没有引用. (3) 查看一下Paper quality如何.bibliography算是paper的小角落.处理不好就会给reviewers这篇paper文字工作不够细致的印象. 比如说, 作者名字缩写, 会议名的缩写, etc. 这方面别全依赖于工具,如reference manager或endnote. 它们的item也都是从IEEE, ACM 这样的站点下载的。
& T8 v8 W+ A1 f: U! ] d+ O. nBibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下: 6 w0 i. j0 a$ u/ V! Q
IEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/
! j# @5 }5 K% d& `% u中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=33591! C9 S" A* q: q" ~1 f
为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。
$ M# H7 g9 E1 I6 W6 ylatex %texfilename%& D) L ?8 r" q
bibtex %texfilename% t& S# D _3 g) A
latex %texfilename%
8 D5 u* q( L+ U. ?- { z" {# rlatex %texfilename%
) a6 w# g( ]+ Z参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=9501 y% r1 M9 q; e9 \% z
在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto
0 p- [. p* `: K5 t( R$ R/ifCLASSOPTIONcompsoc7 \/ S1 f* V+ `! L! B( H1 y
% requires cite.sty v4.0 or later (November 2003)7 v/ x8 a8 Q* ~7 \* ]1 g$ p! t
/usepackage[nocompress]{cite}# x% U+ K! a4 Z5 A1 A
/else
7 p9 ~" |# f1 q! B/usepackage{cite}( E0 M& T( w8 D( B z9 G" f' Y
/fi
; R4 E! S( f6 J# L5 I正文里使用/cite{%label1%,%label2%,%label3%}命令。
( o! F; ], C& _新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html
8 A, W" p. y. f/ M. a# Q( VOther Tips 细节决定成败1 H% @" @' p) v6 d9 T) g+ Y
怎么输入左单引号、左双引号、右单引号、有双引号?
; |1 V/ b3 a- `2 K) |9 K) h左单引号:`(键盘上1旁边的那个);左双引号:``;
8 e4 H" n2 m X$ x/ @7 {右单引号:'(键盘分号的右边那个);右双引号:''或"。
5 @! c5 }/ _- e/ N在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。- n3 q( H; y) P, ^
怎么输入“度数”之类的单位? 试试SIunits包。
) C6 g6 W+ Z9 c; i C我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态? 1 g1 v# I0 |) t
用括号把title中的abbreviation框起来,如下:
1 T; V) U) Q6 w' n; e% i. J{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……?
9 ?& {+ f8 D) U+ ~* p, e前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。
* y* M, b$ C# q/ p9 j第三个用/newtheorem{theorem}{定理}。以后这么用:( m3 \4 n3 ?7 ]6 D. F' ~
/begin{theorem}.../end{theorem}
0 w% D: D7 b2 ]' `& s6 K6 k1 Z. [第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。
1 }6 E# D" D0 W& ~类似的问题可以参考CJK的GB.cap和amsmath的文档。' k, |+ N( e: T' B* w
我要写算法伪代码/C/C++/Java...代码,怎么办?
( v* c1 `1 H3 m' ?- s. L* {listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。 \+ a, ]+ q) G6 B- W
latex提供哪些定理环境? ( R s: l8 _* r
很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。9 M: Z& D. S2 Y6 x# d5 a: O
下面是我自己常用的定义,大家作个参考吧。:)
2 c. u, v, H* w; R$ M! m /theoremstyle{plain}# p) P! P4 t% z# b
/newtheorem{thm}{Theorem}8 z/ W+ x1 N; L* }
/newtheorem{lem}[thm]{Lemma}
- p- o( F+ a2 E /newtheorem{cor}[thm]{Corollary}4 [, E9 a9 V" Q
/newtheorem{clm}[thm]{Claim}( K) l+ i' p3 u# D
/newtheorem{prop}{Proposition}8 ]7 h! ]9 y8 m9 m8 b
/newtheorem{fact}{Fact}5 {* o9 Q" v0 }8 ]# P# S2 d! I
/theoremstyle{definition}
S$ H! v% N9 Z8 q /newtheorem{defi}{Definition}: C' ^! f( j- H( B
/newtheorem{example}{Example}+ _3 C4 L/ k7 G% x+ D
/theoremstyle{remark}
6 A% k% F5 L7 j' O /newtheorem{remark}{Remark}
9 U9 N4 e$ y" a+ E1 z" S: j /newtheorem{proviso}{Proviso}
8 e5 ~4 Y ]3 {: d8 Bamsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?
; {. {( ?2 |3 ^( k) L需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。1 q" @" H- `; Z8 o
怎么插入一张图片到latex中? + e8 w0 _$ j) A2 J9 _* V- [
/usepackage{graphicx}- Z9 j8 B* j+ c" h& R7 R7 ~
/includegraphics{xxxx.yyy}# {" l i4 [6 y5 p+ N, u
但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding box。以下方法可以告诉LaTeX bounding box:
; f5 h( ?6 u. L8 P1 x4 A注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。
; h0 r! Q" m9 P1 k以下几种情况要善于使用"~"的小空格 - H* z# a% n- n+ @9 M
1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。 , O: p$ d7 l6 E. U" s- _! C
2. 中文与行内公式之间也要加。
, \! h8 Z& h5 Q% _3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。/ P8 D: M# K, [! B
4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。
9 Q) A0 i% P# S/ {; e# i5. 对Figure、Equation、Table的引用时,要加"~",比如
3 j$ p1 E- J# R5 @/figurename~/ref{%label%}
k) m$ g; N- n( W) c; y1 v# FTab.~/ref{%label%}
. ]; n) x! [( l) y( `+ lEq.~/ref{%label%}2 Y+ G) T9 l5 F
我的系统crash,论文稿件都丢了,怎么办? ; F) L2 U0 L" w) |3 r& c6 K- r% c5 G
丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。 |; U$ ?% I( K+ r
WinCVS的使用参考 http://203.68.102.46/online_book/content.php?chapter_sn=223
" l" v. l9 V( W) q9 n E: j; j如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。
+ ^- @) M1 n; b: u: e7 F% }' J) BMenu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。 % D F) R. R( N* t' u# {9 q+ i2 Q: ~
要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。
9 n. [) e& z5 q" \, U) A如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。
# h8 h3 Q y5 I9 j# v7 r适当缩小图片或者缩小图片与文字的间隔。用命令
2 S1 @# P+ G: t/ E/begin{figure}[htb]
0 B2 r1 r+ I/ J7 s( @......
( e# v7 R W% t; S/vspace{-0.3cm}
2 W! B% [ F- q" F, D9 t/end{figure}
% ?2 O& K! ~: P% u/ m. m7 E! |如何在pdf文档中生成书签? 6 s- m8 e- n- L* f6 B! K3 a
先 4 W( ?* a) a# p" u3 b
/usepackage{lineno}
% A# `( A0 F1 l! O' Q! }1 z/usepackage{indentfirst} 6 D; R' |1 z" v( p0 |
/usepackage{hyperref}
1 C4 u" Z) Y$ ~/usepackage{natbib}
. e) p. T5 d D: T; P# [! I' }再 . X9 h2 @, ?2 {. H0 K D; a
/section{} /subsectioin{}7 ?1 e8 O3 v R( v: ?" `5 E9 Y& f' L
即可。
" } Q, G+ d7 \如何生成hyper reference?
# G! i* [: D6 {( f; d( ]) o/usepackage{hyperref} 1 C8 w/ \3 G- h' o
/hypersetup{
. |' A; O1 L3 q unicode=false, % non-Latin characters in Acrobat’s bookmarks
7 w! S* r6 b0 i5 a4 ~: K. P pdftoolbar=true, % show Acrobat toolbar? ) w* q2 F8 X4 I8 W# }( X6 g& y$ U
pdfmenubar=true, % show Acrobat menu?
& k6 t0 Q* `* @; {- E' S8 U p pdffitwindow=true, % page fit to window when opened : U0 Y! U# U. d! `( G+ L
pdftitle={My title}, % title 9 H; \. D2 O9 D* g c& [1 k
pdfauthor={Author}, % author8 j; {, ]1 \) `$ m9 y+ P
pdfsubject={Subject}, % subject of the document
: R# B. c- n7 J6 \+ F pdfcreator={Creator}, % creator of the document
, s# y( V8 e6 N2 a pdfproducer={Producer}, % producer of the document2 h4 q) x4 ^ P: Q& S5 e$ z: h2 P
pdfkeywords={keywords}, % list of keywords , @6 |- o/ O6 c0 Q4 G
pdfnewwindow=true, % links in new window 5 m' D7 L+ J% j0 H
colorlinks=true, % false: boxed links; true: colored links # V" \. V/ r& \ P4 ^& G/ U
linkcolor=red, % color of internal links ( }& d* C- L; P, _- j
citecolor=green, % color of links to bibliography 1 D V" ~5 ?& U1 a7 R. B$ a" i! r
filecolor=magenta, % color of file links 0 a# f; Z' O" E" U- ^- n- Q P
urlcolor=cyan % color of external links 1 [4 F) A! F+ ~$ Y, P3 U
}
' [- k( E" ^ S* T4 E0 N! l$ U; ^/href{...url...}{...caption...} 0 e: g2 w- z* J
具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/
! V5 J3 Y! o2 j9 |) `9 jLatex里面有没有比较好看的手写字体?
( r$ w! z+ s, {; Y% G, s我自己喜欢lucida casual。
% `5 P8 w& o% r9 Z+ B下面是一个gallery: http://tug.org/store/lucida/complete.html
; `3 M0 [2 x$ r5 Q这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf ( _7 V9 I9 Z( d+ ?2 U! c
这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/
. W9 y! f3 o, ~, Z+ a* o6 ~和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ 3 \4 r! m) c( o* u! K! ~$ e
个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman ( Effiective STL 和 The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。
j ^7 Z. J2 g$ |% ?# E; H" {我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
2 V3 [ {6 J" S; r6 gLatex中并列子图的实现 ; X3 ]& a& V, a
下面是个例子,详细说明请参考IEEEtran_HowTo。 7 H7 y' S) G( \; |1 v( }& h
/usepackage{graphicx}
7 u2 S8 n2 ?( v* m3 s) w) x/usepackage{subfigure} : G. C, M! ~1 y: Q* S8 d
%跨越多列的subfigure
; P6 L/ J+ i; v9 Y2 n/begin{figure*}/ d' A |+ X* A) C
/centering /mbox{ ) [) `+ o+ M% B7 Z! }$ @2 l
/renewcommand{/thesubfigure}{(a/arabic{subfigure})} * a, @% j4 W V8 f+ W+ q
/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad) L1 W' w- S ^* l; @
/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }0 ~- W1 z( }* C) C8 R$ i
/end{figure*}
/ i0 j2 E; y4 N/ x5 ^%/setcounter{subfigure}{0}
8 e0 g$ l* q! l9 {+ C1 Q%单列的并列子图
- V3 s" q- [8 C' G9 o) m R/begin{figure}
+ A8 S( A6 E6 ~9 o1 ]/centering /mbox{
3 C* g8 R5 A+ C7 K* k/renewcommand{/thesubfigure}{(b/arabic{subfigure})}
- `7 {4 }0 o. w6 {, B3 V8 {/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad6 u4 s! J& M- a
/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}/ f. f- W0 \! w5 ?/ m' A
/caption{Several figures}# y8 a( @& E a1 x7 ^3 z) @7 U
/end{figure}
/ a5 T/ g( @8 J+ i0 `6 [$ i' j1 g( cLatex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}
% y, C% O& L4 ]6 O( I! K( ]! N, N- \/newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}
+ y x; N5 l' W; ?, g/ \/makeatother4 G6 j! O9 }2 f* D& C( H# ~! O
$$a /extendEql{/mbox{/textrm{def}}} b$$* p2 P! f- m6 T7 s
Latex 里面如何调整列表环境的间隔?4 w4 f) Z. W9 s# k$ `! W
设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:6 y1 {0 z) @! W# _
/documentclass{article}
3 Z; }* C' l, E# p- |/usepackage{times}
) [5 N0 N; C0 ?# }/pagestyle{empty}
# d1 Q6 [2 y2 j/setcounter{page}{6}3 d6 ?" D* h/ J$ G- k/ ?' a
/setlength/textwidth{159.0pt}
k! ?2 {+ w" C+ l3 g/usepackage{pifont}
9 Q* N. e. n$ b/renewcommand/labelitemi{/ding{43}}
' }$ J: ]# [6 ^" Q- z2 |7 T/begin{document}' U b+ ~; E: @0 r- E
/begin{itemize}/setlength{/itemsep}{-/itemsep} # L$ f# @, @4 J2 E. x7 M0 R
/item Text of the first item in the list.
( ~% w+ Z2 w5 f /item Text of the first sentence in the second item of the list. And the second sentence.( h% l6 T( L9 e: Q$ J0 t, m
/end{itemize}% C, k: D( l$ ]2 p; u! V
/begin{enumerate} /setlength{/itemsep}{0pt}
$ {* U9 n* Y# H- c3 k /item item of the list.
6 |0 }5 O) P3 Z' W- F /item item of the list.
9 Y/ X( _5 c( F) b, F /item item of the list.7 e+ U0 W4 j8 Z i7 ?5 N
/end{enumerate}/end{document}
9 ^3 o( R7 n6 y) {7 ]' T, j. e. Q$ P0 A; y1 P! Y- U3 n
设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}
; h& {: J6 s9 B0 f7 U/usepackage{times}
2 I9 \% a- ?% R; }/pagestyle{empty}
; w8 j! c) R2 x4 Q/setcounter{page}{6}9 l3 o8 I0 I' Q) a1 ~6 F4 @+ C0 L& Q
/setlength/textwidth{159.0pt}
6 k+ g2 z( k; B0 r/usepackage{pifont} 5 K# T% w1 m) {* L
/renewcommand/labelitemi{/ding{43}}
/ U$ n5 {2 P2 A1 N4 o/usepackage{atbeginend} % 可选宏包, 能解决许多问题,* M F, _# P ]4 ]
%比如itemize, enumerate环境/item之间的控制3 V, s. C& K7 c5 t; q
%用法
6 }" ] `6 Z ~) {/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}0 d" Z# w( m& R+ t9 W j9 @
/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}# w+ Y+ B) T5 U/ f* l7 s
/begin{itemize}
4 u2 A9 s# o# F& x- d1 ]9 F /item item of the list.
7 f+ e; u" k; p! F+ l" g7 Z9 k /item item of the list.+ I9 ]8 O! N9 j# s/ ]
/item item of the list.
* h# k& O- p( f8 R8 I- P. d( u /end{itemize}
L; P* b. ?( \8 r0 ] /begin{enumerate}
4 w: r. C3 h6 l- I( N, P9 K /item item of the list.7 \& j ]$ z" p
/item item of the list.
9 z1 e* K# ^, a /item item of the list.
( r7 O$ `3 t3 [6 J1 k2 t" X% z- e' _) V/end{enumerate}
0 E. D& ]: |) Q' j% |. v9 u& o/end{document}, h# X! l1 H% A. I, r0 P2 @
Latex 里面如何打印如下常用符号?
0 m# T- e3 _+ d使用marvosym 宏包7 L9 I- w, A. E9 S' n5 G1 t: s/ D
演示:7 N- A+ Y# Z) z
代码:/ R$ y8 {$ n# ?2 n, x R4 Q
/documentclass[a4paper,twoside]{book}
! N/ X& x7 k- b. N; O/usepackage{CJK}
; W1 {: z5 E6 @; E, Q, [/usepackage[body={398pt,550pt},footskip=30pt,%4 g9 F$ O8 \4 {5 \" Q; ?* s- J
marginparwidth=60pt,marginparsep=10pt]{geometry}
( ^0 ?8 n1 {. t" A. Q/ @" E%/setlength/textwidth{180.0pt}
E5 S( r5 N4 \& x8 a/usepackage{marvosym}
( g5 t& L7 `& d5 q' D* \/begin{CJK*}{GBK}{song}" S$ b$ z3 N; `3 _. F% o0 }
/begin{document}
' j7 B- A' j8 `0 a /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%! Z+ q: M Y3 p! C+ t
/Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//% I' d; V3 N, D
/Mobilefone~/underline{13812345678}~~///Pickup~/underline {http://www.xxxxxxxxx.com/}//%
3 B: R7 h+ ~9 W4 O- _打勾: ${/surd}$//
0 p7 I8 T1 b) ^& x3 T! f打叉: ${/texttimes}$! V- x# d h' x: ?
/paragraph{}
g% Q) J: S! c# {' n/clearpage
8 w% `' A3 D- N7 W2 o$ x/ J0 O2 k/end{CJK*}
& \6 A) t7 e$ i" p" {3 Z/end{document}
o' i0 b/ N, ~4 X4 \2 r+ Z& j; ^ C
|
zan
|