QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 36669|回复: 53
打印 上一主题 下一主题

超级全的LATEX资源汇总~~绘图、公式等各种宏包( ⊙o⊙ )

[复制链接]
字体大小: 正常 放大

8

主题

12

听众

1064

积分

  • TA的每日心情
    开心
    2015-11-24 17:35
  • 签到天数: 49 天

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    跳转到指定楼层
    #
    发表于 2014-5-27 20:40 |只看该作者 |正序浏览
    |招呼Ta 关注Ta
    楼主找了好久才找到这么全的,希望对大家有用(*^__^*) - l- m2 a: g& N4 w9 J/ m

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

    点评

    Dun  厉害厉害哈  发表于 2018-3-27 23:22
    zan
    转播转播1 分享淘帖0 分享分享1 收藏收藏10 支持支持1 反对反对0 微信微信
    Jamesccy        

    0

    主题

    2

    听众

    15

    积分

    升级  10.53%

  • TA的每日心情
    开心
    2020-2-15 00:04
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    回复

    使用道具 举报

    7

    主题

    2

    听众

    318

    积分

    升级  6%

  • TA的每日心情
    奋斗
    2018-6-25 08:41
  • 签到天数: 39 天

    [LV.5]常住居民I

    群组2017美赛冲刺

    回复

    使用道具 举报

    Dun        

    3

    主题

    2

    听众

    147

    积分

    升级  23.5%

  • TA的每日心情
    郁闷
    2018-9-14 14:33
  • 签到天数: 4 天

    [LV.2]偶尔看看I

    国际赛参赛者

    网络挑战赛参赛者

    国际赛参赛者

    自我介绍
    建模菜鸟
    回复

    使用道具 举报

    1

    主题

    1

    听众

    39

    积分

    升级  35.79%

  • TA的每日心情
    奋斗
    2018-2-10 08:56
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    群组2018美赛备战交流群组

    回复

    使用道具 举报

    0

    主题

    1

    听众

    2

    积分

    升级  40%

    该用户从未签到


    + a0 {( J4 W2 l* @$ [- W6 W2 n; T% Q( V, j+ V8 o2 P" j$ P

    6 H) x) y8 k- R7 n4 v# C真的很有用,谢谢楼主啦. y7 ?( v" Q' o( o7 P9 z

    / l3 [5 i; U" M8 F# W
    回复

    使用道具 举报

    0

    主题

    2

    听众

    33

    积分

    升级  29.47%

  • TA的每日心情
    郁闷
    2019-1-24 08:09
  • 签到天数: 10 天

    [LV.3]偶尔看看II

    自我介绍
    数模加油!
    回复

    使用道具 举报

    24

    主题

    4

    听众

    392

    积分

    升级  30.67%

  • TA的每日心情
    慵懒
    2019-1-25 09:09
  • 签到天数: 46 天

    [LV.5]常住居民I

    自我介绍
    。。。
    回复

    使用道具 举报

    531492852        

    0

    主题

    2

    听众

    17

    积分

    升级  12.63%

    该用户从未签到

    回复

    使用道具 举报

    3

    主题

    12

    听众

    48

    积分

    升级  45.26%

  • TA的每日心情
    开心
    2017-9-9 17:55
  • 签到天数: 20 天

    [LV.4]偶尔看看III

    群组2016美赛交流群组

    群组2016国赛备战群组

    群组全国大学生数学建模竞

    回复

    使用道具 举报

    Daisy913        

    0

    主题

    12

    听众

    39

    积分

    升级  35.79%

  • TA的每日心情
    开心
    2017-1-20 17:08
  • 签到天数: 7 天

    [LV.3]偶尔看看II

    自我介绍
    hello
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册地址

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

    关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

    手机版|Archiver| |繁體中文 手机客户端  

    蒙公网安备 15010502000194号

    Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

    GMT+8, 2026-8-1 10:15 , Processed in 0.381549 second(s), 120 queries .

    回顶部