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