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