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