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