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