数学建模社区-数学中国

标题: 超级全的LATEX资源汇总~~绘图、公式等各种宏包( ⊙o⊙ ) [打印本页]

作者: ∮蘑菇O_o沫    时间: 2014-5-27 20:40
标题: 超级全的LATEX资源汇总~~绘图、公式等各种宏包( ⊙o⊙ )
楼主找了好久才找到这么全的,希望对大家有用(*^__^*)
$ n, n- n7 W3 }! ^, _9 e6 A" V
" Y+ {" S4 q/ }5 s, O) x* o
前言+ n& L/ s1 v5 _/ ]: u' A% m1 S
latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。
, I7 ]# Q0 g, M' U, jLatex简介. E$ Y+ _8 O' p( `' _' X  \
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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。
8 m5 u$ h6 [& l# j" X$ W: g  xTeX/LaTeX是一种计算机文档制作语言,所以它有4 _; k6 P! k- Q; N
a. 源代码。 包括故障区域和/begin{document}之前的部分;4 i+ w3 O) k" W
b. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。
$ L/ `, i7 o# `/ a$ C# a8 ic. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 " u! m& H0 M* x. H) I3 L" ?. p
Tex的workflow如下图所示:
- J: e1 T6 m8 b2 N' w  d; Y
5.jpg 2 r+ w; s: W" o5 Q3 V; j. \
从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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。 & D8 E+ D* @7 n9 T+ T2 b; _8 h
此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  7 }- a5 ]/ l. U+ _' |9 A
最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。8 o, T3 a& C5 ~3 M8 ]' a
http://www.ieee.org/web/publications/authors/transjnl/index.html  
  X7 Z$ k9 H0 ^( B) OCTex下载: http://www.ctex.org/HomePage  
6 |6 n4 H9 W' h& Z, K  j. d常用论坛,答疑解惑: http://bbs.ctex.org  - V2 F0 y4 W7 o) b/ K% u7 f
搜索和下载package的站点:http://www.ctan.org/  7 L4 ^7 B9 J4 Z* m8 |/ g
一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html
" t1 R. |% z5 f, F+ O; T. qLatex下的绘图工具
. c" v# C; p# N' S+ V    写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下:
$ @( g7 n, z# \Adobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。 & t/ Z! J/ P  l7 ?' k0 P
MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。
# ?5 R% `9 Y4 P, _3 ?% MPGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。
: e% }. T0 i! N; ^4 k4 |% q: [+ r* Z1 evisio: 适合画流程图.
# Z- L9 S9 \5 @0 Glatexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。" k3 F, ~# Z  t0 J5 k1 o- ?9 r' Q
xymatrix: 适合pi演算那样的公式推导。
3 F8 M: A. N9 M3 H7 p6 A! a数据图
& G5 ?) I- T# ]gnuplot:3 \$ b7 _3 d; l, b# w( a, m
matlab: + k) C& c$ A. o! t. Q# o# L
origin:
  P# h( e" R3 o9 k1 {% y4 ^) i: t" _+ @关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。
: x  T# y3 Y5 v3 Q4 ^! p4 ]( }MetaPost相关资料) D9 Z3 P8 O( V* h' w
MetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。 , j& `( g; N, h8 ?& _- O
  z' P8 Z  m/ ?2 d  n8 m$ u
MetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm
  s: _+ \+ g( o! qMetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html , E6 Q* M% U2 \7 v6 Z. O
MetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html
1 K3 c8 Z, ^7 m" \" t4 o2 V王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
1 |) O! z7 D8 Y+ l( C9 Q, U) [  UJohn Hobby为MetaPost写的用户手册''A User's Manual for MetaPost''
  T" e! m$ ^! R+ d! Y1 VMPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/
% q+ D& R" m! o  f1 ~! y& x) ]Learning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf # {* q1 {0 C; a, z2 C6 ~4 n
MetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/: @8 d' G. G! ]6 K$ u) W
PGF/TikZ# b  S  V$ M5 d) |' ?, G& ]0 r% z4 f) C/ ?
1. 什么是pgf?
6 B( ~$ P; ?7 W2 h, I0 K2 {# wpgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
) p! p3 j" Q) [3 C' d5 K8 ~- ~PGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/
* K7 A) ~! @. u3 HA comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/
7 D. |3 Z; H5 L$ X# B$ s# IEdward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=1
- J" J& k+ S+ N2 W- V( _& S有个法国教师做了2d几何图的扩展包tkz-2d: / r1 k2 x3 p+ z7 x
主页: http://www.altermundus.fr/
* G& q5 J' d# k8 F/ S1 }. U0 u下载: http://www.altermundus.fr/pages/downloads/4 u) b0 t1 R% F+ n0 x* n: W5 W
下面是一些自己用过的例子
) q% c0 G) `5 p5 c! o! Y4 X! C3 Z数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/
& [" M+ |; E5 R' a1 a2 r: b" s. ?基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/
- E. v" ^) T; K% K. k; W4 C, j时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/ / f: q1 i4 l5 i* e
二维的数据图plot2d:
1 F4 ]5 c' T( f) G, q& ~- D: Ghttp://www.fauskes.net/pgftikzexamples/tkz-plot2d/ $ p) M- d4 {5 F
http://www.fauskes.net/pgftikzexamples/pgfplots/
. l: T, y6 o2 \; R1 e有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/ : ?5 W+ ]8 W* w1 g7 r' k) [
二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/ ; t' o( e5 O* i- h: I, l# T
三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/ . l* [+ l" Z7 f6 l* `: J
正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/
' e+ [! F' {& t; C图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/ 6 r3 q! p) J, D* v- I
分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/   U2 V$ y) R5 M
公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  
0 S/ g  b- y# {$ _负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/
7 ?  c+ l6 v0 i# \便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/ # g. ?, t+ l: H- ~' P1 h
绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/ 4 ~4 \, H6 K; Y% }" ^
神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/
) m0 x7 B8 `* [+ Y9 y3 {; k三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm / q6 |( Q8 V1 j
pgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595 ! V( `1 x3 C& B7 j) J
下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348
; T2 O. N) k# a2 [5 _- k4 H. t. f2. pgf的作者?
. ]' G% [+ D' H  z4 V; n; k0 r7 s" _pgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。' ^+ q  l/ R* |# b( {& k  H4 z" D
3.安装和更新的方法:   
" B1 n  [8 P+ U9 ]pgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。
3 _) C* D* D. ]% a& f! z! @5 ZMatlab画数据图的一个例子
3 J* r3 V7 t/ V& t4 A hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-'); 5 t* O, `* V' H7 n- l) ]
set(hand, 'LineWidth', 2); ' O! T, _! z5 i
hand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1);
- x$ ]0 a- [* D. e# u! Bset(hand, 'FontSize', 14);
9 H% T7 @4 ~  v) ~  ]: n4 _5 m. Hhand = xlabel('xlabel');
& F2 M4 A- F8 @/ m2 B* Kset(hand, 'FontSize', 14);
7 Z6 w4 Q9 m' {hand = ylabel('ylabel'); 2 b& ?5 ^3 K& p, k# I9 o9 ~
set(hand, 'FontSize', 14);
3 N" O  t. c( E8 b. W  |xlim([xmin, xmax]);
5 b6 M, i6 i9 n5 o2 rylim([xmin, ymax]);
# `$ b" M0 Z; f; x( a还没找到怎么设置XAxis和YAxis的字体大小的办法。8 u/ P' `, c) F% [( k
Origin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。* R, X( T$ b7 y4 H! d
GnuPlot的安装和使用  T- x9 ?2 r. |3 J
个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。 . U0 Z" ^' d0 w
推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html
' V3 _6 S3 q4 A' P8 O7 R; y1. Windows下的安装
% }6 O  [' n; ?1 Y! f7 _  L" R" g安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。 # m' g$ _$ V3 z+ A& s. Y
测试一下安装。运行命令:
0 u1 f2 H7 l. Xgnuplot> plot [-3.14:3.14] sin(x)+ o- }$ b! o% G
2. 和Latex的整合
6 X! ^- `; d3 d- m1 Y* mgnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。
3 s" z+ s6 b: O6 N* a5 @- k在命令行下输入:1 Y0 K8 r7 g/ g! W) Q* ?
set terminal latex + \6 F$ C4 r, q" p" e' [7 y$ j
set output "sin.tex"
: }" n+ \. ~2 ^6 p0 m- A  }plot [-3.14:3.14] sin(x)      7 e; {. ?7 A$ V5 e% @' \6 i- \
把这个文件直接插入你的文章中,例如! o" t$ B* u! a, q' G, ]
/begin{figure}7 m; N. Z) `8 n! m8 h  m
  /begin{center}( O# V6 T1 [1 i' W" I
    /input{sin.tex}
8 g# w( f+ u5 h  t+ `& Q. Z  C' E  /end{center}
7 R9 \! E3 k+ R" k4 S0 M6 b/end{figure}
) `4 {# J( O$ |& w8 N  B+ z3. 生成xy axis和label
* ?8 T$ B' ?+ y: F1 J. t: \set terminal latex   
  W- e: W1 W8 @; m& G+ Lset output "sinagain.tex"
+ Q1 U7 [1 h( N9 eset size 5/5.,4/3.  #设置图片的大小 2 C. n1 L5 v! L
set format xy "$%g$" #设置x、y轴文字的格式
# Z1 e, C: r; ]; z# T  Fset title "This is a plot of $y=sin(x)$" #设置图片标题 : B( Z( Q1 O, Q3 U9 ?) e
set xlabel "This is the $x$ axis" #设置x轴的文字
2 `# v1 ~2 P+ Kset ylabel "This is the $y$ axis" #设置y轴的文字
1 Q5 J9 r7 t2 X* }! ]4 J. aplot [0:6.28] [0:1] sin(x) 0 i3 a6 C- g' L9 d
4. 多条曲线的对比
* G# \7 @8 t, m$ P1 Qset terminal latex
7 @5 y+ U4 S* v/ a2 h5 Kset output "combine.tex"
* ~7 a" o! @0 q4 M# |set size 5/5.,4/3.  #设置图片的大小 2 K+ _3 ^0 q  M
set format xy "$%g$" 7 C( o8 ^$ |6 p# c% w
set title "Combination" : F) z  w( o8 A2 p: s! c
set xlabel "$x$ axis"
- C. ~6 N! o5 u% S# e8 ^. Y' Uset ylabel "$y$ axis" & y) k7 R( H; p  x. O
plot [-3.14:3.14] 0.2*x with points, sin(x) with lines; I  P; h; {7 c0 V% Q# U* c" T7 t
5. 一个3d作图和并列子图显示的例子
1 w( K5 R" F7 B* X0 ]0 E) Wset terminal latex
  e) j1 e- V! ?$ C' vset output "tic.tex" 6 j% ^7 T4 [3 Z4 N# ^
set format y "$%g$"
) o; d; o! B4 w+ Y& i' Jset format x "$%.2f$"
! @6 l6 S9 J& [0 S: v# }; K; z/ w4 rset title "This is $/sin(x)$" ' y4 |, K- s( T
set xlabel "This is the $x$ axis"
; u+ Q- S3 W" q; Fset ylabel "$/sin(x)$" + ?# K2 @( x2 X4 W+ y; l
set xtics -pi, pi/4 #设置x的间距 ' M: X( n- a$ C6 t* o/ ^" _" _
plot [-pi:pi] sin(x) 5 D8 o8 M0 X& `* O
set terminal latex + @2 S2 }" \" }6 x4 M
set output 'plot3d.tex'
# z; A. c6 w$ m1 A. n7 C' Bset samples 20, 20 * p1 d1 i3 K  c9 M* `' k
set isosamples 21, 21
* Y- P0 F4 b, [3 Z. c) o* sset contour base & r* X' t! C9 @& Y" D/ @) G2 C: ?) I! P
set cntrparam levels auto 10
# T5 e9 J2 h0 D+ z" d' |set title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font "" * [7 m8 T, y. m7 b% }2 W4 E
set xlabel "X axis" -5.000000,-2.000000  font ""
3 E5 C+ L0 n3 s  q1 h! J& Z1 m8 cset ylabel "Y axis" 4.000000,-1.000000  font "" # H5 t& E; h- G( s
set zlabel "Z axis" 0.000000,0.000000  font "" 9 F' R2 J2 y5 F
splot [x=-3:3] [y=-3:3] sin(x) * cos(y)
) B) Z. Y, a: W# m/ |6 g$ r2 P/begin{figure*}[!t] 4 ^+ ^+ K" X+ S1 v5 y' B5 ]
/centerline{%
; ?, G% |& w2 V! @# n/subfigure[Case I]{/input{tic.tex}% 4 F7 B$ |' _1 ^0 A! x1 V7 x1 L
/label{fig_first_case}} ( n1 O9 ?0 {- I; i, \) E- k
/hfil 7 K6 V" x; `4 a6 H
/subfigure[Case II]{/input{plot3d.tex}% 3 d5 e$ `& E; y, @' M1 e
/label{fig_second_case}}%
* z5 T2 q  E: w0 i}
1 m6 a$ i7 V+ M: {7 O: H, ^) [7 Q- A/caption{Simulation results}
8 Y  _" {% J" F5 N$ z% t1 r$ V/label{fig_sim}
$ d. ?  R- O( b. }/end{figure*}
% R( k4 q, f+ I; X, }$ P1 R' e. h% fLaTeX2html安装及在winEdt界面中的配置9 [4 q  O3 y0 {
任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
1 n5 r; v4 P- L( a- ^# f* v) q" P系统
7 G. ?# c7 B* n, ^0 _( T3 ]6 ?Windows XP SP2  
- \4 l3 h4 E* e% ^& jCTeX-2.4.6-Full  
; D7 T8 f' n# r( U; T8 wPerl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl
+ L8 d! g/ W0 nNetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  $ E% L! S6 ~5 f" L
Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。 ' L$ t. t2 A* o% _+ G4 O( q/ A( a1 A
注册序列码如下。Name: Registered  s/n: 195938022 5598
6 c4 F4 M0 b- e, |其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset8 s) O3 ]3 W) t5 j) Y; w* C
Tex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm ! P* e' h; Z4 q0 R
1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak* K5 i; {& T& J% c/ }
2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。; ]5 e; P5 u) m- K) z9 T
Tex4ht中数学公式的转换3 ?' O0 N9 r- ^( S# Y
Tex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。% v! ]9 X- ^  N
依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:' N: \. h! S9 D+ _& r: G: M( ?" r
4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。
9 ?. E' F; ^4 E; h& ?" m5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。
3 @. ]9 i( _3 j9 I  X6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。+ N! T) y' ?! m2 f6 \$ x( W) B/ C
至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}: `6 y, I( S0 U' a" [
/usepackage{CJK}
" k& {% L- R% v0 Z/usepackage{tex4ht}: k4 C: P. E1 B- j5 u7 z1 l) S
/begin{document}- q2 u. Q7 Z4 X% g  T
/begin{CJK*}{GBK}{song}+ w6 x) r, V. U1 D! d; W4 h7 \/ D  N
测试文档// test document//
6 x' d2 I2 z- J/begin{math}/frac{/pi}{/gamma}
: M* f% F0 N$ s: T( \1 ^' R///frac{a+b-c}{d+e-k }" f; m5 `$ a, I6 k6 x5 z, i* j
/end{math}
8 k+ b9 f( j, p- E7 ]/end{CJK*}* a1 m0 t' m' K4 F
/end{document}
: O5 T4 `3 J/ U) W( ]& ?1 ABeamer相关资料
/ o! m9 e- ]9 D; m" GSlides和Presentation的重要性就不必说了。
4 Q. `5 N1 t9 h' HA Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html
* ~. R! j2 B3 S9 R$ u, z1 iA practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
3 E7 u4 T9 L" h1 f- Q' i1 N黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 9 k6 K' t7 `  |: S9 g
Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html
/ l5 l' l6 {/ ~/ BBeamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1
7 r: H+ R& k$ T: P一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638 : e% \$ H/ _+ }$ L) p
推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp
3 `. O' x" C) QBeamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html , Q: M* c# F* @- _8 g0 {3 G, z& N
用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php' q) M* m* s9 m4 f5 t5 q

  h0 }! r- h8 a8 p" a- } 7 H  X" \! H# F; K1 Q% {
beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/
& l/ Y6 d9 N! ~" b. ~$ x  下载pgf:http://sourceforge.net/projects/pgf/
2 c' U/ ?5 G5 T) d8 W  下载xcolor:http://sourceforge.net/projects/xcolor/
1 d) v/ d. A+ b2、解压到各自文件夹beamer、pgf、xcolor
6 x1 e2 x& {3 _& O3 J3 r$ M. u) Q6 n3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor 7 E! i( O8 U3 c" }
4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹 ( l( c1 y* H  Y9 M+ q* d
5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'3 Z: ], M; Q; q3 e
(这些命令在xcolor.ins文件里都写出来了)7 O8 p! T9 \8 Z* [/ L
6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex'$ u; R5 @7 k: s( u8 [* K
7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。
  y3 N6 o& t1 b; c注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。
3 d4 ]& m5 |1 v1 C% c; TBibtex的使用 7 A4 e8 o3 }8 ]% n
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 这样的站点下载的。* F! N3 P6 A! b4 ]
Bibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下: " ]! b% t3 _: W! F: N$ [
IEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/ 6 o& ~: |5 p% G5 {. v' }
中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=335911 I3 R# y% ]- Z1 o
为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。
0 g  K8 s- A5 a) qlatex %texfilename%( l* E$ `- }7 J% y
bibtex %texfilename%! ?5 _5 i; u1 i2 b2 n
latex %texfilename%
# {* i# E8 T  O, ^6 |latex %texfilename% $ A% P3 e4 p" ^
参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=950* a& p2 a% b' `& L
在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto
/ P! t, [5 T4 q, V  H9 N$ J3 M/ifCLASSOPTIONcompsoc
. D) Q- I+ M1 p& |  V8 ^9 c% requires cite.sty v4.0 or later (November 2003)
5 |' i# H+ e, A/usepackage[nocompress]{cite}
; B; d: g% `. Q* d/else* J9 d3 g: F/ H8 \% g
/usepackage{cite}# Z: i: \9 e$ A7 }! F
/fi # T) ?( _9 |, o) v" q+ J/ b# v' g
正文里使用/cite{%label1%,%label2%,%label3%}命令。 * u( m$ K- w; t( A
新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html
& d$ P( Z' f8 F1 A+ lOther Tips 细节决定成败
- ~: ?2 n! `+ ^* r. g2 o怎么输入左单引号、左双引号、右单引号、有双引号? 1 Q9 ]1 v$ t( }$ ]+ q. u
左单引号:`(键盘上1旁边的那个);左双引号:``;/ M5 k) _4 u. t  h  U) E
右单引号:'(键盘分号的右边那个);右双引号:''或"。
' t; N& T/ x1 v* |在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。
! m4 c7 V; A0 K) T- q5 o; p, _4 `) g怎么输入“度数”之类的单位? 试试SIunits包。
7 a- x* x& j9 I我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态?
( r) I5 r  @$ m4 P$ Z- o用括号把title中的abbreviation框起来,如下:
1 W4 Q$ ], |1 ^) Z+ z{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……?
% `5 d( H) h: K- w5 i% z( h前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。: k; J0 h. L* F; f; ^. ]0 J
第三个用/newtheorem{theorem}{定理}。以后这么用:
3 [5 J) @+ p3 r/ i; E& ^' U6 n! u       /begin{theorem}.../end{theorem}4 n: `$ L( _: F% Y/ u4 A) s
第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。
6 @( `# r- g  n$ C9 q类似的问题可以参考CJK的GB.cap和amsmath的文档。
( E/ H$ ^9 S8 a' y# x2 Y- O我要写算法伪代码/C/C++/Java...代码,怎么办? # Z$ V9 U, D6 y% N( V! B
listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。
1 g0 u8 O. o% y. e% ?latex提供哪些定理环境?
8 S- r  p+ ]7 z9 }/ S6 @7 [很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。, Q: C% H9 V+ i' {
下面是我自己常用的定义,大家作个参考吧。:)
  ~  |# g1 e2 q4 h. M. x% [+ U% `% y  /theoremstyle{plain}
. d0 P5 h  r& V  A  /newtheorem{thm}{Theorem}: Z5 a! t1 ?2 d, D6 w4 R
  /newtheorem{lem}[thm]{Lemma}( W8 B8 o0 d0 ^% J: M* O( Y* v
  /newtheorem{cor}[thm]{Corollary}
: \% B# X: n& X/ Z  /newtheorem{clm}[thm]{Claim}
) J: o- E' g8 U5 {* T  /newtheorem{prop}{Proposition}: H4 Y/ j. Y/ L4 {+ ^
  /newtheorem{fact}{Fact}
9 L$ W  ?; {# L  /theoremstyle{definition}
) h5 z8 g  Q/ }& _! B1 q4 I0 U2 c  /newtheorem{defi}{Definition}
+ \; v  U+ [! l; y* Q1 @  /newtheorem{example}{Example}
" G% W1 I% T8 a+ S1 H1 C/ D9 t+ Z; Z  /theoremstyle{remark}
* R( ~7 d" t7 ^7 V& O7 N0 R  /newtheorem{remark}{Remark}
0 y7 y9 Z, s9 |  @, x  /newtheorem{proviso}{Proviso}: z, x+ ?( ~# H, N+ g& E! ^- X
amsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?: O9 I( D& @  @/ t& u
需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。
3 p: m( o) y( D* @' v怎么插入一张图片到latex中?
+ q5 y! M6 Q  T/ d/usepackage{graphicx}; J5 n! H( ~; O$ }; ?3 N& ^  w
/includegraphics{xxxx.yyy}5 [) N- q* R3 Y0 ], \- c6 e
但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box: + h5 M0 N3 g  h
注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。7 ~( \+ F/ t/ h& B: p- t" }% \( J+ j
以下几种情况要善于使用"~"的小空格 * G3 q- K: c* W
1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。 ; u8 p, A1 i% B& h" e; v
2. 中文与行内公式之间也要加。
5 j& `# N+ Z' y" I( L) D  g! X- n" }3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。
% t) s1 ^/ F+ F( \8 v, K- X. b. P4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。
6 x5 P8 V- G8 t. g" Q5. 对Figure、Equation、Table的引用时,要加"~",比如" x$ p0 ~1 |) X" v# N4 l! d) C
/figurename~/ref{%label%}
0 x1 t" M; ]0 B( t0 P2 J1 vTab.~/ref{%label%}
4 F* ~9 B# L8 c0 A% cEq.~/ref{%label%}% l3 q% X2 h& J. G5 s: s
我的系统crash,论文稿件都丢了,怎么办? ( w, Z/ D7 E3 z# f% L7 M0 `* O
丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
- t  ]" X! E6 }9 AWinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=223; G2 @2 g+ e! x# G, G4 {
如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。 ! _7 p, J9 j+ T0 B1 ?, [/ |
Menu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。
1 n& V: v& {- i! }% z" E( b% L要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。+ K9 ~) B; f" \; M- p  t" s
如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。2 _2 R& z& G/ u- j, W% i5 b5 R
适当缩小图片或者缩小图片与文字的间隔。用命令 7 e! A, e. H1 d5 g% f* p
/begin{figure}[htb] 6 R9 ?! t( t( ?
...... 1 [8 C4 a- L) p: n- y
/vspace{-0.3cm}
  h- A% J& T- C4 J+ I5 a' Z" M/end{figure}
; Q# X6 V; Y4 h! i8 @4 k1 C3 c+ k如何在pdf文档中生成书签?
. m2 K3 N/ @0 H! S0 R+ j( X6 i8 z* l3 j4 a: B& p' d
/usepackage{lineno} 6 q! F; x2 j* ~- |' N9 G
/usepackage{indentfirst} . f7 a# v5 i& o2 W3 E
/usepackage{hyperref}
2 D; |1 |8 \" j* z: F/usepackage{natbib}
& @) D- p0 ?, f& C) L9 e& j- H2 A
8 b8 R: s; e% J/section{} /subsectioin{}) c% O+ |4 T. y! T( }) [5 Z1 z
即可。
. u1 }/ M; Z" c! @如何生成hyper reference?
5 j4 J8 w0 _* T& l9 @/usepackage{hyperref}
# S$ M5 W/ J. `/hypersetup{   Z* V3 }" g0 v8 h, b# i
    unicode=false,          % non-Latin characters in Acrobat’s bookmarks , y" Y( j' K. J: b( a$ ?* w- N
    pdftoolbar=true,        % show Acrobat toolbar?
7 C; K6 @- t+ B. X    pdfmenubar=true,        % show Acrobat menu? / x5 }* d" M# I. {9 `# ~' B7 X% z
    pdffitwindow=true,      % page fit to window when opened
7 ^9 h, u  u2 ?  t. P4 V8 S7 I    pdftitle={My title},    % title ' }+ q6 {6 R/ U0 `9 P' N
    pdfauthor={Author},     % author$ @" d! `' q% U" N4 n7 I# w
    pdfsubject={Subject},   % subject of the document
" r8 J" e$ c; w: w' T. s) l" M    pdfcreator={Creator},   % creator of the document
. W7 C: w, [6 l& s6 [! ]7 v    pdfproducer={Producer}, % producer of the document* R; Z* Q( t; G& E- W9 _# A+ x) \
    pdfkeywords={keywords}, % list of keywords 1 Q- W& X" E5 o9 V5 j6 ]
    pdfnewwindow=true,      % links in new window
, `$ x6 \- C: s* j7 d+ [6 d- N    colorlinks=true,        % false: boxed links; true: colored links % L5 J8 N- n! c+ |+ M  B7 C
    linkcolor=red,          % color of internal links
' Q9 l  l5 S4 b7 F8 _6 n. e0 P    citecolor=green,        % color of links to bibliography
9 X7 O  M  L2 L  D3 V/ X$ |& n1 h    filecolor=magenta,      % color of file links
9 `& ^3 [! }9 b& b7 m    urlcolor=cyan           % color of external links 0 N+ w0 [" k( D/ U  t
}
( e: g! z) @# T# K4 z. ^/href{...url...}{...caption...} : }% f, |( v$ g; q9 S$ I+ d
具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/
" H7 d) j; p( QLatex里面有没有比较好看的手写字体? 1 [* U4 y% `7 [1 B
我自己喜欢lucida casual。
, ~4 U% W2 f1 `9 b$ R* X下面是一个gallery: http://tug.org/store/lucida/complete.html
4 W( p- c5 A$ s6 g这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf 2 G0 {* \3 @! _
这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/ * H/ N6 _/ e; g8 D( Y& ^) D. m8 j
和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ & z, d" b9 ~4 P: b4 }+ A0 X. J% ~5 ^
个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。
9 \1 [$ F1 T/ d7 m, K+ G( X我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
" O: h. n# d# _$ Y# J* nLatex中并列子图的实现 * M# |; a6 C2 p2 i" Z; c
下面是个例子,详细说明请参考IEEEtran_HowTo。
0 \: ~& C0 c+ C9 e, Q1 w/usepackage{graphicx}! s" s! {1 A$ M# ^
/usepackage{subfigure} 7 e/ j, E5 ?; p- _
%跨越多列的subfigure3 x" n, N* x9 w7 i2 ?- V! h  E' E$ K
/begin{figure*}
; |0 u; [' q1 z0 A/centering /mbox{
  f# B5 c* x+ p+ n2 C& ^+ R7 H* h( l/renewcommand{/thesubfigure}{(a/arabic{subfigure})}
6 U; \2 _+ p, F. U" V% S/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad3 G! [2 M" X; r: y4 d2 C
/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }9 {3 ?3 m5 g$ T' T
/end{figure*} ( v% g- Y2 x3 w4 P/ m2 R* S% ^
%/setcounter{subfigure}{0}
. g4 L: {$ X2 z/ x%单列的并列子图  
% d' Q$ p2 x: e- O/begin{figure}
6 }2 y0 b" D+ X) L" _6 u$ \5 }/centering /mbox{ ) v. x, G& l: t
/renewcommand{/thesubfigure}{(b/arabic{subfigure})}
$ s* M/ J; n. ~4 ?1 }! ?/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
( \4 c) x8 N: O( F/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}" t2 s5 s9 h, y2 ^1 L
/caption{Several figures}
* ~. ?$ p  O  \& v& G6 b/end{figure}0 v- `& x# v4 c5 K/ }
Latex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}
8 g8 r# d6 T" A. S/newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}
! B* X# E/ J" W# z/makeatother5 Y& i) g3 M0 x5 W) k( Y( k
$$a /extendEql{/mbox{/textrm{def}}} b$$) H8 N! X/ K" u5 U4 [  h
Latex 里面如何调整列表环境的间隔?
: ?! m, u4 D/ v# i# l+ i; `设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:
; n  v4 t# x5 u. y( O4 K# g+ J5 M/documentclass{article}
5 S6 n$ r# t3 F4 `/usepackage{times}9 Q6 u" L+ e- W& A4 g' ?
/pagestyle{empty}
: @( A$ K, g" D. p/setcounter{page}{6}
" G9 q; n! q8 W3 f+ W1 W/setlength/textwidth{159.0pt}
' }! r1 h* S1 ]. x) t- {: K) X/usepackage{pifont}. r$ w+ a8 ~* s: m. q) T1 |
/renewcommand/labelitemi{/ding{43}}
" c/ O3 I1 }- {9 g  r0 c/ \5 J! q/begin{document}9 |$ K0 ]7 M; q6 l
  /begin{itemize}/setlength{/itemsep}{-/itemsep} 2 m) t% V- p$ q5 p9 H
  /item Text of the first item in the list.
% y; \5 w: M; N$ z" c  /item Text of the first sentence in the second item of the list. And the second sentence.
* o' ~" {" s! ^  /end{itemize}+ ^, w" B6 E3 N; D
  /begin{enumerate} /setlength{/itemsep}{0pt} 5 G( @- x+ C  M3 s8 N
        /item item of the list.
! N: g) w/ F- R$ c% b" H3 O$ U        /item item of the list.
! r- q% f5 ]; D  u8 n6 m' e9 @        /item item of the list.6 K7 U' }7 p( U) @
/end{enumerate}/end{document}
) k" ?4 ^' I( O" ^9 L) v( D2 F2 S9 U4 W. T% w
设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}& x" N& F3 r2 K: C0 R3 J: l* l
/usepackage{times}, e. c( Y8 l( k* j1 ^" a. f6 C
/pagestyle{empty}  o; x& Y  X5 b: T1 K6 n$ v( |$ P* J
/setcounter{page}{6}/ n0 Y& t0 n5 b
/setlength/textwidth{159.0pt}
: F5 S0 ]1 R7 `* K% p/usepackage{pifont}
; D5 {  b8 e6 D5 o5 m" N& n8 t/renewcommand/labelitemi{/ding{43}}, B- ~1 }5 M8 u! U1 H3 b. b1 _0 B
/usepackage{atbeginend} % 可选宏包, 能解决许多问题,$ o2 Z: Z  o1 _7 v( L
%比如itemize, enumerate环境/item之间的控制
0 y, w% @: V. z, d4 r' e& j+ l7 ?# `%用法
( ]+ ^. m. h3 x8 s9 d- \% O& `/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}
" p' ^- q; I5 n/ b8 Z: W/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}
7 G# C7 n% F* x8 |* G  /begin{itemize}
6 }' N, q3 o) D        /item item of the list.
- ?$ D" L: \; d        /item item of the list.- B! \* G5 g1 ]
        /item item of the list.$ B+ v$ f1 k4 G- e) Q' J
  /end{itemize}+ K" D. m: I. K
  /begin{enumerate}$ s  e- f1 a0 j3 \* u8 S5 Q
        /item item of the list.0 ~( N$ @* M  L; X
        /item item of the list.! r% p" D2 k; n3 w6 ~% g- f8 W
        /item item of the list.- o' K* v% s4 M; u% G* M  @
/end{enumerate}/ _% Y' O1 x0 p% |+ _
/end{document}& [* q! y) p8 u* M9 \
Latex 里面如何打印如下常用符号?
/ ?' l, C0 [6 j  I' p0 H$ h9 h# @& m" r使用marvosym 宏包
. B. g- G6 N( h+ n演示:7 a$ D3 k$ F$ _+ x9 N
代码:
4 f- f/ X: v, u6 M4 r/documentclass[a4paper,twoside]{book}
. F2 n6 a! m% u! g  k: E/usepackage{CJK}
8 p/ e0 n! A& V6 m# @+ \2 w$ ]$ G* m/usepackage[body={398pt,550pt},footskip=30pt,%
2 I0 ~7 i$ x/ Q3 r, F            marginparwidth=60pt,marginparsep=10pt]{geometry}
' E$ H$ \6 Z5 H8 U4 v%/setlength/textwidth{180.0pt}
; Y+ B8 |: t" ]* q/usepackage{marvosym}, N7 {" j1 K" p3 G
/begin{CJK*}{GBK}{song}
1 @5 h! {, T0 y) r2 e# s" R/begin{document}% @- G; g( n( }( X
            /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%
. z+ f" ~# A  J& ?) ~            /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%
1 r" D4 L; O3 O. {' N- F9 q            /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%/ d3 x  `0 T1 u# T1 n
打勾: ${/surd}$//
" x- y6 h5 c1 e' o打叉: ${/texttimes}$) _8 l6 x$ A! f- F3 e
/paragraph{}
) G2 |  D& T% b& p/clearpage" C$ @% _# m& i  ~2 R
/end{CJK*}( w! O' v/ C0 z1 |) g
/end{document}
8 P2 b$ c7 C# [1 U. w/ n1 P( E) q+ T$ o0 Z1 m9 J5 E

作者: 山林隐逸    时间: 2014-5-28 09:39
赞一个O(∩_∩)O~
作者: 山林隐逸    时间: 2014-5-28 09:39
赞一个O(∩_∩)O~
作者: gancm    时间: 2014-5-28 12:48
赞一个O(∩_∩)O~
作者: ∮蘑菇O_o沫    时间: 2014-5-28 16:26
gancm 发表于 2014-5-28 12:48
: R2 h+ ?) B! K9 A# `* C" ^赞一个O(∩_∩)O~

3 I# s  P9 B# B, w8 ?$ `
作者: ∮蘑菇O_o沫    时间: 2014-5-28 16:26
山林隐逸 发表于 2014-5-28 09:39 5 E2 k7 @7 W# q
赞一个O(∩_∩)O~

$ z$ ^* B4 w3 u
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:29
gancm 发表于 2014-5-28 12:48
$ Q  l; x% Y3 Q/ h; K( V赞一个O(∩_∩)O~
3 H( W% W' c1 x
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:29
gancm 发表于 2014-5-28 12:48 : I  W. i5 V1 B5 e
赞一个O(∩_∩)O~
8 C) G/ P; Z/ f, u% ^
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
# c/ D% M. i5 Q$ V8 W8 f1 Z赞一个O(∩_∩)O~
: w. T4 J; L' @6 q4 y' e" ]3 e
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48   z0 F( k- p& O: \
赞一个O(∩_∩)O~
/ |9 Y+ n( l( M  \
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 % E9 X( H+ ~7 ?: h
赞一个O(∩_∩)O~

) z, F* v* ?! m7 t2 [+ c9 i; @THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 6 F1 E; t: V7 @4 }
赞一个O(∩_∩)O~

4 u! p* ^; Q) `! h0 |- N1 @THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
$ x" R0 c* c) M! ^2 ?) {赞一个O(∩_∩)O~

" S+ V' d  F, Z* _) rTHANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 ( \: n0 J7 n" O
赞一个O(∩_∩)O~
) o! q. _  @* Q3 k4 {
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
! e0 m! j8 j- d: N5 y赞一个O(∩_∩)O~

" X; J* ?' ~( `: r6 RTHANKS
作者: Kaley    时间: 2014-7-4 10:23
好文,赞~~~~~~~~~~~~~~~~~~
作者: 音若汐    时间: 2014-7-4 22:28
~\(≧▽≦)/~  好赞~!  谢谢LZ
作者: 音若汐    时间: 2014-7-4 22:28
~\(≧▽≦)/~  好赞~!  谢谢LZ
作者: ∮蘑菇O_o沫    时间: 2014-7-6 22:36
音若汐 发表于 2014-7-4 22:28 * S9 g) [7 f/ E+ q8 O( o" @8 |. `
~\(≧▽≦)/~  好赞~!  谢谢LZ
8 D7 C" Z1 r- C& S

作者: 陈培辉    时间: 2014-7-21 17:35
赞一个!!谢谢
作者: 宫羽西昂    时间: 2014-7-21 22:32
好东西,点赞
作者: ygj_lhasa    时间: 2014-10-18 14:36
对楼主点赞!
作者: WSHXPY    时间: 2014-10-29 19:21
不错不错,可以看看哦……
作者: 宇仲    时间: 2015-1-17 08:54
楼主辛苦了,好帖子,收藏了!+ h7 m/ M' Y( C+ n

作者: 宇仲    时间: 2015-1-23 16:06
楼主辛苦了,好帖子,收藏起!  E& [# F( f6 b! r

作者: maybenever    时间: 2015-1-26 18:23
thxthxthxthxthxthxthxthxthxthxthxthxthxthxthxthxthx
" ~& M8 J8 B/ }0 z* Y
作者: johnyhl1993    时间: 2015-2-4 22:25
先谢啦
( }2 f: e( S% ]9 R* e+ Q- ~# q1 }' g7 g) G4 t

作者: rousong    时间: 2015-2-5 14:43
正在研究中ing% _/ c4 O6 C% J+ `+ i

作者: 冀得我    时间: 2015-2-5 16:10
说的真详细' m8 s% J3 u5 H6 v- |0 v5 O) u

作者: nasheng1122    时间: 2015-2-6 16:31
letax确实是个好东西,好好学习% d: P' M6 {6 N$ q( D% g$ B

作者: Acton    时间: 2015-12-7 12:44
山林隐逸 发表于 2014-5-28 09:39( S% F7 E* F, A0 {5 w9 w; w: R
赞一个O(∩_∩)O~
) l) M9 G7 [( w# D) U, I
赞赞赞^ω^, f- ?  C7 |6 d: C9 P

作者: miaomomo    时间: 2015-12-13 21:03
太6666666666666666666666666: }) i6 y; P; _* D+ Z4 j- @$ J. q: U

作者: dondxie    时间: 2016-1-14 17:40
1111111111111111111111111111111111111111111; f# q. h; ~( E% p; f+ |5 G

作者: Irishanyao    时间: 2016-1-14 18:46
超级感谢!!!4 J2 R1 d7 a- s. w  M: l  C

作者: YHP494    时间: 2016-1-18 20:42
谢谢楼主的分享!!!
, C: Q* W+ U9 T8 B& ~2 y
作者: YHP494    时间: 2016-1-21 23:54
谢谢楼主的分享!!!& x6 k# G+ k% Z3 {5 }

作者: Mecacacao    时间: 2016-1-22 20:16
第一次见不用体力为大家服务的楼主!!!!!!!!!!!!!!!
5 B) ?' O) N( f
作者: lile19940907    时间: 2016-1-27 22:04
顶一个!!!!!!!!!!!!!!
4 C( @9 m0 F- M# I6 p( L3 q
作者: erichhhhho    时间: 2016-1-28 21:40
gggggggggggggggggggggggggggg
  ?( L; {7 d! }  g
作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666$ m; [) }+ G3 p" s

作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666) K6 v9 G' f: j8 J+ u7 l  O

作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666
/ i% k! M4 Q7 Z, h! b. P
作者: 换个想法    时间: 2016-5-14 20:15
很不错啊
% u. |% b) ?1 {
作者: tongjikl    时间: 2016-7-8 15:33
牛逼啊啊啊啊啊啊啊啊' S, g$ Q; _- z$ c& F1 h

作者: Daisy913    时间: 2016-12-4 14:40
太厉害了 很有帮助
  u$ }; \/ R2 Y5 |; a- ?
作者: tobeking01    时间: 2016-12-6 11:15
赞一个' a; J* C$ ]! T' l$ u

作者: 531492852    时间: 2018-1-22 11:56
哟哟哟哟哟哟真的是好厉害的呀发表回复% \, V0 i$ m2 P4 u+ K

作者: 等风来的十字狐    时间: 2018-1-24 22:32
感谢楼主。。。
: ^0 \9 y/ C( q5 w7 \
作者: 阿慧Evelyn    时间: 2018-2-3 12:22
谢谢,希望有用,待会看完别的视频好好看!* N) ~. i) ~9 t" ?0 z: W

作者: 15243634628    时间: 2018-2-5 11:11

3 Q& W: ~, E3 o5 B7 h8 [
2 ^9 O. |3 k- V7 C( {5 }& ]8 A8 y$ p( l" i
真的很有用,谢谢楼主啦4 b7 Z1 l( }! z
' D. Y) E  u( I8 G# g1 R7 H

作者: 1171265189    时间: 2018-2-6 18:45
内容很详细,很有用谢谢
: T( o7 V5 a" D  O
作者: Dun    时间: 2018-3-27 23:22
厉害厉害
0 @# M' k( ~( R& W# ?  g
作者: 1097592576    时间: 2018-4-16 19:41
顶顶顶,赞赞赞!!!!
* [) G8 w$ P$ `! H7 l: t
作者: Jamesccy    时间: 2020-2-8 11:27
mark码一下& L2 ?' t" R/ ]9 s* _2 |4 l





欢迎光临 数学建模社区-数学中国 (http://www.madio.net/) Powered by Discuz! X2.5