数学建模社区-数学中国

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

作者: ∮蘑菇O_o沫    时间: 2014-5-27 20:40
标题: 超级全的LATEX资源汇总~~绘图、公式等各种宏包( ⊙o⊙ )
楼主找了好久才找到这么全的,希望对大家有用(*^__^*)
0 r8 N; t4 ~7 ^8 c+ Y9 k6 t' ~/ \( ]2 z* G0 `& `
前言7 e3 |& L3 W3 M0 @7 L2 T5 W& Y7 C% c
latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。9 b$ f- G3 m0 N- f  m5 j
Latex简介
, M9 Z2 x$ Y+ S3 e 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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。$ Y% p+ N* b( s( V& N8 m7 J
TeX/LaTeX是一种计算机文档制作语言,所以它有
2 [" a) o% s6 @6 W( M+ E. ua. 源代码。 包括故障区域和/begin{document}之前的部分;; `  }& y2 |/ t9 w1 @* `
b. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。* W: c: O  ~/ C* U7 z
c. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 / A, Y8 f4 e0 T) c8 |
Tex的workflow如下图所示: . ?. ^; Q! K" B1 a( J
5.jpg
, ~. F, U% q. y" Y! _
从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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。
" F5 e- ]/ B/ _5 [5 S) s9 G此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  
0 U- c2 B  V2 o- i  J5 w+ o& |/ z最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。
( u4 K5 i! |/ O, A. Whttp://www.ieee.org/web/publications/authors/transjnl/index.html  8 P9 L7 n5 q: e3 s9 m- S9 y
CTex下载: http://www.ctex.org/HomePage  6 F; y5 M. f4 P  ^; W+ G+ y+ ^' L# I3 p" {9 g
常用论坛,答疑解惑: http://bbs.ctex.org  
8 }) |. n% @( C/ k* C2 s+ s搜索和下载package的站点:http://www.ctan.org/  
' y( j2 v2 K& m* G4 [5 Q一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html
7 v8 p& L- v% eLatex下的绘图工具
/ x4 e, h$ \6 C, z  q    写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下:
  c2 h. b2 S; R# g3 YAdobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。 - `) W! V+ R6 i# T3 G$ s
MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。
) q& u" m4 d% e) ^PGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。
( u$ L6 ]& t  m8 O) Z0 @visio: 适合画流程图.
7 `& ~2 K( L4 ^+ b$ N9 Flatexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。& b2 E* y  Q$ C2 b6 R; X
xymatrix: 适合pi演算那样的公式推导。
& F1 m/ J2 b( g数据图0 p" O' b2 ]  h7 h% y$ d
gnuplot:
: [3 q! u- j' Ymatlab: . j6 z$ K( r" L; M6 {3 U  [/ V
origin:
2 |( o. ^/ z! W( Q& Q" F关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。
1 e& g; E; ]9 S8 |MetaPost相关资料  g, l& q* F* c$ ^$ |' L% U5 B
MetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。 , P+ l+ G7 Q! H/ o  y" a8 g
5 v0 b. q" c8 H' {/ ]4 i9 I
MetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm
5 `/ }, Y& z) h4 L% b" }; {MetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html ' f# L0 U; K. z( G
MetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html 2 i# f" I. \( W9 j- G
王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
, x+ W6 U0 z& H: d. SJohn Hobby为MetaPost写的用户手册''A User's Manual for MetaPost'' 4 x7 d: l: a( T6 S" H7 G
MPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/ 6 x1 ]2 s3 J; _! P, L
Learning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf
' e9 X- t' W9 |# `/ L" ?/ vMetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/
) Z6 x4 K3 }4 F# i  \9 m( wPGF/TikZ
; P" x) z! R9 J3 [3 _1. 什么是pgf?# k  u6 E! \; v+ S) N  P  z
pgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
7 T) P/ S, d4 X/ GPGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/ 3 S6 D5 g" J% T" o
A comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/
3 i/ M# N, n5 J! [Edward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=1
# x" H+ e7 f$ f有个法国教师做了2d几何图的扩展包tkz-2d:
# \! W$ N- b0 z$ d主页: http://www.altermundus.fr/
' J7 W9 q! d6 y4 o5 n: p下载: http://www.altermundus.fr/pages/downloads/
  d! \, x* n! ~4 L3 F( \$ E; T4 v下面是一些自己用过的例子
) C. y" d% l* I% h数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/
' [/ {# L& u- |$ L) a基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/ ' I- v4 @" ^2 g% o' S
时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/
7 w# m' G3 S( w4 K二维的数据图plot2d: / E8 }! u  s- R, Q) C$ v
http://www.fauskes.net/pgftikzexamples/tkz-plot2d/
- _+ U) u& K& [& `5 p5 z' _http://www.fauskes.net/pgftikzexamples/pgfplots/
' d/ }) \0 Q8 e6 a7 x0 e2 ^. Z$ q有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/
" f0 J- k+ H9 a/ _$ T二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/ 6 d( a% H7 m! a! N( A( V* J  a
三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/
* ^$ W% J) ?3 {! ]' m4 h3 x正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/ 1 N$ z$ ^( }0 S3 E+ ~3 s
图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/
$ a' e; Y* {( @$ f% y6 G. x0 Q分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/
( _0 A9 Q$ g' G! W' f公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  9 e% W: T( h- O  W+ A; w
负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/ " I1 M2 u! N. c9 z5 S' }9 d
便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
. \, b8 Z: N4 V( `/ X绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/ $ @) o* F9 Z. w- S& ^3 F$ D
神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/ 9 r4 z# p, `2 x: Q/ G
三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm 6 \3 `  o7 a% ]' a/ s' O
pgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595
, D! S" p$ \+ `, _5 d下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=353482 X8 m3 \& D1 W6 i
2. pgf的作者?1 o# @: a! b( w
pgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。
7 C; [" {, }" r- q7 x3 @( }  @% p# J3.安装和更新的方法:   / O7 N  Q1 ^, G4 Q$ K! F
pgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。
2 f9 t" u& Z. a& D0 L+ VMatlab画数据图的一个例子" j  v9 e& b0 t1 V9 b# e- M
hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-');
) e/ C5 s) B; Xset(hand, 'LineWidth', 2); 2 v4 q6 V6 ~. ]5 W, C9 V
hand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1); 8 @: N) b9 q0 ~; Z9 }
set(hand, 'FontSize', 14);
5 u+ \6 c  ~3 T* {% |- D, thand = xlabel('xlabel');
+ H5 r) ^2 H' ]0 T3 X+ r3 I! |9 Eset(hand, 'FontSize', 14);
8 P( k- Q' X8 Y; ahand = ylabel('ylabel');
7 e8 K; L1 @' h. Dset(hand, 'FontSize', 14);
$ W4 g0 z8 K) H0 J' K9 U9 mxlim([xmin, xmax]); * C. [1 b+ d7 a; J; ]* I6 [, C
ylim([xmin, ymax]); ) z4 S# {1 p9 [5 ?4 F0 ~3 N* f
还没找到怎么设置XAxis和YAxis的字体大小的办法。
- R2 F( r( Y( M6 p# v  LOrigin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。
9 [7 q6 x0 H7 pGnuPlot的安装和使用
% V! k# j2 o! a( |3 L/ C; S个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。 : A/ m/ g  Z8 f; u% Z. x8 G- {: g
推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html* G8 _  l& x% u! E4 F
1. Windows下的安装
$ A9 w# h3 ^! T2 k$ @安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。 8 q. q' d2 l8 g0 z2 l3 L
测试一下安装。运行命令:
6 f7 s" V$ ?* X/ Ugnuplot> plot [-3.14:3.14] sin(x)7 C5 U$ a. ]' z8 e5 B
2. 和Latex的整合 6 x9 n" [9 `' p0 n
gnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。 $ Z* M0 c3 w; }6 R8 ^
在命令行下输入:
; K0 t0 Y8 c# ^! I8 g# l  jset terminal latex ) ?9 w! l; j4 f3 }3 {
set output "sin.tex" ! m- y9 `$ r% y- D+ M- a" b
plot [-3.14:3.14] sin(x)      
/ R! H# S( d( `$ N! h7 l把这个文件直接插入你的文章中,例如4 J" r* C" p6 b
/begin{figure}
6 x7 n( @5 _" X; L  /begin{center}: b3 R6 i* H7 \" {% X. ]$ u
    /input{sin.tex} 6 M4 \. O9 c# {% j9 ?- S0 c
  /end{center}
! i- x" R7 Z; h7 s* }; X& Z! |  X/end{figure}
, S& Z8 y" ]4 q( E$ H7 y3. 生成xy axis和label
) q! ]+ e4 b* ^: w2 dset terminal latex    * e' a; l! }$ G
set output "sinagain.tex" : I; @  K" W7 J2 L. U2 O
set size 5/5.,4/3.  #设置图片的大小 , D5 T) O* X, F- a7 \/ |/ E# R
set format xy "$%g$" #设置x、y轴文字的格式
: K7 G% F& |1 E' R. j+ ^- Fset title "This is a plot of $y=sin(x)$" #设置图片标题
: W- ?. l2 M9 Z6 @/ m6 E9 C* Jset xlabel "This is the $x$ axis" #设置x轴的文字 5 i" @  J3 \2 c8 j! c
set ylabel "This is the $y$ axis" #设置y轴的文字
& N( F3 n9 S) x5 xplot [0:6.28] [0:1] sin(x)
- c# X  y6 j! s) u) V+ ^- Y4. 多条曲线的对比
4 n! X& B- m) f' Qset terminal latex . F: o' |( D/ u4 O. A; y% g
set output "combine.tex" 8 J% }' W7 b5 s! f$ E2 _6 k3 a- @
set size 5/5.,4/3.  #设置图片的大小
$ @9 U" J6 @, Y! b7 T+ oset format xy "$%g$"
3 y. n& r3 B8 F9 [3 [8 hset title "Combination" 2 f( K/ Y+ n1 _; o+ |' b) B
set xlabel "$x$ axis" ; y6 O4 |9 J. `( i. t* o
set ylabel "$y$ axis" 5 S; x) k8 k7 a, Y( z) |
plot [-3.14:3.14] 0.2*x with points, sin(x) with lines' B: ^  j. F/ [! Q
5. 一个3d作图和并列子图显示的例子 4 B8 a/ t5 m* j1 _7 Q% F1 o- Z7 D" M
set terminal latex ( z6 l( c# G+ }! z# n  X
set output "tic.tex" ' O1 t; w% B0 @0 t4 |! m) l
set format y "$%g$" 9 a& S+ g$ q* {% U
set format x "$%.2f$" ' r5 l0 R1 p% W$ F' @  Z/ u
set title "This is $/sin(x)$"
2 R3 S0 W. s9 O& i% lset xlabel "This is the $x$ axis" , u" l. K& Z/ ]9 ~0 J4 [
set ylabel "$/sin(x)$" 0 j6 W' {+ ]8 J) u2 `
set xtics -pi, pi/4 #设置x的间距
' V2 y- t( p' W6 y6 Y+ j, Uplot [-pi:pi] sin(x)
- W; ~  P% V3 V) Y, a3 f- \set terminal latex + V  k/ @' o0 \
set output 'plot3d.tex' 4 ^  X$ N( }9 Z4 s" n! m1 M
set samples 20, 20
- H  w. W6 b9 i, P; N2 Tset isosamples 21, 21 / ^, h1 b; V( A) T
set contour base + j' `$ Y4 X8 j  K, \- X: V* I
set cntrparam levels auto 10 / P" q% S1 `& g4 B7 s
set title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font ""
, V. v* h+ x* K( j; {set xlabel "X axis" -5.000000,-2.000000  font "" 0 b! F5 d4 j2 F  Q5 ]0 n
set ylabel "Y axis" 4.000000,-1.000000  font "" ' i4 u# s- i* i5 i2 {6 F4 h* |. a8 j
set zlabel "Z axis" 0.000000,0.000000  font ""
1 z. h# G" U7 N% Csplot [x=-3:3] [y=-3:3] sin(x) * cos(y)
7 j9 k- _. a; n6 A, v" H" s/begin{figure*}[!t]
  d: r, u. [4 l! M8 N; Y7 {, V/centerline{% % ?+ }1 e0 g3 R5 y
/subfigure[Case I]{/input{tic.tex}% 9 M* W/ c6 |# M) s! n) g/ j4 B
/label{fig_first_case}}
$ @4 V" h  I9 s( b. ^; D" m) Z1 i/hfil
! ]* q" k, i4 m" K3 o6 g- v' u2 U6 |) b/subfigure[Case II]{/input{plot3d.tex}%
' b9 A8 |+ A) x: v4 Q  U4 D' h/label{fig_second_case}}%
6 s/ [  S3 a- y" o}
: _: q$ m0 v) ?+ b! [4 h/caption{Simulation results}
* X. S8 n+ d5 r5 _9 h; q" M/label{fig_sim}
6 h5 X; |. ?( V/end{figure*}; }/ k' v& L& m$ H$ g+ D
LaTeX2html安装及在winEdt界面中的配置
$ R9 d8 {/ u: L2 q/ b/ {任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
1 L( `. x! ~5 D0 A" I系统 2 l' A' |5 c* R4 W) M% G/ W/ Z/ Q
Windows XP SP2  
+ h3 K+ W- |, ?: ^CTeX-2.4.6-Full  + f- g- [$ p$ a$ d$ p2 ?1 c
Perl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl
" R9 v5 `% p! A% X) N( HNetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  9 S" U" G# O6 S: F, b- Y; [  s
Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。
8 _: e. Y5 [3 D注册序列码如下。Name: Registered  s/n: 195938022 5598
" M) Q+ P8 w9 g) L' ]" D! B其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset$ g( p3 `% B' B( }- M, m
Tex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm
0 x1 p4 M4 b2 X1 v5 S  U+ }3 h1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak+ W4 K) ]& s7 Z1 Y
2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。
8 O$ ~1 ^- C/ o) Q7 L5 O1 YTex4ht中数学公式的转换
& q; }  x: y/ f9 T7 D" u* fTex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。( ]2 y3 M  d  ], K, j
依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:
" k- ^1 t- a; ^" F4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。+ v/ c! J- x) @
5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。, p8 G5 W3 G" U  K# M
6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。* _- S) Z! D3 e8 P  C
至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}! ~& J- e- P  d, p3 M+ E$ v
/usepackage{CJK}3 p( @7 Z# b& W# \2 Q5 d, V
/usepackage{tex4ht}: I6 t6 o3 p$ ]9 b! d
/begin{document}
+ ~. g+ O; R2 N, D/begin{CJK*}{GBK}{song}0 ^( r; G( u  p% Z
测试文档// test document//# b$ D, D2 G0 ]
/begin{math}/frac{/pi}{/gamma}! V5 A$ V( V# U4 {# W! l
///frac{a+b-c}{d+e-k }" I  {+ L7 W# m4 g3 ]+ d" W+ a3 C; J! f6 i
/end{math}
4 x. a; @2 N  G/end{CJK*}& w8 \, N0 B5 f. Z5 b
/end{document}' Q  a. x4 }! o3 d  S
Beamer相关资料
/ m' F, G8 R" m5 [+ j, `+ E+ lSlides和Presentation的重要性就不必说了。 1 K4 _1 @8 p- M: e+ h! {
A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html + J- }& P9 J) ]- _9 C
A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
0 P5 [0 y& w$ o0 o5 ~( }0 O5 ]黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 7 G8 q- a% e0 M
Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html
2 T0 q7 [) J. N+ YBeamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1
; q: f* G& i  f( Y( U一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638 % V3 d9 C8 D$ z' F! x7 Q
推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp
' f" r9 N# }" U2 @+ a3 C* zBeamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html ( L% d" w2 H5 C6 Q
用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php" W2 l  U9 J: u: \; I

8 Q) n: U( q; |! [4 V4 A 7 ~4 y4 H" ^- @; I
beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/
. B- m: X/ y5 p' g  下载pgf:http://sourceforge.net/projects/pgf/
4 {# a$ ]# e' t3 u7 {) M" p! J" k  下载xcolor:http://sourceforge.net/projects/xcolor/
+ c; s5 A$ g" ?: V2、解压到各自文件夹beamer、pgf、xcolor
# q$ J) T; c3 }& e* Q9 P1 }* c3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor ( \3 ]; y% W( ~% L- {
4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹
# M% }# p2 Q9 ?: Q5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'5 S! z( {% P! P5 L! H, [4 E' W4 P
(这些命令在xcolor.ins文件里都写出来了)
- l" V! X% `& @6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex'
1 F1 `* g9 ]+ w/ F/ J3 b7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。
0 @+ @# \1 c. Y* N) p" [注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。, F) _# X& s* X& H' v- j7 p) L& w
Bibtex的使用 
3 i; L7 f' E" p$ qReviewer在读你的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 这样的站点下载的。  t/ f' P  a! q+ S) p2 f! q: T- l6 U
Bibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下: ' Z+ ~) h. T4 v: x# Q
IEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/
+ |% h7 d& [: k$ u' M中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=335914 _7 b" i2 t7 l( ~( r0 W
为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。
, }- C* }& z9 J6 p6 B1 {latex %texfilename%  A- k/ o0 M! E$ p  R
bibtex %texfilename%
& v- v! s( x7 x- O, q% alatex %texfilename%
) D$ b+ f1 C8 ^8 Elatex %texfilename%
, W( K7 q2 f9 a! y参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=950" U! G0 z/ m+ j1 S. [
在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto ) f7 R6 c0 H9 _1 `  e* j
/ifCLASSOPTIONcompsoc( w* x; T$ w0 L" `1 k* m
% requires cite.sty v4.0 or later (November 2003)) |# ]  x* S8 {
/usepackage[nocompress]{cite}& F  p% u9 O4 x- k5 O3 U( s0 U  t0 M
/else
% l5 n" N% O- G" R2 @6 m% A1 P4 Z# a/usepackage{cite}: l% B1 X# h# Q- p
/fi
, |- d; W1 d9 [2 C6 s, p2 H8 g正文里使用/cite{%label1%,%label2%,%label3%}命令。 " A) a* y& P* k5 {
新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html
$ }% u2 M! B- y) a# `Other Tips 细节决定成败$ P  E% z$ k5 T& r6 u  p2 B) C
怎么输入左单引号、左双引号、右单引号、有双引号?
5 U  P0 |$ V( }# E左单引号:`(键盘上1旁边的那个);左双引号:``;
, Q: D* b# I7 ?9 P! |右单引号:'(键盘分号的右边那个);右双引号:''或"。
' I; n+ E- C. [% R" A' u& P在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。( I7 U  |$ J7 Y( J. @$ B+ x
怎么输入“度数”之类的单位? 试试SIunits包。
* b* n4 k$ d1 D& ?. Q我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态?   }) T0 {9 g( @2 f. w+ P
用括号把title中的abbreviation框起来,如下:
! \. p9 B* ~6 z, L{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……?
. A+ W# u  F: H' a前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。
( D2 v6 S0 q8 G; l第三个用/newtheorem{theorem}{定理}。以后这么用:7 i; v! |/ E+ }6 E" P) k
       /begin{theorem}.../end{theorem}2 m3 m5 }! \8 z; R* S8 n, m
第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。! ], a1 S/ D# L
类似的问题可以参考CJK的GB.cap和amsmath的文档。
0 Y* U7 O! O( e) G, C7 n; D我要写算法伪代码/C/C++/Java...代码,怎么办? 9 G3 y% @8 _9 r8 ?
listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。
2 Z% `# d5 f9 f3 J% B( Z& ?" j) y  p  Ulatex提供哪些定理环境? * z: B, l) w9 t
很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。
6 v! x$ n2 ^" ~1 m下面是我自己常用的定义,大家作个参考吧。:)
4 I  A' ^8 C; I' N! p2 j- s  /theoremstyle{plain}
$ q& I* R$ e. l$ j2 G  /newtheorem{thm}{Theorem}1 V( M+ ?+ v$ ~8 B# l; O
  /newtheorem{lem}[thm]{Lemma}
( P# l$ R+ S2 V6 F* n  /newtheorem{cor}[thm]{Corollary}
3 s: u; m% J# |+ C  /newtheorem{clm}[thm]{Claim}' M1 C$ h9 C+ \( H, q: C, [
  /newtheorem{prop}{Proposition}
' M" K& g* J! x& A  /newtheorem{fact}{Fact}4 \, O- A& R. l) E& @( I$ u
  /theoremstyle{definition}% G4 l3 U) v# ~$ b
  /newtheorem{defi}{Definition}
) y# X( ?3 D; T- a2 T* J$ w  /newtheorem{example}{Example}
3 l( `, A" X7 P- U6 ^( O  /theoremstyle{remark}
3 s7 c5 [5 u$ p4 N  /newtheorem{remark}{Remark}* Q1 w' n! O; k1 @  o, B
  /newtheorem{proviso}{Proviso}, k+ L8 X4 |8 t# ^7 v! r
amsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?4 g9 `. p# q' G. s1 [
需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。
+ x: k& @7 c/ V: t怎么插入一张图片到latex中? , m: I$ Z, c. s: h+ X
/usepackage{graphicx}
! A: o3 g. Z2 ?3 M# H. H9 ?# G# @/includegraphics{xxxx.yyy}
+ j" b) B5 e, T, C1 w但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box:
0 c) u0 G9 D: m2 P1 M( V注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。1 W8 \( g# ^$ Y# X0 P* \" P* ]' {3 m
以下几种情况要善于使用"~"的小空格
1 J% b! z* \5 m4 _1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。
$ M+ |( M+ v+ M2. 中文与行内公式之间也要加。, M1 f1 P% l( o8 f
3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。
/ y% N) k- @; K- O6 i" h4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。( W4 q' W  y8 v* n! ?
5. 对Figure、Equation、Table的引用时,要加"~",比如) d5 g$ Z' k5 [
/figurename~/ref{%label%}: C) _1 k8 R5 h: e/ y/ n9 B
Tab.~/ref{%label%}
; Q- ~- a$ R% x; O1 @& lEq.~/ref{%label%}
+ j; G) Z0 L- r8 [& ^9 S我的系统crash,论文稿件都丢了,怎么办?
" b+ ]4 r9 N5 ~- y" w5 ]丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
/ l6 M) Z" G* ~9 |9 b+ W. NWinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=223, P$ r# L  v; C% a8 e0 q! G! K+ ~
如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。 ' p. @+ \8 I& ]0 X* g# K- C
Menu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。 $ h6 [: H& d8 T
要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。
: Q+ {! |2 R! t, i如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。% R7 E8 w9 j% C
适当缩小图片或者缩小图片与文字的间隔。用命令
* R* ]2 V7 o6 [5 p. s% @; P/begin{figure}[htb]
" G& c; m6 Q+ _! g- K  i...... 4 b0 ?9 R1 B* u6 H$ `* O* \
/vspace{-0.3cm} $ X# u) m, t& K: z( R) a# I8 W
/end{figure}, [" D0 {/ c* y( j; C3 y5 y
如何在pdf文档中生成书签?
' `% u8 i5 N, R' U
8 U+ m/ n% X$ l4 V- T4 O% o  l/usepackage{lineno}
. A& l0 G# p7 T' [: D' d" W/usepackage{indentfirst} ' I, b* |9 |. P7 G+ ]4 H8 V4 u- r
/usepackage{hyperref} + Y2 Y: b  f, A7 z5 N6 K3 A
/usepackage{natbib} 0 E4 T$ j7 D9 y/ e

; \# ~1 {7 x% h* R. O9 \0 e/section{} /subsectioin{}/ _8 Q$ [+ F) \/ q
即可。 ( I+ r3 M3 j; A) W+ ]6 Z4 V
如何生成hyper reference? 3 I. N( \8 p+ M6 E& t. \* V( P& _
/usepackage{hyperref}
/ N& a$ s6 D" x5 Y$ R4 h9 _+ M9 [5 u/hypersetup{
& T  U1 |3 @8 X. o  I$ h3 y    unicode=false,          % non-Latin characters in Acrobat’s bookmarks
/ \* k- ~8 Q  p: g+ q    pdftoolbar=true,        % show Acrobat toolbar? 4 _% P! }0 O& s* N6 _
    pdfmenubar=true,        % show Acrobat menu? ) b4 K% B! W, i! \! N3 k
    pdffitwindow=true,      % page fit to window when opened 2 ~- ^" c& j4 i, J7 }
    pdftitle={My title},    % title ( \; c6 f% U9 Z4 o6 u
    pdfauthor={Author},     % author
' F6 d2 c7 s& w8 K" q    pdfsubject={Subject},   % subject of the document
0 Q- c% Z5 e" s5 w7 w3 _    pdfcreator={Creator},   % creator of the document 6 b" R4 i- }- |4 E9 @- @/ p
    pdfproducer={Producer}, % producer of the document3 Y) E& U/ e4 g
    pdfkeywords={keywords}, % list of keywords % d/ }7 a, F! O" M/ S- Y3 B. D! H
    pdfnewwindow=true,      % links in new window
( j" C/ p! f' j0 O9 e: g    colorlinks=true,        % false: boxed links; true: colored links
: K7 N. c( o3 J. x! g6 o3 `    linkcolor=red,          % color of internal links
$ p2 d. j' G$ a! E7 N" `1 Z    citecolor=green,        % color of links to bibliography , m) _. C  P6 P. w2 \) O; `. X8 ^5 g/ I
    filecolor=magenta,      % color of file links
' A' Q0 M: h( _8 h, L    urlcolor=cyan           % color of external links
3 m7 f- j8 b' x) f+ Z4 A}
; g, l1 r+ n: U( B/href{...url...}{...caption...}
4 `/ e* f3 h7 K) L* q: j; w具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/2 K( [# E) x! b& `5 [" `
Latex里面有没有比较好看的手写字体?
5 ~" l7 {4 `, e: C1 F4 V, ?$ a我自己喜欢lucida casual。 6 ?$ B1 A: x' Q
下面是一个gallery: http://tug.org/store/lucida/complete.html
, B& h" ^/ n6 J6 m0 w  v. {) M2 V/ ^这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf
% i; w0 _* {; ?+ n* ^! h4 ^$ [这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/
0 f) y$ L; k; }! N  V6 y" \和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/
0 ^, Y3 e% ]: a* m1 g+ V. {个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。* M. Z% p1 F) P# l
我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
) L5 c4 F" g0 O( ~2 H0 HLatex中并列子图的实现 ' ?) C+ Q6 _) R, E: t. v, T3 [
下面是个例子,详细说明请参考IEEEtran_HowTo。 5 ?# [7 c; H3 i2 I# k/ ]
/usepackage{graphicx}  l$ D+ |6 O# O/ j8 Y5 @; w5 J  t
/usepackage{subfigure}
- [; W1 [5 K% T0 Z. O3 ]2 J%跨越多列的subfigure
- ^6 z) J# k8 R6 G/begin{figure*}' C' `) W7 ~; C( i+ A( l
/centering /mbox{
  f7 M- Q2 m: y. Y3 w/renewcommand{/thesubfigure}{(a/arabic{subfigure})} & N3 ?- g0 o0 ^7 d4 d5 x7 P
/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
; T* p8 \0 O' D5 @, F* x$ B/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }5 ?9 n0 b! Z9 b; B$ X
/end{figure*} , }5 Q: S4 h( |; k; H1 C
%/setcounter{subfigure}{0}
7 T4 N3 y. H. M%单列的并列子图  ) c0 L) g% V& U8 Z$ }  ?
/begin{figure}
3 ~9 O6 _: k8 ]8 R0 a/centering /mbox{ $ {. @& d& ]/ }* T  U6 W- d- ]: [
/renewcommand{/thesubfigure}{(b/arabic{subfigure})}
4 l( w! ^, e  |+ B/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
" @: i1 p, x0 ?/ y, @/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}
3 c% I0 s" D" E$ H3 d: i6 b: g/caption{Several figures}0 x1 n( C9 ]* k* q# `2 d1 F
/end{figure}( c6 }( W) e4 _4 D- i
Latex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}
& ]) Q5 Z; e) y' a5 L* X* L# Y/newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}
. v  ~( n; e- X6 C6 t6 J% d1 P. Y/makeatother0 Q% F9 Q) S- M& J- _) b
$$a /extendEql{/mbox{/textrm{def}}} b$$& F7 G$ L" a/ z, t
Latex 里面如何调整列表环境的间隔?( M, `: O* n' e, B3 K8 V8 C
设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:
0 X# k! T; N7 u. Q) }9 x% a5 d3 v/documentclass{article}
5 {, G; B6 A0 ]8 T4 G3 ~( I* O+ x/usepackage{times}
" M. \. h( [+ ~4 o% }/pagestyle{empty}
6 J; b( b: [9 S/setcounter{page}{6}8 E/ G/ M# G1 @
/setlength/textwidth{159.0pt}, d  F* X5 O: S) {% ?- D
/usepackage{pifont}1 v. E- D& i  `% D/ X6 L
/renewcommand/labelitemi{/ding{43}}7 h0 d# r2 |6 ]" P
/begin{document}. @4 w! }* I6 I+ |
  /begin{itemize}/setlength{/itemsep}{-/itemsep} " h  G$ J. z$ Y
  /item Text of the first item in the list.7 [* S0 @9 R; i5 x
  /item Text of the first sentence in the second item of the list. And the second sentence.) I  J. j4 t( k- Q$ Z! k- L! R' Q! W( m
  /end{itemize}
; D9 I9 K/ Q1 a3 F% }( l  /begin{enumerate} /setlength{/itemsep}{0pt} + Z$ m  A1 Y( U" \. p$ G* t
        /item item of the list.2 S$ V/ y: p2 Y; u& {8 v8 f, {
        /item item of the list.
% {/ s7 h, {' s* T& R$ U! L0 U        /item item of the list., B0 w  q# s8 f1 C2 L9 e
/end{enumerate}/end{document}
2 P4 l8 Z# R2 q) t* x6 v# v* n8 `' M. c
+ C9 K+ s) c5 a$ K7 w9 N9 i9 X4 w3 Q. S0 r设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}
! D, Z1 m) ~" D  n0 w# Z/ u/usepackage{times}  d3 `) H) X* E
/pagestyle{empty}, Y+ x' v! c4 V5 `* _- }2 O: W
/setcounter{page}{6}# L- N' @6 I! V! F4 q" i( Y
/setlength/textwidth{159.0pt}
: B- s8 w: w6 U3 E: d4 q/usepackage{pifont} $ {' C! [1 k4 K0 }
/renewcommand/labelitemi{/ding{43}}* c- D& i% Q/ R* l) c' Z/ @5 n
/usepackage{atbeginend} % 可选宏包, 能解决许多问题,
; @3 T# N5 b% F3 A$ k) p%比如itemize, enumerate环境/item之间的控制
' @; f2 e/ m- N" K5 t- e* H9 {, b  Z%用法* p  k4 Z* K# g* n) s3 Z
/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}# I0 ^" ]) G; P& _
/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}  U- y) g) M5 r! p* o
  /begin{itemize}1 q# F, M4 P3 V1 d8 |- B
        /item item of the list.
$ m- r- a* F! {2 i7 i5 ^" y        /item item of the list.
9 g* `4 N, e0 T( o3 Y9 `1 U* I* ]# @5 W        /item item of the list.7 W' O% ~- B: e# J8 M' U) L6 l5 l
  /end{itemize}4 [3 x: f  b* S  O
  /begin{enumerate}
0 C$ H3 Z2 _8 [8 a0 L3 W+ b+ }9 t) Q        /item item of the list.9 o% |. a" ?9 T0 t( p
        /item item of the list.3 t2 O- u' h, @+ ^9 y
        /item item of the list.: o$ J" |' l) @! h+ s) r5 B
/end{enumerate}
/ _( u& K' N) a# G/end{document}
% I+ [% |  a3 y/ ], \. W+ Q5 lLatex 里面如何打印如下常用符号? 5 @: Q% j* ~8 y: \* j
使用marvosym 宏包
* Q% r  k6 O, }演示:# y! x! l8 x7 u- s9 U( L
代码:1 Z2 c8 A/ t  q5 R7 e$ I) C
/documentclass[a4paper,twoside]{book}# c) n. B2 U' G  q- }
/usepackage{CJK}+ X7 e) }4 P7 j9 F$ P+ g$ {
/usepackage[body={398pt,550pt},footskip=30pt,%" ^4 e) G; b7 \4 S  j7 m8 Y9 F
            marginparwidth=60pt,marginparsep=10pt]{geometry}
% z# h4 ~7 J  q* A, Q7 a7 F; K%/setlength/textwidth{180.0pt}+ s) R- e- s" s: z" a) P  E" A4 Y
/usepackage{marvosym}
) l" C! {# ^" l1 F4 h/begin{CJK*}{GBK}{song}
) F# b: g  i0 a# i# ~: T: @1 v5 {/begin{document}' ]! v5 T& i7 l: s
            /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%
, A1 s3 N  L$ s, l7 A            /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%
3 a/ M/ C2 `- L' S            /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%
! c" T. q8 p3 n# \: h+ h6 ^3 |) d打勾: ${/surd}$//6 I9 l" m+ y4 G9 N+ O8 c( ?8 j7 x* Y! M" S
打叉: ${/texttimes}$
4 U1 @5 U" m8 Z4 }/paragraph{}- S5 i( f2 m4 o  a
/clearpage5 G6 c( Z8 q' W7 b
/end{CJK*}
% ]" o1 d2 k. m: T  U) I/end{document}
: I- o5 L; k$ a$ J( c2 A* ~! u- D" {5 s7 Q) l5 I

作者: 山林隐逸    时间: 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
* n& K. A+ V+ |( x" b. {/ P/ n$ z赞一个O(∩_∩)O~
; R5 I8 }! J* x" P6 J3 n# X0 F

作者: ∮蘑菇O_o沫    时间: 2014-5-28 16:26
山林隐逸 发表于 2014-5-28 09:39
4 I  v1 W5 q+ k; R$ _赞一个O(∩_∩)O~
5 A* D6 z# j6 \' G% ^

作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:29
gancm 发表于 2014-5-28 12:48 # U7 t" X' K" z8 U+ o; ^% r' u1 [
赞一个O(∩_∩)O~

; a' E- o! x. x2 RTHANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:29
gancm 发表于 2014-5-28 12:48
/ g0 u$ i2 Y5 A0 K9 h9 t赞一个O(∩_∩)O~

5 g6 v) h  y4 ]  A* e! b2 y( z+ vTHANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 ) X; X7 I4 ]% A% @* D
赞一个O(∩_∩)O~

- A/ N- |) P  Y* }# n7 z: UTHANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
  R3 E) G. H  T; J, z' z" \赞一个O(∩_∩)O~
/ ^" `) x5 a8 ~/ p7 S
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 : [3 C) I6 y3 u2 y; |
赞一个O(∩_∩)O~

, d8 T0 Q) g- q! ITHANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
: {! Z+ s# X0 `0 x! i5 F4 [- J7 `赞一个O(∩_∩)O~
1 Y  W  }& i- d! r4 W4 [$ Q) U
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 ' R3 n. F$ \# S' Z+ ~5 y+ q
赞一个O(∩_∩)O~
  G: _8 \9 G& l+ J  {/ B/ |
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48 7 j2 z: T2 G; u7 C  s3 ^, L
赞一个O(∩_∩)O~
" H0 g4 l' e7 [; ]. \6 I. ~# [
THANKS
作者: ∮蘑菇O_o沫    时间: 2014-6-22 20:30
gancm 发表于 2014-5-28 12:48
% E6 W- Y  a; u/ g/ d. G赞一个O(∩_∩)O~
0 H1 x( Q8 B% `% V9 d
THANKS
作者: 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
! u, q* f' Q  D. o# t~\(≧▽≦)/~  好赞~!  谢谢LZ
) ]: F6 e/ P4 o- c' ~; c! y# W( }" O

作者: 陈培辉    时间: 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
楼主辛苦了,好帖子,收藏了!
$ J* d7 T/ ~) O
作者: 宇仲    时间: 2015-1-23 16:06
楼主辛苦了,好帖子,收藏起!
8 i6 ?, P& Z6 S* V+ Y; g  ]
作者: maybenever    时间: 2015-1-26 18:23
thxthxthxthxthxthxthxthxthxthxthxthxthxthxthxthxthx
( T( t1 A& \# P
作者: johnyhl1993    时间: 2015-2-4 22:25
先谢啦
' M5 p" c# b+ Q! @2 m7 f& r' N6 `/ \- L+ _8 v/ f

作者: rousong    时间: 2015-2-5 14:43
正在研究中ing
+ z/ X( p! O. J# {) \) v1 J
作者: 冀得我    时间: 2015-2-5 16:10
说的真详细! {* Q& a/ G$ \* c7 F7 v1 o) N8 k( L

作者: nasheng1122    时间: 2015-2-6 16:31
letax确实是个好东西,好好学习
( h  v  H5 `6 j. z% O8 d
作者: Acton    时间: 2015-12-7 12:44
山林隐逸 发表于 2014-5-28 09:39/ m$ `* D" V9 K/ `' J  t2 X' R, c
赞一个O(∩_∩)O~

4 p0 M5 {4 B2 |* A/ ], ~/ y赞赞赞^ω^  D6 Q- E! o7 O5 W- F7 Q

作者: miaomomo    时间: 2015-12-13 21:03
太6666666666666666666666666; r: a' B: |7 i9 X) g# G! p

作者: dondxie    时间: 2016-1-14 17:40
1111111111111111111111111111111111111111111
5 d- g6 I& ~& j' t
作者: Irishanyao    时间: 2016-1-14 18:46
超级感谢!!!
8 f3 J3 a/ ?5 Q! `4 ?8 I5 f! F
作者: YHP494    时间: 2016-1-18 20:42
谢谢楼主的分享!!!
+ T* ~0 }4 s- h4 N$ ]
作者: YHP494    时间: 2016-1-21 23:54
谢谢楼主的分享!!!
- [& Q2 m3 J7 E
作者: Mecacacao    时间: 2016-1-22 20:16
第一次见不用体力为大家服务的楼主!!!!!!!!!!!!!!!
# v8 e4 I* u. Y+ z6 d; m" c$ c9 `
作者: lile19940907    时间: 2016-1-27 22:04
顶一个!!!!!!!!!!!!!!
4 Z5 Z) {9 q; _7 |8 o% @
作者: erichhhhho    时间: 2016-1-28 21:40
gggggggggggggggggggggggggggg$ u7 U$ t" x. L" H

作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666
0 ?: f7 j+ ^: k4 V* O3 {1 l
作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666
" O2 o- s' p$ N& `9 _' V
作者: zhanlang2015    时间: 2016-3-21 16:15
不错6666666666666666666
5 |) m, Z+ V% B9 Q1 d7 \( m0 C
作者: 换个想法    时间: 2016-5-14 20:15
很不错啊' s2 k& c+ P+ t4 D

作者: tongjikl    时间: 2016-7-8 15:33
牛逼啊啊啊啊啊啊啊啊/ C! P/ W& m6 ?; w! I

作者: Daisy913    时间: 2016-12-4 14:40
太厉害了 很有帮助
9 Y5 [9 K( O$ E
作者: tobeking01    时间: 2016-12-6 11:15
赞一个
6 Q  [/ Z9 E, P* t' D7 l
作者: 531492852    时间: 2018-1-22 11:56
哟哟哟哟哟哟真的是好厉害的呀发表回复
5 k" x9 Z9 k2 c  ^
作者: 等风来的十字狐    时间: 2018-1-24 22:32
感谢楼主。。。
+ T# ]) H* F. U+ b/ P7 w
作者: 阿慧Evelyn    时间: 2018-2-3 12:22
谢谢,希望有用,待会看完别的视频好好看!
7 Q9 q3 E2 [) K! |: O3 A2 J1 [  [3 P, }7 U
作者: 15243634628    时间: 2018-2-5 11:11

- U/ o# g% {$ P! {+ T" |# I
# H: X- w; e* S8 l+ a: Q- s( g
- a- R$ W% x: w( ?真的很有用,谢谢楼主啦
; ]. w# d# ]5 y; D9 B# X* q- X/ n% T$ N

作者: 1171265189    时间: 2018-2-6 18:45
内容很详细,很有用谢谢
7 M$ g# J* C2 x0 F3 [
作者: Dun    时间: 2018-3-27 23:22
厉害厉害# h2 s+ f1 @6 F) l9 b, \9 N

作者: 1097592576    时间: 2018-4-16 19:41
顶顶顶,赞赞赞!!!!
. P  \' B5 C0 H/ H+ d
作者: Jamesccy    时间: 2020-2-8 11:27
mark码一下
* p- D8 D8 M* U




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