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