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