QQ登录

只需要一步,快速开始

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

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

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

8

主题

12

听众

1062

积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    跳转到指定楼层
    1#
    发表于 2014-5-27 20:40 |只看该作者 |倒序浏览
    |招呼Ta 关注Ta
    楼主找了好久才找到这么全的,希望对大家有用(*^__^*) - V1 y" E) \# F
    : p$ h- F2 t9 M. ~: y
    前言( C, d6 t/ I" V: m+ R
    latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。
    9 y+ G0 l: w* {/ [) KLatex简介: Q1 I% ^# q9 ^2 K6 F
    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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。
    * B# V+ U" [  Z" e, w1 r* U5 {3 iTeX/LaTeX是一种计算机文档制作语言,所以它有+ b$ Q- r+ u3 r: i6 _7 A  v3 u" m3 `
    a. 源代码。 包括故障区域和/begin{document}之前的部分;
    3 C6 z+ @! h" _1 Vb. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。
    9 b' n% g, k9 M5 r5 H4 Vc. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 5 Y( Y0 O) e/ W, p" R
    Tex的workflow如下图所示:
    * I5 @( e: p/ S6 a, l+ ^
    5.jpg
      f9 y& o" \/ P1 Q7 P) A0 `5 U
    从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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。
    ) V! j: ~" i: w. [; }! j. d; w6 N此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  
    % R* D/ k$ ~: L+ a最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。
    8 o+ v! e& K' Uhttp://www.ieee.org/web/publications/authors/transjnl/index.html  % o7 I# L2 d" X- o, R: k* j: o
    CTex下载: http://www.ctex.org/HomePage  / ?  ?6 G% \1 t& y7 K) b9 ^
    常用论坛,答疑解惑: http://bbs.ctex.org  & p# W" B: r9 a' g! x
    搜索和下载package的站点:http://www.ctan.org/  9 j3 M0 q" s/ f' d1 f! T  o
    一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html- C4 C# l( _/ J
    Latex下的绘图工具
    " a# s, n) q- u  W% a    写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下: ; f6 f4 \# ?1 u- a/ L, j+ p
    Adobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。 $ D/ T  R. M( [. d  b& r
    MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。
    % r" e% }. F4 Z' C' }" X+ fPGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。 * N5 r5 X( w, U
    visio: 适合画流程图.
    7 V9 |$ a6 C3 L* i. Q& V, Flatexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。, P2 o, R, }" e
    xymatrix: 适合pi演算那样的公式推导。 5 E6 W2 D; S7 A  `3 F
    数据图
    1 C; R+ ?" E' C8 r/ pgnuplot:; M* S* v( f& p$ \/ c4 h
    matlab:
    # [" j3 f* e3 U* I/ L2 B9 }origin: $ R2 p6 A- t3 \7 B  Y- {
    关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。3 q9 m" J3 |2 v8 p. u
    MetaPost相关资料
    ! U. j8 V4 Z& Q& l, s. pMetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。
    / ], B: y. {6 S& s& E + N& K" M+ \) _, K6 X& p
    MetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm . U1 h7 i; A! d( K% x* C2 ]
    MetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html ! m1 M" s7 C4 H( L2 j( d
    MetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html 4 I- P3 ?5 z: E! a8 W' ~
    王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
    6 ^$ k+ O$ w- j* ]! ZJohn Hobby为MetaPost写的用户手册''A User's Manual for MetaPost'' & O1 J9 r: P0 a3 {. Q
    MPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/
    2 x, w' x) c5 t( n) JLearning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf
    9 y9 M% b" G7 x  L! E' O$ u. wMetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/4 s& f. B" Z; Y, S! O# ^
    PGF/TikZ
    3 l# A4 z* f0 p+ r1. 什么是pgf?% f. R7 `' ^3 Y9 `4 d4 [2 w
    pgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
    , o5 S6 {1 B# d8 c3 Q% v8 APGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/ 1 ~; K& ]9 w! H- \; g3 N% o0 s
    A comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/
    ( d1 _5 l3 q) b2 C& }0 P" e0 ]' hEdward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=17 J1 G; y/ X4 b/ s5 f
    有个法国教师做了2d几何图的扩展包tkz-2d: 6 _. ?# j( X+ L' {* o7 }$ x
    主页: http://www.altermundus.fr/ + R$ ~* n+ S" A$ z* S
    下载: http://www.altermundus.fr/pages/downloads/! p7 m; h6 e; D" M' O5 W# V5 g
    下面是一些自己用过的例子
    1 L: d: }! |' H数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/
    , E' V; {& _' ~基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/ ) O; g& g) G  `7 Y, w3 H% v
    时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/ & [3 F' a  I1 G( T7 B9 a' I* `/ U
    二维的数据图plot2d:
    / [- C% o* _" T8 E* ?! Xhttp://www.fauskes.net/pgftikzexamples/tkz-plot2d/
    ) L' b5 ~) t! K- `7 `http://www.fauskes.net/pgftikzexamples/pgfplots/
    $ [5 a+ H2 U5 Z, e1 s# j有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/ # L5 B! ]+ N4 U+ D
    二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/ ' ?' B/ ^, Z- [) }( i
    三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/
    : f+ `  _4 h- G/ o# p正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/
    & _8 ]/ [5 U1 E' o' E2 S' @% \; ]图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/
    3 y5 Z8 S5 x, F& L$ j分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/ 4 g% K1 p8 ]) F* m. ~6 n) _
    公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  ; U! L+ W4 C  o7 {3 G* u
    负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/ & J0 s! Q& S1 y; ]2 \7 j
    便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
    ! K% n1 U. b5 Z7 E8 r7 j' b% ]绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/ - q! l' P6 s2 g  T7 T
    神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/ ) D1 P2 }7 \, C2 U0 Z; {, Q
    三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm
    . |5 l9 m' ?7 s2 Ipgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595 9 ?2 L) u% E2 H  s
    下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348
    8 H9 b/ H7 Q) N4 \" n" ^2. pgf的作者?" `, X6 C* \: A. v# a
    pgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。
    , _( h' `. i* g) ~7 E3.安装和更新的方法:   
    + l$ W4 a3 d, m- P4 N; ]" ~- epgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。1 ]& \0 Y6 |$ m, r1 f
    Matlab画数据图的一个例子
    0 H' @) O% a! A; T! k1 h$ h hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-');
    # x2 o$ Z$ x' v& r' u6 {set(hand, 'LineWidth', 2); ' c) Y4 q4 V% Y% n$ G& y6 h
    hand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1);
    5 t/ |6 w/ ]  Z- M. {& K, xset(hand, 'FontSize', 14);
    - a2 r/ p  ?4 D8 g* Ghand = xlabel('xlabel'); 3 b" @% e7 h' c# g7 Q. _
    set(hand, 'FontSize', 14);
    " Z/ k  F: w* ]. D7 D2 G9 @/ ehand = ylabel('ylabel');
    0 Z. D0 Y3 C5 [' _) Q$ z1 S2 ^set(hand, 'FontSize', 14);
    - a& |7 q9 M8 a/ i6 D4 ~" x) Y8 axlim([xmin, xmax]); % W( C3 Q6 d/ B7 a6 \$ R$ B
    ylim([xmin, ymax]); 3 Z, f" `1 d8 D+ I* x3 C
    还没找到怎么设置XAxis和YAxis的字体大小的办法。
      _0 `# m  f. p& T7 C; OOrigin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。0 `$ R5 G, W+ Z9 I& a2 V9 E% \
    GnuPlot的安装和使用
    4 M: d# u) F, M  n) Z: Z个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。 8 J2 @2 G: U5 i, H4 M* K
    推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html/ K" F+ t' j, }/ d: y# t: _( C
    1. Windows下的安装 1 ?+ x: C4 B7 n2 Q  n
    安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。
    9 R( @4 U7 j, c/ Y  h5 ?测试一下安装。运行命令: " Y7 D1 j* l0 E2 `7 Q
    gnuplot> plot [-3.14:3.14] sin(x)
    ) E, Q  O$ v3 b" j" k1 V; W/ a" `2. 和Latex的整合 " d* w8 z1 t% D! X8 f) o! e
    gnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。
    ; y. m6 f1 s6 Y在命令行下输入:/ A! d3 V* Q5 u6 {7 a6 S* }" K
    set terminal latex # I& s, b: ~, u; \. H$ k
    set output "sin.tex"
    1 [+ i" \* P0 zplot [-3.14:3.14] sin(x)      ( [/ [; i3 r$ H$ b0 ]" N1 S0 T
    把这个文件直接插入你的文章中,例如
    $ M  y0 z8 U7 Z( t  ?& Q/begin{figure}
    5 a8 ~! T- s3 m& \- \  /begin{center}$ Z1 y9 m( G) H: Z9 z% L6 K
        /input{sin.tex} ' i7 u: t7 J- g% z7 B; b6 ~
      /end{center}
    : Z+ ]$ ]* L3 o3 G& P/end{figure}  |: M, \& P+ j% w+ t
    3. 生成xy axis和label
    9 Q9 p3 a& h7 ^set terminal latex    6 M3 s/ _2 o; \1 G
    set output "sinagain.tex"
    / F3 |: \/ |! W! p4 M% n0 eset size 5/5.,4/3.  #设置图片的大小 % |1 X5 B2 _* d
    set format xy "$%g$" #设置x、y轴文字的格式
    ' \6 i9 ]( _1 p" U" zset title "This is a plot of $y=sin(x)$" #设置图片标题
    ; @3 B) w; e5 R$ z; Z7 v) dset xlabel "This is the $x$ axis" #设置x轴的文字
    4 {6 Y7 a- O7 y' @$ @0 m8 bset ylabel "This is the $y$ axis" #设置y轴的文字   ~7 y  z+ F& @. a( e! b6 o6 H
    plot [0:6.28] [0:1] sin(x) 0 I- c0 v- c9 K6 \9 _- s
    4. 多条曲线的对比   F" Q% t% o- G1 a( E# o
    set terminal latex
    . X+ |8 z/ Q0 {& G; e5 Lset output "combine.tex" ( b0 G5 u4 k7 Y7 w* u
    set size 5/5.,4/3.  #设置图片的大小
    * C: O0 B' v2 [' @7 Y8 @set format xy "$%g$" 4 n1 Q- t+ s, l' W& m
    set title "Combination"
    , ^& `9 @# r1 ~' l) j4 y7 N4 ?' l7 yset xlabel "$x$ axis" + P; @! C5 p6 ]( M
    set ylabel "$y$ axis" 0 f2 O  R( e/ Z$ p& L1 k
    plot [-3.14:3.14] 0.2*x with points, sin(x) with lines
    , }' p: d. F! F$ F" y9 E* P5. 一个3d作图和并列子图显示的例子 " E  M% x; W1 h3 Z* N0 b
    set terminal latex 7 J  a1 D' R7 a+ Z- V
    set output "tic.tex"
    5 `( b8 {3 ~6 e6 a+ d( nset format y "$%g$" 2 `2 ]8 ?; i  S& _
    set format x "$%.2f$" ; G& h5 Y; M! F
    set title "This is $/sin(x)$" & n' K! @: R/ x6 Z3 l0 x! c& H6 m4 j* L
    set xlabel "This is the $x$ axis" ) W" L; s$ G8 v4 N
    set ylabel "$/sin(x)$" : m7 B7 e0 o6 Q" E. J" N0 F$ d; i
    set xtics -pi, pi/4 #设置x的间距 4 d9 @) z# ~% W2 v$ R; `
    plot [-pi:pi] sin(x) " T7 K0 X& e9 S9 s6 _
    set terminal latex
    ) ?+ V; X2 H! _( v; c, mset output 'plot3d.tex' ) j/ ?! x; A; X
    set samples 20, 20
    % v" D5 P4 ?. G9 g6 }set isosamples 21, 21 " m. c9 Y: P1 j$ c
    set contour base   H3 s4 B4 K" y- r7 {
    set cntrparam levels auto 10 * ^6 a* V) k$ H$ ^
    set title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font ""
    $ f- R. Q9 t: S4 Oset xlabel "X axis" -5.000000,-2.000000  font "" 0 s  k, e5 R. B+ e( o* ^, K
    set ylabel "Y axis" 4.000000,-1.000000  font "" $ v, y! D1 G+ P. G4 L+ T
    set zlabel "Z axis" 0.000000,0.000000  font ""
    $ B+ P7 [. X: j8 }: D1 H8 Zsplot [x=-3:3] [y=-3:3] sin(x) * cos(y)
    : V# ]3 ?4 {) L/begin{figure*}[!t]
    . F4 R! V8 l. H- S" O/centerline{% $ ^) K9 P% t7 D! G5 e  o$ f- F
    /subfigure[Case I]{/input{tic.tex}%
    : l  h) c! |, o4 d7 K  H/label{fig_first_case}}
    ) j1 O& E1 h8 d6 V9 O) w6 x/hfil
    2 B, O0 {2 j4 p' p( _9 `/subfigure[Case II]{/input{plot3d.tex}%
    ' Z, [& V: p  F: H/label{fig_second_case}}% / P* y; C- [9 m& v! {: r" c
    }
    * h, Q, n0 m5 U6 u( j' o/caption{Simulation results}
    ; @- N& h; f& d$ o/label{fig_sim}
    / w" o' |4 {7 P, Q8 x/end{figure*}0 }% r& _5 u, d8 u
    LaTeX2html安装及在winEdt界面中的配置/ @3 i! H# \/ i" m! v: h
    任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
    5 F4 J. N5 f" f( k* k) Z系统 . D, Z) b8 u6 @8 c
    Windows XP SP2  
    3 p' j0 a* S# P# M! y( ~9 xCTeX-2.4.6-Full  
    3 f7 R- H% o# N8 r5 a2 R& i8 DPerl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl 7 w& ~( b$ }3 d# y
    NetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  
    2 J0 L8 u5 i) _$ H" A& IPostscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。 " ^  ^& D% c- S% r
    注册序列码如下。Name: Registered  s/n: 195938022 5598
    5 ?; \, B' i& P0 c7 S; b. W其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset
    + I" X( e0 G2 R+ V* E1 GTex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm & o$ c; _' A7 ~
    1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak. Y$ L* j3 |- X3 c- Z- Z, s
    2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。! j  G% u. `# J0 n( o" o
    Tex4ht中数学公式的转换  J1 ~1 P+ t1 E3 Y0 j! ~
    Tex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。
    2 r9 _( }+ Z! u# p+ q依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:
      Y1 }! x1 `. v' i# `5 Q4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。  Z* u) n/ S1 V5 `; N) \0 \
    5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。
    , f0 U% ?. Y! Q- B6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。
    $ L4 Q, a( ]' C- }至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}
    3 x( C9 s+ H7 d; y/usepackage{CJK}
    : F7 U% |. M: |/usepackage{tex4ht}
    / C: F0 c5 y: S$ x; i6 q: |/begin{document}4 b2 ~% |/ `* n% G3 q$ J, a
    /begin{CJK*}{GBK}{song}
    & e& Y4 ~* o8 A3 k测试文档// test document//
      |, ^: l# k1 M7 \! t/begin{math}/frac{/pi}{/gamma}& p4 Y3 ^8 J- M" ?- N
    ///frac{a+b-c}{d+e-k }
    ( ^; o; A7 L/ d5 x7 V* P/end{math}/ o, a4 w0 ]% k( f- F/ M
    /end{CJK*}
    2 t! l2 _- K8 o% Q3 H8 [/end{document}$ v6 |0 R/ y( z6 p
    Beamer相关资料, W% s, h2 q0 E. {
    Slides和Presentation的重要性就不必说了。
    ; h: Z7 k; U0 N5 Y3 ~A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html 7 _' w6 b5 ^: p# [+ A$ `2 l
    A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
    $ g: v, Z7 G; J  {$ f; k5 s1 c黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 1 ^$ T/ a4 W5 c* n
    Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html
    7 |; n- ^' x0 v3 P0 ~Beamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1
    # W; ]* A4 {8 t' t; f一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638 8 A' q; @: R1 V7 o' E2 A! c6 k
    推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp
    9 n! d6 L! }4 @( q% BBeamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html
    9 q# {1 K# e$ G# Z用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php5 R' @' D# I6 @# y4 b7 E
    2 _- ]& w. X4 O- _2 V
    , N$ K/ }1 t; ]9 \# F4 o* B7 n
    beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/
    " F; E) {8 I8 {5 Z$ Z  下载pgf:http://sourceforge.net/projects/pgf/
    : k) H6 d3 y1 J( [5 S1 ~* m  下载xcolor:http://sourceforge.net/projects/xcolor/ " p6 c3 j; {) b/ k: n- [7 ]
    2、解压到各自文件夹beamer、pgf、xcolor3 E1 R! Y0 s; i" i9 x  L
    3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor # Y( J- O$ [$ Q: U) Y4 ?) Z
    4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹 8 E; N& a2 V) k8 ?
    5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx') m) G& I9 S' N/ R5 l. [
    (这些命令在xcolor.ins文件里都写出来了)+ E3 [3 u6 V& w# t6 R
    6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex': h& G% [$ q- J! |
    7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。3 F4 F2 @, _# @. i1 Q
    注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。
    5 ?' `: z+ e0 ~3 z$ e; i# pBibtex的使用 / a% [) C" _/ u5 T7 f
    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 这样的站点下载的。$ r% N0 l  P6 B3 S' E) `
    Bibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下:
    # D, }8 u' B) |2 KIEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/ * }* n6 [  C- y
    中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=33591  x$ ~/ I! E$ b/ y
    为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。 0 ^$ f/ S1 m$ C
    latex %texfilename%
    $ ?  v+ t# a1 T, P% G( \! |3 ]6 ^) Obibtex %texfilename%( w1 ^. o2 ~, a" z" c! _7 T3 r0 m/ W
    latex %texfilename%% z9 _/ w. Z9 P( I  I' e+ o
    latex %texfilename% 7 z$ g" v7 V& K7 B& c3 P6 p
    参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=950
    7 I: [0 T5 s2 d% W9 ]+ b/ C) c4 z在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto
    . I* v* k* h( X0 A% K& J' z+ m6 ]/ifCLASSOPTIONcompsoc
      A* a! c1 F( S7 m% requires cite.sty v4.0 or later (November 2003)% A& C# q- X* z9 ^) E% F  M
    /usepackage[nocompress]{cite}# m- h  H! I+ E! I& X9 ?
    /else
    + x  a% P; s) F; R$ q/usepackage{cite}
      S1 W) A- P' t) A. @1 r/fi & @9 ^5 |: h3 D- s5 D
    正文里使用/cite{%label1%,%label2%,%label3%}命令。
    7 \1 [0 T( ^$ U: F% q5 O9 o新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html
    8 R8 G  y* T+ k" dOther Tips 细节决定成败  k2 U. i, I. v0 \: Q- A# E- o
    怎么输入左单引号、左双引号、右单引号、有双引号? 0 j! C) R- S: k
    左单引号:`(键盘上1旁边的那个);左双引号:``;# z3 Y) Y+ t" i4 H2 T: o5 W! v: \3 w
    右单引号:'(键盘分号的右边那个);右双引号:''或"。% H8 c/ {' G" z- |% p: S
    在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。4 j$ }) r+ L) `5 h
    怎么输入“度数”之类的单位? 试试SIunits包。+ \: z$ h% T! G
    我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态? # f- ]$ ~+ B8 [) {/ K9 H' i2 D4 A. Y
    用括号把title中的abbreviation框起来,如下:
    ; w9 F* ~' R+ n: ^{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……? 1 ]- @  I, R; u* ^. E
    前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。) @8 A/ ?* v9 o; \4 e6 H  H
    第三个用/newtheorem{theorem}{定理}。以后这么用:
    . }: k2 t) B# x1 f' H3 ^       /begin{theorem}.../end{theorem}9 w, `( @" U; f; J3 n( w: F
    第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。
    / c. T5 W; m) N! E6 _类似的问题可以参考CJK的GB.cap和amsmath的文档。
    ' f) H% o: A! k% `1 D! Y6 t. u% {我要写算法伪代码/C/C++/Java...代码,怎么办? & b( L0 Q1 n* L1 f0 v+ I& M
    listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。: c; ]. X. A3 A0 W$ }* d4 h
    latex提供哪些定理环境? $ @) G0 y3 z+ X9 Y
    很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。
    & ~3 U3 d5 D. U下面是我自己常用的定义,大家作个参考吧。:)3 t/ [6 _0 G5 _  c: K
      /theoremstyle{plain}
    5 E9 s; B  d7 |+ n' N; O7 E/ r1 e& l7 _  /newtheorem{thm}{Theorem}) h+ s1 B9 f1 F$ w6 }! p- d
      /newtheorem{lem}[thm]{Lemma}: H, w4 r0 ~8 n! ~: Q: e1 ^. i# x
      /newtheorem{cor}[thm]{Corollary}
    ( J$ G9 O  q4 b  {7 X9 ?  /newtheorem{clm}[thm]{Claim}
    ; K" s/ I- x+ r3 O; T  /newtheorem{prop}{Proposition}
    / ^& \4 g% O: n, F  /newtheorem{fact}{Fact}
    , Q0 |9 c0 X8 Z. f4 V0 t  /theoremstyle{definition}
    ( @' \7 L! n/ ~9 b  /newtheorem{defi}{Definition}; r% S( g; @: s' V% i
      /newtheorem{example}{Example}
    4 f3 v! O: \) y. g: Z$ e  /theoremstyle{remark}
    & t  w. \5 g4 H; H6 y  /newtheorem{remark}{Remark}
    ; Z- S( H6 a8 O: W  {  /newtheorem{proviso}{Proviso}
    * O; y- @* N- l# ~- N) B) c! ]amsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?4 I0 `# @0 U- R9 s( T
    需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。0 p, V! l3 a) ~  ^
    怎么插入一张图片到latex中? 9 F. I0 d0 }! B- T+ G, Z% }
    /usepackage{graphicx}9 c3 @# y9 c2 w# V$ U& @/ ]! B0 K. X
    /includegraphics{xxxx.yyy}
    7 M, m7 I; w% v9 Y. c8 H但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box: . z- ]6 y$ Y' D1 ^( s
    注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。- a- R+ D0 X! j/ ^
    以下几种情况要善于使用"~"的小空格 % k3 s' F& i" t+ @5 N
    1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。
    + i  o1 J$ K! M6 D4 E2. 中文与行内公式之间也要加。$ U# ?9 M# O; Y1 z( R2 S
    3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。
    % _/ ~$ s1 M" k* r. U3 ~4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。' V, D; }% v: U+ D: Z
    5. 对Figure、Equation、Table的引用时,要加"~",比如# B1 d* m  j* H7 P  x
    /figurename~/ref{%label%}- p! i. o0 L6 e6 ^
    Tab.~/ref{%label%}
    6 `0 l, u7 Z+ G/ p$ }Eq.~/ref{%label%}
    7 Z6 g9 E* y3 }# ]+ k我的系统crash,论文稿件都丢了,怎么办? # c( c3 ^! @: a1 O
    丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
    7 B. |) C( F+ ?0 rWinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=2235 v3 v5 G+ o4 z8 ^7 e3 n) r
    如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。 5 S# m9 e# p, z4 K! M  g- f
    Menu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。 3 j  T4 X" s5 q; |: i4 T* N$ r
    要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。
    8 O/ |8 T4 ]9 k0 G- T7 x0 A) H如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。- Y9 s9 v3 h7 f/ s
    适当缩小图片或者缩小图片与文字的间隔。用命令
      i: g% p6 r6 P4 v! p% |: o/begin{figure}[htb]
    - K% o6 N( c& Q/ _* b8 h......
    6 N+ B* p  C! N; X' x# q/vspace{-0.3cm} ; x; U/ M9 |  B% f4 w& m
    /end{figure}9 \/ z) t5 r5 K: j) |; ?1 _1 I
    如何在pdf文档中生成书签? 2 e) c; f* R6 `

    $ a' D$ q/ @' v  M9 @/usepackage{lineno} / x7 y  c2 R- k* {8 [$ l8 s# b3 M$ i5 L: g
    /usepackage{indentfirst}
    * [, \1 z/ N7 f+ o6 A! N; [/usepackage{hyperref} 0 b3 a1 H! E# X
    /usepackage{natbib}
    ( B' W& n) d. U- x! N# g; D) ]$ S5 h) j, V
    /section{} /subsectioin{}. ~  W- e; F# ^* W& C7 h
    即可。
    4 h, |2 V3 i% D, k如何生成hyper reference? 6 ~4 o3 [, n- J1 Z' c
    /usepackage{hyperref} , H  a! Z7 O6 T" J% I& w/ ~
    /hypersetup{
    & D6 J1 B; f+ P  F& d    unicode=false,          % non-Latin characters in Acrobat’s bookmarks ! a6 s1 N' u8 w4 }7 _. ~7 d$ A4 V
        pdftoolbar=true,        % show Acrobat toolbar?
    2 X$ u: K5 A9 I# x! J    pdfmenubar=true,        % show Acrobat menu?
    3 W! C6 W# C+ a) g* {    pdffitwindow=true,      % page fit to window when opened 2 I' e  K( {$ R& H) r
        pdftitle={My title},    % title / R3 L, x! p6 U( \/ w- W- ~
        pdfauthor={Author},     % author$ }1 L% |" P2 o) J
        pdfsubject={Subject},   % subject of the document
    0 j1 T  ~: x" t3 Z  i    pdfcreator={Creator},   % creator of the document
    , B# \6 I/ _* q: a7 F5 U8 ^( Y9 C, E    pdfproducer={Producer}, % producer of the document5 t* o$ V) W1 R% w
        pdfkeywords={keywords}, % list of keywords
    9 ]/ [9 H( I/ t8 @3 R% v& ?    pdfnewwindow=true,      % links in new window
    " q7 K( L! r- T; ~- a* `    colorlinks=true,        % false: boxed links; true: colored links " g# Y0 q! n- e) Z! p2 r; f
        linkcolor=red,          % color of internal links
    . @5 A5 l6 \$ E2 `5 c7 N    citecolor=green,        % color of links to bibliography
    # l7 A9 F: `2 ^% J* d$ [    filecolor=magenta,      % color of file links
    . r3 C" h. a& n' }) Z1 Y" ?    urlcolor=cyan           % color of external links
    % I8 @8 h, B6 O& N& y. a; V}
    , g1 a" ]% f. C# Z8 a/href{...url...}{...caption...}
    , ^8 u% w0 D0 K8 l- C具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/
    : }; r! g  j3 A! k7 HLatex里面有没有比较好看的手写字体? ! Q9 w" J% C: C- V
    我自己喜欢lucida casual。 ' F" l7 P0 d0 S2 |& F4 J
    下面是一个gallery: http://tug.org/store/lucida/complete.html * G6 J. w5 x; }) J* @: r* R
    这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf 2 X7 S1 b0 p, J3 n+ W8 A
    这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/
    8 p) X/ f7 E) l; @" S4 Y6 \7 ~0 J和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ ) g2 c( S5 U* t- f) \/ b
    个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。) t6 m" s" h% f$ E6 r
    我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
    & x, d) ]% I: W& S+ \Latex中并列子图的实现 1 j8 V) x0 ?" R
    下面是个例子,详细说明请参考IEEEtran_HowTo。
    ) |3 Y7 @6 `5 I" S) T9 L2 E/usepackage{graphicx}9 p4 f5 J  J, L/ D/ b, \! k
    /usepackage{subfigure} 8 ~, d7 F# X9 C, g
    %跨越多列的subfigure0 e2 Y: N9 M5 L6 r" {
    /begin{figure*}  |! L) `0 x/ Z4 P  [
    /centering /mbox{ % y6 d2 s9 t1 }+ u( T
    /renewcommand{/thesubfigure}{(a/arabic{subfigure})} / y: M$ R4 p" U% f) K
    /subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad" \' w" {4 I& ~6 c/ o
    /subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }
    2 K" s/ \6 K8 c! X! X  k. _- j/end{figure*} ) }' q7 F& x4 g! U1 {
    %/setcounter{subfigure}{0}
    # c. z3 S4 u5 r" [%单列的并列子图  " v/ S5 d1 Y7 |% u& L& U
    /begin{figure}
    7 M0 r0 Q: k; ?6 ?6 U2 }9 T, D/centering /mbox{
    : X: `9 a9 [( t% A: Z2 {  u/ H/renewcommand{/thesubfigure}{(b/arabic{subfigure})} * c/ T# m6 F# r% `# B9 [( ~3 p
    /subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad+ R* W' L4 G1 T7 w% F( t+ F  }
    /subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}4 x, B  G" D3 f7 S# Z9 Q
    /caption{Several figures}& O) E' J0 s& J/ C: i
    /end{figure}
    " _' q* [- r5 q! f% Z5 RLatex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}
    ; ]( D6 `0 P) @/ F/newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}( S. |3 Y9 a3 O: M$ N6 y
    /makeatother
    * D! ^8 u4 [( r: \0 k$$a /extendEql{/mbox{/textrm{def}}} b$$, W* G; B/ m* D' n; U% {" {
    Latex 里面如何调整列表环境的间隔?
    " D3 f5 G4 E0 @# ]设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:7 m0 t6 y6 E* ?9 k: J
    /documentclass{article}
    - ^# I  v: L. [5 ~/usepackage{times}
    " k0 d0 q4 U7 w9 c* }( q& o) _$ e/pagestyle{empty}
    1 V' e- S( s& }+ {( V/setcounter{page}{6}
    4 q* [& ^2 q7 l) q/setlength/textwidth{159.0pt}
    5 h) }. M4 j8 H3 ^# Y4 g/usepackage{pifont}* v9 S' m7 A0 x+ F- T
    /renewcommand/labelitemi{/ding{43}}# u& u0 w8 X5 H" I; e) E
    /begin{document}
    5 k" e) H) h3 X- S+ A  /begin{itemize}/setlength{/itemsep}{-/itemsep} ; p0 x) K$ V" _9 ~8 O6 t8 L
      /item Text of the first item in the list.
    # S7 k4 ]) W) C& |, x  /item Text of the first sentence in the second item of the list. And the second sentence.( l' _- X5 Z1 n! Y. @
      /end{itemize}
    : ], J6 x8 I% Q( c7 v) @  /begin{enumerate} /setlength{/itemsep}{0pt} 6 s( J  n9 b" R1 W6 N4 o. X
            /item item of the list.
    ) Q0 [+ n0 B- K2 g9 ^% O        /item item of the list.0 Q. H+ |8 C* O; P; ?
            /item item of the list.9 |, }  K9 o# [% T% h: i  `
    /end{enumerate}/end{document}1 w5 `8 ]7 t* a1 R

    " ~% Z' n4 N8 R设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}
    , ?2 O  l/ q9 Q' K$ ^/usepackage{times}7 z& z+ ~& k* j7 R  s, d
    /pagestyle{empty}% V1 r7 h7 H9 F) H, ^
    /setcounter{page}{6}* d. V! k9 Y6 }" X  u, l; E
    /setlength/textwidth{159.0pt} : Q# c' f6 G: n3 u2 J% S, q9 X+ {0 _
    /usepackage{pifont}
    $ j9 W* \( H3 z; d/ U/renewcommand/labelitemi{/ding{43}}
    + G) B4 o9 x; m5 ~/usepackage{atbeginend} % 可选宏包, 能解决许多问题,
    8 w/ J" k) Z' u0 p2 z9 ]. z%比如itemize, enumerate环境/item之间的控制' R) y3 U: K% w
    %用法
    + ~) L3 K; V/ d% k% L5 l7 F/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}
    2 G+ k) d4 K. r% k( l4 u/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}
    6 d0 w7 D7 y5 u" c4 |, ^  /begin{itemize}
    0 j" D) J/ {1 A; p4 L& i1 p7 w        /item item of the list.
    4 j$ {# ?: \' _/ W        /item item of the list.# c8 L, _; L8 [% Y
            /item item of the list./ x( n- P9 p/ w9 o
      /end{itemize}
    8 \2 L- I! R* ~8 n7 W  /begin{enumerate}+ O2 q# g6 h$ ~
            /item item of the list.. y) m  t" H* E
            /item item of the list.7 P6 q+ N. z8 ^6 q" ~5 u
            /item item of the list.
    7 N$ j/ B: E. a! Z0 \/end{enumerate}" I9 `+ L) ^" {3 `+ G$ m1 D  s
    /end{document}) P; q4 ^. {  \0 v5 u- ^, O. |
    Latex 里面如何打印如下常用符号? + d* U$ u4 D2 z- _0 Q1 P
    使用marvosym 宏包& L! M$ G; d0 y' h- G- q
    演示:( r# q: d  v. L8 T2 }! {  L( Y: J
    代码:
    4 V7 _/ ^) M+ c* z9 J/documentclass[a4paper,twoside]{book}
    4 _' p# j1 K+ e: _; e4 W/usepackage{CJK}) i" ^. ^1 N1 B& |
    /usepackage[body={398pt,550pt},footskip=30pt,%
      W" k  g& T1 M1 Y- ]            marginparwidth=60pt,marginparsep=10pt]{geometry}6 {8 Z' G8 O  `( W# r  j( k# H
    %/setlength/textwidth{180.0pt}
    2 e8 J' ~0 H& L; g; G' T2 [  v6 N, r/usepackage{marvosym}
    2 L  k3 Q( U% m/begin{CJK*}{GBK}{song}
    & z+ u5 `; w, A6 c( t/begin{document}- C9 \) C1 A, F8 L' \2 N2 U
                /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%
    ) R" P4 B1 k* h+ H, O6 @6 r            /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%- _: H* N9 c7 I9 J! N2 m) Q0 V
                /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%; A+ n  a9 X: x: p# z
    打勾: ${/surd}$//
    6 e7 F% ~! `  I- x7 |& b打叉: ${/texttimes}$
      W! `$ N& M9 _9 s/paragraph{}
    & Y, u  ~) ?1 D! V5 Z$ k/clearpage2 r) t0 L$ i7 l4 n  j2 T
    /end{CJK*}
    ( _0 Q, j5 z5 T3 D" h0 H/end{document}
    $ G9 K: L2 Y( s
    ! u' p  B0 L; I; u/ X8 |1 z
    zan
    转播转播1 分享淘帖0 分享分享1 收藏收藏10 支持支持1 反对反对0 微信微信

    7

    主题

    49

    听众

    3231

    积分

  • TA的每日心情
    无聊
    2016-8-1 15:33
  • 签到天数: 340 天

    [LV.8]以坛为家I

    社区QQ达人

    群组数学中国第二期SAS培训

    群组2013年美赛优秀论文解

    群组第四届cumcm国赛实训

    群组数学建模算法之matlab

    群组数模思想方法大全

    回复

    使用道具 举报

    7

    主题

    49

    听众

    3231

    积分

  • TA的每日心情
    无聊
    2016-8-1 15:33
  • 签到天数: 340 天

    [LV.8]以坛为家I

    社区QQ达人

    群组数学中国第二期SAS培训

    群组2013年美赛优秀论文解

    群组第四届cumcm国赛实训

    群组数学建模算法之matlab

    群组数模思想方法大全

    回复

    使用道具 举报

    gancm 实名认证       

    8

    主题

    13

    听众

    1831

    积分

  • TA的每日心情

    2015-5-31 00:30
  • 签到天数: 432 天

    [LV.9]以坛为家II

    国际赛参赛者

    社区QQ达人

    群组2013电工杯A题讨论群组

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    山林隐逸 发表于 2014-5-28 09:39
    # ^' i  T$ K6 {3 Y# e! E8 c) s7 I$ e赞一个O(∩_∩)O~
    5 r: T8 L& Q0 O8 U6 e8 N' j
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 4 e. B" J: a  o; F& X1 y
    赞一个O(∩_∩)O~
    7 R' b- A. L: G; k% H8 N
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    ' J9 H, C0 |9 a9 }2 J赞一个O(∩_∩)O~

    % |. n! L6 x4 H" ~/ P9 aTHANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 1 }% J3 s- R, i8 `  b! q
    赞一个O(∩_∩)O~
    4 g6 ]/ P1 C+ [
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1062

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 ) K5 {  y6 {5 M: v& O) x, h
    赞一个O(∩_∩)O~
    & w4 K6 k% ~0 }% v
    THANKS
    回复

    使用道具 举报

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

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

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

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

    蒙公网安备 15010502000194号

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

    GMT+8, 2026-6-14 22:49 , Processed in 1.028876 second(s), 107 queries .

    回顶部