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