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