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