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