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