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