QQ登录

只需要一步,快速开始

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

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

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

8

主题

12

听众

1061

积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    跳转到指定楼层
    1#
    发表于 2014-5-27 20:40 |只看该作者 |倒序浏览
    |招呼Ta 关注Ta
    楼主找了好久才找到这么全的,希望对大家有用(*^__^*) ) R, P9 B# X5 e

    ! V1 d* u+ P; L" A7 m# o  h1 x
    前言1 D+ m; q! k8 K5 @" O+ X- {2 P; Q0 S1 V
    latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。; {  V( b, w2 g5 P, x/ m( g
    Latex简介
    2 r5 ?! |8 y0 K' l5 E1 v$ J 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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。, C1 |5 k+ R- B
    TeX/LaTeX是一种计算机文档制作语言,所以它有
    ) M+ l, {( D$ v9 ?a. 源代码。 包括故障区域和/begin{document}之前的部分;. U: s( h$ K5 n+ E# u
    b. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。+ Q# b2 n  z/ U; }: h5 w2 ^4 h4 |
    c. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 ) C/ Y; t  V2 Y9 D2 X1 U8 `+ W! _
    Tex的workflow如下图所示:
    # M4 K( r2 c/ b
    5.jpg
    , b8 Y1 n# j" N. t' b7 z; 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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。 5 s2 z7 r- J7 n9 ?. H
    此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  $ M- B* I; z. f0 t
    最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。0 {3 s' a. y; N, j
    http://www.ieee.org/web/publications/authors/transjnl/index.html  3 }4 s  `; \: N! r1 h7 q
    CTex下载: http://www.ctex.org/HomePage  
    5 H+ K2 W- @; h; O( l常用论坛,答疑解惑: http://bbs.ctex.org  ) i8 M+ q7 a2 c
    搜索和下载package的站点:http://www.ctan.org/  
    + y" C; A3 l4 o. I一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html
    8 B+ }* F8 f' v, |Latex下的绘图工具3 t' Y& R, q/ X2 m! ^
        写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下:
    * i- m/ @* X2 w6 ?6 n9 vAdobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。
    $ a# V  e# [. }& H  B0 \MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。 1 Q, n0 ]) G# W3 l( n
    PGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。
    ! `& B0 _8 r; q$ U; ^visio: 适合画流程图.& {: D9 J# g" I# Y( N% p
    latexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。' |, x- x" V, a& H0 O7 j
    xymatrix: 适合pi演算那样的公式推导。 " s( O4 x9 H) t9 ~( g1 i
    数据图8 w5 o, U6 I- n7 k) h3 Q
    gnuplot:
    3 ]0 ]# O$ L2 X3 @* h5 x& amatlab: ) p" j" ]1 q# n. \! o
    origin:
    ! `" P% [: C/ o7 B0 T关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。6 B# y9 ?; m& J
    MetaPost相关资料9 R2 |) l2 P4 n. Z8 j* [7 v3 ]! s+ V9 q% ^
    MetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。 , W! Y* e, R1 ~/ c( ~( B

    + w; {* g; d! Q5 W8 H# G7 T/ q; YMetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm
    # b+ v" g! k, t( B6 WMetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html - x1 N- p8 v; U% c7 R
    MetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html + N8 q" @% w. {7 G
    王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
    4 p. S4 t$ z! f2 k' F5 F3 dJohn Hobby为MetaPost写的用户手册''A User's Manual for MetaPost'' ; G9 f4 r# U% }9 M( M
    MPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/
      t/ s5 _+ a: n) h% O) F8 [Learning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf 7 K9 {# ~( ^: _9 i
    MetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/1 m# F2 b, u" ~# Y6 r& a" B
    PGF/TikZ# ?6 K! ?2 J; Y) s  h( z
    1. 什么是pgf?! n' F, z$ l7 T# b
    pgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
    ( T. _8 s$ T% p/ _8 ~2 Q( D3 n3 ePGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/
    6 \; d. H! z; w1 E- KA comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/ ; A+ B" e# U; l3 k) {' D* l
    Edward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=1* L1 v+ a! W5 F6 J# E
    有个法国教师做了2d几何图的扩展包tkz-2d:
    $ m0 z3 \; h$ e( J' m主页: http://www.altermundus.fr/
    6 V9 G+ ]. J1 r, o, B- E下载: http://www.altermundus.fr/pages/downloads/
    8 \# h% O5 A! y) u下面是一些自己用过的例子
    5 B# ?+ \. S: ^2 X9 j数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/ 5 t) w; a3 o0 f. y. G
    基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/ 7 {( j5 t2 r; [! I; ?# b
    时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/ 5 a# V4 \, [( Z" L  c3 c8 A
    二维的数据图plot2d: + `: @+ |+ E0 C  J6 [" E
    http://www.fauskes.net/pgftikzexamples/tkz-plot2d/
    % H- [& J' Y3 w. P! c* ]' c8 F/ H1 lhttp://www.fauskes.net/pgftikzexamples/pgfplots/ % O3 r# s9 U6 N4 H
    有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/ & h; f* ]- k) G( S( p- ^
    二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/ + v# [" O& m% S2 X3 z% o
    三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/
    ; p# G* D. D* m: f0 K  o# ]正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/ : J! ~! M: c7 d$ s- ^& I
    图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/
    8 m/ A& Z& y/ L2 B/ y, t2 Z$ `% y分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/ * P  I% s" h" o0 L
    公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  , T/ M3 b7 g+ s+ V. {$ ]3 U
    负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/ * d) m$ }5 V' {2 |( |* |0 ]
    便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
    6 c6 L, k; [2 U0 r4 x/ H绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/   z4 ~) G9 L7 X8 b. ^, `8 M
    神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/ / H0 n3 f5 u9 x3 k
    三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm . r6 t' G- E7 m. R6 Y) \7 B
    pgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595 ! x: K6 \: x8 L! t7 d
    下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348
    # M- u. i, f( O5 c1 x$ ^% b2. pgf的作者?
    % {, w* ^# `$ A2 D3 O/ c8 jpgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。
    4 n! O8 X+ }9 f4 U3 w3.安装和更新的方法:   , J* u+ x* r$ s0 k
    pgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。
    $ Z( B. F/ W' N1 {0 M  uMatlab画数据图的一个例子
    3 J$ S  v! ?; L( U% B3 h: p: N4 j- A hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-'); , G( N1 O. u$ c+ p4 C
    set(hand, 'LineWidth', 2); & u' W3 y7 J( X! J7 C# W
    hand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1); ; C5 ]# |9 J! K. p2 M- O9 F2 _
    set(hand, 'FontSize', 14);
    7 T0 l8 S4 V% J4 zhand = xlabel('xlabel'); / a3 L4 O# S9 i
    set(hand, 'FontSize', 14);
    8 c" o3 s8 x- m# _. l7 }hand = ylabel('ylabel');
    3 P) G. j) x1 a' N. N" f, b: dset(hand, 'FontSize', 14);
    6 l& {3 P, P/ P% Z7 Ixlim([xmin, xmax]); / f, P. q4 U1 Z+ w9 M
    ylim([xmin, ymax]);
    1 K9 A2 n9 `" ?0 K还没找到怎么设置XAxis和YAxis的字体大小的办法。* q, w5 K# d9 @. O4 M. o
    Origin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。* e1 y' i; s, a) W; n% W0 ^
    GnuPlot的安装和使用
    & W  ?* Z6 _0 }- m# ^个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。
    ; V+ n4 S0 L0 X! n3 W7 G推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html- m' z( O5 ?2 u/ u
    1. Windows下的安装
    3 K! @- L: i8 P( y3 I安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。
    / U- n0 G5 x8 C- N5 V/ y测试一下安装。运行命令: ) u8 Y8 I, I, s
    gnuplot> plot [-3.14:3.14] sin(x)) }; i, \5 ~: C) \
    2. 和Latex的整合 3 A6 T# h* p% n: {2 N2 Q7 I
    gnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。
    , e& z/ a  [; {# p8 {  [在命令行下输入:/ M1 y4 ~8 l; c5 W$ F
    set terminal latex & _0 K9 e5 q7 W, R2 E
    set output "sin.tex" 4 @) i7 k/ J9 ^& ~+ D! H
    plot [-3.14:3.14] sin(x)      , Q9 y* F! }! k4 _! \
    把这个文件直接插入你的文章中,例如7 d0 H9 `. h; z& \
    /begin{figure}4 h0 L; R% i) e6 v3 g
      /begin{center}
      g% s3 q+ R% u    /input{sin.tex} 5 X3 v  b1 m0 M7 ^
      /end{center}* S/ c6 }; n. Q  Z1 @" l
    /end{figure}# X* \' \2 ~, s9 ?) n5 U$ m
    3. 生成xy axis和label 0 Q9 x# d8 n/ E% x6 {3 y
    set terminal latex   
    ) y6 K# F% ?' |9 |set output "sinagain.tex"
    9 t7 N' L6 b, B% jset size 5/5.,4/3.  #设置图片的大小 ' R2 v( k$ |: g4 x) C) k
    set format xy "$%g$" #设置x、y轴文字的格式 8 M3 Z+ w* s+ V
    set title "This is a plot of $y=sin(x)$" #设置图片标题 - ^1 `1 M7 ^$ {: \
    set xlabel "This is the $x$ axis" #设置x轴的文字 : X* i+ ^4 W) H+ S* O1 _
    set ylabel "This is the $y$ axis" #设置y轴的文字
    1 q( F2 S! F4 {3 d9 B8 Nplot [0:6.28] [0:1] sin(x) , h. S  k; T+ J5 X
    4. 多条曲线的对比
    $ P6 V8 P; y8 s4 {7 Eset terminal latex 8 o, l% l4 ]: x3 c* W' y% u
    set output "combine.tex"
    & i4 I0 U) f; c4 iset size 5/5.,4/3.  #设置图片的大小
    ' Z2 f9 [$ r; |; i* i" Vset format xy "$%g$"
    , u. u) J  s8 ]6 |/ `: e2 s) p, nset title "Combination"
    ! z: [: J, @5 J5 l5 n& J1 C6 wset xlabel "$x$ axis" " M0 w0 r" F+ H* {/ k- J* y
    set ylabel "$y$ axis" 3 t3 f  |; G, A; c
    plot [-3.14:3.14] 0.2*x with points, sin(x) with lines
    ' J0 j3 U) F2 I* |5. 一个3d作图和并列子图显示的例子
    - _6 a: ^9 @7 Qset terminal latex
    ! P1 H6 c6 @% V" Iset output "tic.tex" , @/ A5 i: L0 ]- A9 n* x, y
    set format y "$%g$" 2 K" g2 `# O. M2 N
    set format x "$%.2f$" 0 ~3 U/ O6 P9 W/ W
    set title "This is $/sin(x)$" 4 U) }- @2 {! W7 i' ~
    set xlabel "This is the $x$ axis" $ l" f% K, A1 s4 c. Z- ?' J% _
    set ylabel "$/sin(x)$" $ H& m  P' ^: d& P& {' a6 ]8 y" h0 \: l
    set xtics -pi, pi/4 #设置x的间距 0 x: N! ?$ r( v3 i0 K- k9 Y
    plot [-pi:pi] sin(x) 6 p8 S1 F4 j# l7 L* {, T! o
    set terminal latex
    9 w! H& v5 Y- a( @% vset output 'plot3d.tex'   C* U2 Y3 B  O  g1 ^
    set samples 20, 20
    ' d9 z' u6 t* [; S+ r( P8 M* z  @set isosamples 21, 21
    4 |- `% `- H9 M( Z4 @2 [# iset contour base
    9 Z/ I6 j0 g' Mset cntrparam levels auto 10
    $ @, ]6 s. M4 R. l( M: Wset title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font "" 4 u/ w0 g  [* }, z& M/ K$ J
    set xlabel "X axis" -5.000000,-2.000000  font ""
    6 n8 s$ y5 k9 `" z9 W. Zset ylabel "Y axis" 4.000000,-1.000000  font ""
    ; _0 }# l' a2 [) p; R" E0 Fset zlabel "Z axis" 0.000000,0.000000  font ""
    $ q/ Y5 T, k) v- G" ssplot [x=-3:3] [y=-3:3] sin(x) * cos(y)' V5 _5 w+ f) J3 a" T5 e; Y
    /begin{figure*}[!t]
    4 y- T; {" s0 {* ^/centerline{%
    $ H; F# v$ L/ K" v9 j% k1 ]6 S+ W/subfigure[Case I]{/input{tic.tex}%
    6 f/ Z! Z; e, q* e/label{fig_first_case}}
    9 {7 R4 o3 X  q' T6 N) l2 d& m/hfil
    & Q: O( W- r( w3 \' q( S. t) S$ O/subfigure[Case II]{/input{plot3d.tex}% + z* b8 B; j  G( _
    /label{fig_second_case}}%
    * S% e- |1 F. k* _8 [  D4 S! d# J}
    7 {* g9 F+ n5 h  {# e) @1 O5 _2 U/caption{Simulation results}
    " `3 f9 \. Y+ x1 P7 p$ K/label{fig_sim}
    6 O* O1 ^& y2 x8 u7 n4 Y/end{figure*}9 T+ ~  I; h# K4 Y8 |
    LaTeX2html安装及在winEdt界面中的配置
    ) _* W. E  I" ~+ l4 T5 `% n任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
    + P- v, q4 h/ I2 [系统
    1 l7 z& C( k8 T6 N( o+ M4 y  ZWindows XP SP2  : P( c7 b6 d! {
    CTeX-2.4.6-Full  7 T& o. `, v1 z, v" v% w0 Q
    Perl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl 2 G6 x2 S  ~5 F: [- b8 _
    NetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  0 M) S# ?" G; W
    Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。 . g, B1 ]: U/ N+ X
    注册序列码如下。Name: Registered  s/n: 195938022 5598 % E! u. v3 H) h7 O4 [
    其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset( w2 l: S) o6 c& I. ]
    Tex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm
    $ U; Q1 u0 t6 }+ @: f* _1 E, h! }/ z1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak2 @8 r( l, w% |! _% p
    2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。
    , R+ \# G3 {# @. m% lTex4ht中数学公式的转换
    $ b# q+ i7 H/ u* I7 rTex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。
    7 U7 e) L. Q! x3 s/ `+ w依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:: J+ x( b. p- s' i* D- K- ~
    4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。
    2 j) \5 g  R: A5 h  e5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。# L- z* |0 ~0 z( r: b/ t
    6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。
    9 r5 {6 b2 G6 l7 u6 S2 O( D; o至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}
    6 Y, N( T+ y: c+ h$ W! k1 V. l/usepackage{CJK}- D) J: C% f) i# j& _& r# U
    /usepackage{tex4ht}0 w( r- T$ Q/ M3 n5 D3 d( S
    /begin{document}
    + a' `. A2 r* o  Z: G/begin{CJK*}{GBK}{song}) s4 V# i: i% Q% Z* |
    测试文档// test document//
    - r, w7 r7 |5 {- D+ P7 g7 K/begin{math}/frac{/pi}{/gamma}
    2 _+ Y  ?- C+ G2 q  q# w///frac{a+b-c}{d+e-k }+ |* Q/ ^2 e9 o
    /end{math}+ V& e& i" S7 ?8 a3 w" j2 u# O
    /end{CJK*}
    - g  y6 c6 C& g& y: j4 c0 g/end{document}
    ! t* h% H5 D( X& _5 v! `' {Beamer相关资料" J5 t( _/ t# y. F; ^9 a
    Slides和Presentation的重要性就不必说了。 1 f9 F- v- j% x% [2 Z. P# A
    A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html $ f- }' ~3 d8 |
    A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
    * F% D8 n; M) d$ J& }, W9 T! ^2 q黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 ( J) @0 ~6 u3 l- W+ G% W
    Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html " s* x2 f1 s0 X; @. V* _
    Beamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1
    0 `1 Z8 f$ g! e2 j3 x. `一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638
    : }- I2 D8 m: ^  ~推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp
    - s' a5 T. u3 S1 I  v0 _Beamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html & Z" o3 a' h! F9 ~
    用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php  [& H6 }$ d8 c  |5 R8 {' F. i

    ) h/ K8 g2 ~: c& v! P ' n: l9 B. I& L1 C) {1 @
    beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/ + B6 X& v% w. f( j8 w7 A
      下载pgf:http://sourceforge.net/projects/pgf/
    , H( \2 {4 T1 t* M7 {& s6 t  下载xcolor:http://sourceforge.net/projects/xcolor/ ! D  w3 j3 x7 k
    2、解压到各自文件夹beamer、pgf、xcolor$ i0 y* _+ Q2 v
    3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor
    2 _! V+ q. \2 W$ ]8 I" z0 I' W4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹 4 k" f, f7 S3 q; u* L, M" d  C9 k1 l
    5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'
    " c) v3 r" g3 b(这些命令在xcolor.ins文件里都写出来了)# Y( l: H5 W/ ^
    6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex', Y8 _4 |4 F( u% N! ~: W% Q
    7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。
    3 }2 o+ E3 l; I0 e+ j注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。
    0 O# _) f/ h+ D3 R% aBibtex的使用 
    8 M  {7 b) v; j5 J+ O" }1 U  aReviewer在读你的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 这样的站点下载的。
    - E2 T5 r( a& b) m1 \Bibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下:
    ' v0 A& E( l% J' V& ?4 @; Y$ KIEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/
    4 k4 _1 _% @  t3 E, z) i中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=33591
    $ A; v% a. K! i% r( f2 E2 K/ B为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。
    & F) z7 S3 w7 A3 U" i- Glatex %texfilename%/ G( \; R) p+ c: N8 `
    bibtex %texfilename%7 W) [& z5 a1 w9 C! m1 N2 L, ^0 z
    latex %texfilename%
    , ~& ~( ]9 H1 E, f+ wlatex %texfilename%
    & }0 W/ ~: L; W4 X) u参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=950
    $ h; \$ f8 L1 ^; i在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto
    + H  p# w% W: h* v& \* M+ g  ?/ifCLASSOPTIONcompsoc$ J1 L5 j! g: f5 O" ?" o, h
    % requires cite.sty v4.0 or later (November 2003)
    ! V  t$ W, [! j  l" ^6 P/usepackage[nocompress]{cite}
    4 M$ X4 d2 c6 d7 }( _0 B/else
    * s2 L+ S7 I/ H+ @0 ~* P/usepackage{cite}- z0 r7 T6 z% G$ o) h  {
    /fi
    ; o# z8 L' _: M正文里使用/cite{%label1%,%label2%,%label3%}命令。
    - j! y: x3 i& P新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html5 b$ j% _$ w* T7 ]
    Other Tips 细节决定成败
    & \( S# y( I' i怎么输入左单引号、左双引号、右单引号、有双引号?
    : y0 |) C1 o& H: }左单引号:`(键盘上1旁边的那个);左双引号:``;: r: x3 \$ k% R3 P
    右单引号:'(键盘分号的右边那个);右双引号:''或"。) t# W0 k2 W( K1 d
    在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。
    7 N: r  ~5 m2 \6 P9 X怎么输入“度数”之类的单位? 试试SIunits包。2 k4 ]3 ?2 `" ~; H: V
    我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态?
    0 y- ^6 W! B) E# F用括号把title中的abbreviation框起来,如下: ) x7 O) y7 Q; {& f  ^  I
    {TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……? ) ~0 \" O; }% _9 G3 b) s
    前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。
    " _+ R: E0 O/ O6 ^第三个用/newtheorem{theorem}{定理}。以后这么用:: w# U" L" W( Z) x
           /begin{theorem}.../end{theorem}
    " r& e5 u$ h5 R. J: M$ {* \第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。
    + m/ [/ _$ ?8 {4 X) @9 F/ N类似的问题可以参考CJK的GB.cap和amsmath的文档。
    % `! O* I$ v$ S. x" G我要写算法伪代码/C/C++/Java...代码,怎么办? ) L) p: h* ?: u5 K, _
    listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。
    6 Z0 ?$ x' k1 B4 o6 M7 ?latex提供哪些定理环境?
    ( N1 B2 x% w( ?& S$ V很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。
    7 S& B; i* m  @0 b3 G下面是我自己常用的定义,大家作个参考吧。:)
    . s$ X6 D* M% r: s4 V$ i  /theoremstyle{plain}; {5 _" o! w9 S, _
      /newtheorem{thm}{Theorem}
    , T1 m7 q# @; i" P" Q# ^  /newtheorem{lem}[thm]{Lemma}
    , ?. ?( x2 B* j4 G9 D  /newtheorem{cor}[thm]{Corollary}
    6 U: c" x0 i1 H$ g/ r* D  /newtheorem{clm}[thm]{Claim}
    5 h9 q$ P+ p3 V  D0 A  /newtheorem{prop}{Proposition}
    # \  c' J$ T, r/ g: [3 t  /newtheorem{fact}{Fact}. l- L. a. D" S
      /theoremstyle{definition}: L4 `) \8 u8 k- x6 X
      /newtheorem{defi}{Definition}
    3 |% G2 T4 E2 @  D% Y) d  /newtheorem{example}{Example}- `* b/ l6 a7 M
      /theoremstyle{remark}& ^, V8 Z: y3 }: B8 ^6 d; B& W
      /newtheorem{remark}{Remark}. U  O# N3 g$ w8 n. {2 q
      /newtheorem{proviso}{Proviso}( s0 ~/ T4 ^0 E
    amsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?
    4 r" f6 y6 L* v需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。( S1 L3 O+ T/ u5 x; }" f# @) z4 c
    怎么插入一张图片到latex中?
    3 j) J) T& M/ m/ K3 l  C! ~/usepackage{graphicx}" X& W+ R  u9 C9 ~1 \
    /includegraphics{xxxx.yyy}. y! M" n0 L- L  A: ]0 o& [
    但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box: ) X* O% I& s/ C, \$ R. p" p
    注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。- K8 L. k# ?! y
    以下几种情况要善于使用"~"的小空格
    1 s1 O& U4 o/ N1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。
    ) [. Y, f, g5 x# C" e2. 中文与行内公式之间也要加。& R+ C% X& p4 Q
    3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。
      q$ _/ O  m) ?" x% q4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。2 Y7 r) J5 n6 B
    5. 对Figure、Equation、Table的引用时,要加"~",比如
    # J1 ?. s  Q3 r* e0 t' M% e0 a/figurename~/ref{%label%}. s( q9 ^4 H3 H' B' o
    Tab.~/ref{%label%}3 Y, L4 [  Q, i
    Eq.~/ref{%label%}
    - g  M7 L% k. e! S/ O. C% z, N* q我的系统crash,论文稿件都丢了,怎么办? - O+ T6 s4 G8 o5 B' x
    丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
    0 Y$ ?8 ^' C8 U' x( `: U& S5 pWinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=223
    5 t! N# O: B5 K0 U如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。 / \8 \. G0 j! V/ x+ P
    Menu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。
    + D1 I8 u4 F' Q. g要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。/ P- y- g, S0 n, m$ C1 G% C
    如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。$ Q; e. z/ _  q$ _' \
    适当缩小图片或者缩小图片与文字的间隔。用命令
    : N! V$ I3 E* u5 \/begin{figure}[htb]
      I6 X8 G& {6 z; }0 s; [...... 3 G7 C- L' p. B$ a" I
    /vspace{-0.3cm} ' c( k( x- N0 o
    /end{figure}3 k/ U/ ~4 m% ]
    如何在pdf文档中生成书签?
    $ q  y: i2 U& N+ V( E7 G$ }
    9 v3 A2 V9 p( Z  `% }/usepackage{lineno}
    + f# E0 N( x/ G8 Q& C' s, S$ l/usepackage{indentfirst}
    4 p" ~! L7 l; h- a2 p' R& |/usepackage{hyperref} - L4 S" W( ^$ O: d# u; N* j
    /usepackage{natbib} 7 m) M5 ~' d% I- a

    : t: F( K! `6 `# X( M/section{} /subsectioin{}
    3 D0 w2 O7 ~0 |6 `8 _3 f即可。
    - e: }9 h) W6 W6 n- |# W( ?如何生成hyper reference? " F1 S8 \$ ]3 X' ?7 ?, P" q# @
    /usepackage{hyperref}
    - h& m( `% g$ Z/hypersetup{ 1 i4 \" Q; Z- U
        unicode=false,          % non-Latin characters in Acrobat’s bookmarks
    . a: ^+ n  q6 j( x1 V# t1 z    pdftoolbar=true,        % show Acrobat toolbar?
    " r& ?3 x2 p5 B0 x$ T: D# Z) m/ F    pdfmenubar=true,        % show Acrobat menu? " ]: ~, O% K3 x) i( u
        pdffitwindow=true,      % page fit to window when opened
    # g7 @  e# B/ P# q7 N$ N) Z  L# l6 S    pdftitle={My title},    % title 6 f$ W" k+ L  A! Y3 B
        pdfauthor={Author},     % author6 D1 P) R+ L. m, W
        pdfsubject={Subject},   % subject of the document $ l9 e, v& ~/ @6 D( G5 \
        pdfcreator={Creator},   % creator of the document
    9 p. Z' t. Z7 N7 @% {    pdfproducer={Producer}, % producer of the document
    ( F2 D" O6 C0 R+ J    pdfkeywords={keywords}, % list of keywords
    ' {5 s1 H: m7 X* K& f$ u3 a) R    pdfnewwindow=true,      % links in new window
    6 {1 D( B2 u: z$ `$ d    colorlinks=true,        % false: boxed links; true: colored links 8 o7 D+ H1 O# d+ x4 a; r/ q
        linkcolor=red,          % color of internal links
    1 }$ H9 O# B  S; R+ r    citecolor=green,        % color of links to bibliography
    : k; Y) Y0 ], z: S" A    filecolor=magenta,      % color of file links # @- @  a( [: E- W4 R2 @; {* S( V
        urlcolor=cyan           % color of external links
    - H5 Q/ c/ M9 G# B4 k+ Y} ) V+ p# P+ a: w* r
    /href{...url...}{...caption...} 7 O* s# B9 T& f) r" k% f9 e" ]
    具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/  O8 I3 y9 Q3 i  G* G9 V; B% K. i
    Latex里面有没有比较好看的手写字体?
    ( d6 S8 A. Z+ Z. w/ S7 Z. o3 s! R我自己喜欢lucida casual。 2 ^/ ~4 b- J: C3 X3 Q: r
    下面是一个gallery: http://tug.org/store/lucida/complete.html
    5 a# {1 `8 `8 `这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf
    3 l/ J0 J% ?& x& }这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/ / A7 Q- q0 J. m* @
    和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ 5 }$ V8 q  M  Y
    个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。
    + D6 E9 g4 W+ I/ o我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
    4 {2 b0 c9 K( hLatex中并列子图的实现
    9 V8 _/ d( L' ^+ T) C2 W1 V7 N下面是个例子,详细说明请参考IEEEtran_HowTo。 6 P& Q, g; V+ ], \
    /usepackage{graphicx}) c. l6 y% W5 N5 e  ^
    /usepackage{subfigure}
    - j2 \5 e4 z1 ^# k% k3 [- ^%跨越多列的subfigure' W  v$ O" c1 J# T7 w) `0 W# ~6 B4 |
    /begin{figure*}
    " ]7 o( R6 G0 G, d5 o6 K1 V2 B2 d/centering /mbox{ & I0 F7 V3 x5 v* m. e
    /renewcommand{/thesubfigure}{(a/arabic{subfigure})} ) w5 w+ R" r& F: o- |- X/ D, ?  ]
    /subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad( H2 m, F- _% H. q- c% u8 ^
    /subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }; ^7 ^/ u( e% Y6 ^( Z- x3 s6 \
    /end{figure*}
    ) _8 s. ?* a6 _. z3 |%/setcounter{subfigure}{0}
    3 Z8 Q8 M' e: a%单列的并列子图  0 ^& O8 T: Y; J
    /begin{figure}
    " D" [( ]$ A$ b8 g8 a7 E; Z; \/centering /mbox{
    % I0 P# i* g5 y9 R  W  @/renewcommand{/thesubfigure}{(b/arabic{subfigure})} 1 F+ z( M7 F1 d! P
    /subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
    ; C, H4 f: y3 p/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}
    ( K, X3 n5 z3 d8 \/caption{Several figures}
    ; r* N, c2 j1 [4 c$ N/end{figure}' j  P: i0 v1 h4 B2 w" E
    Latex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}2 n; u0 K- M& `! m5 v
    /newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}' Y- E1 M6 g, c/ M# E/ k: X5 r1 ~
    /makeatother
    % Y% E5 i3 S" e* }2 |5 e$$a /extendEql{/mbox{/textrm{def}}} b$$6 y9 U2 B+ K, k4 x. B1 A; o+ w  u2 X
    Latex 里面如何调整列表环境的间隔?
    7 @3 E) ]3 O& m" a- x2 t设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:0 s2 \9 l8 e, O" E& m9 V, d
    /documentclass{article}7 a7 N! h/ ]) U; N
    /usepackage{times}' ~$ W  C* E& F
    /pagestyle{empty}
    1 H6 Q; @, A3 J1 K/setcounter{page}{6}5 x/ o, Q- R- O  q6 ]0 R% j- a
    /setlength/textwidth{159.0pt}  _2 b/ o; ]/ _
    /usepackage{pifont}
    , a# n$ ]4 l- p* d" K/ D/renewcommand/labelitemi{/ding{43}}6 _- H% u; h" f6 g6 d' ~7 T
    /begin{document}
    * U* x4 _3 S( p" n, i: K2 ^  /begin{itemize}/setlength{/itemsep}{-/itemsep} + o. z% _3 R- i7 x& R) J9 A, T; T
      /item Text of the first item in the list.7 e; S, q. U  F3 Q- ^) O
      /item Text of the first sentence in the second item of the list. And the second sentence., z9 _  {* ]( v3 p- c: L  l& u
      /end{itemize}
    ' \$ I- c: D( A1 f- G% d  /begin{enumerate} /setlength{/itemsep}{0pt} 8 G) o: \- |- ?& W1 a2 _4 g  b
            /item item of the list.
    ; C+ B) D9 n4 I* L5 J4 t: P% v        /item item of the list.
      {; L8 {+ z6 P        /item item of the list., d3 N8 [; ~/ X. r! l% c" c7 I
    /end{enumerate}/end{document}7 x5 r# U- _! y5 W) j
    ! M9 d4 S; ]! ^3 A2 a4 j- J' p
    设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}
    2 ]1 \5 u( F1 |0 |, y/usepackage{times}/ ^- y& G" t5 ~' `  U- C
    /pagestyle{empty}
    / H! B6 _. B5 |) z# ~7 u/setcounter{page}{6}) I. F1 D, G6 o& S4 Q+ {9 u/ h
    /setlength/textwidth{159.0pt}
    * q% ~* H9 c5 N9 G* G/usepackage{pifont} 4 o, O/ \* J! V- Y; m
    /renewcommand/labelitemi{/ding{43}}
    , B, T0 \+ b& F9 i/usepackage{atbeginend} % 可选宏包, 能解决许多问题,
    , L8 Q. s) |/ X8 c' \%比如itemize, enumerate环境/item之间的控制
    ) E- e, z5 P$ Z( m. J* t%用法9 R- u6 [; A4 Y( }& R
    /AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}
    ; I$ y/ {. M) @0 M+ h/ G/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}
    / g* ?6 W3 f2 f5 f  /begin{itemize}
      c# f5 v* d1 t! Y' {        /item item of the list.
    & \! [' Q3 a) {, N+ C        /item item of the list./ T8 N: {; X/ G5 @
            /item item of the list.( k1 ?* }  u! g3 d: v  a1 D" T
      /end{itemize}
    / }7 M! ~. b3 Q, m( a  S, |4 \3 Z  /begin{enumerate}
    " @) W% p) O, t) b+ |) Q1 ?        /item item of the list.
    9 c" P1 ]* |! p+ ]" U        /item item of the list.
      k  \+ T) n- l& l/ a. ]        /item item of the list.% q1 Z# a' B7 D, Z$ H! `7 s
    /end{enumerate}* k) v, v9 x3 e/ `
    /end{document}
    3 U! z  P; o' c% `6 q* @Latex 里面如何打印如下常用符号?
    8 x8 ?1 L& I- b使用marvosym 宏包$ N9 h+ j9 V  X0 R9 T
    演示:! O/ I9 v3 t# a- Z8 B: f! ^9 \# m$ ?
    代码:" r( @# V0 Y. o: l2 \, v
    /documentclass[a4paper,twoside]{book}1 c& g" n) Q5 C4 h; }& x: x5 `7 l
    /usepackage{CJK}
    1 H) ~! ~8 y- W4 _3 Y( {' r/usepackage[body={398pt,550pt},footskip=30pt,%9 V: I' p8 f# H7 o# v# {
                marginparwidth=60pt,marginparsep=10pt]{geometry}
    " p9 X- q; L8 a/ y6 J8 B: U1 U% l4 h%/setlength/textwidth{180.0pt}
    5 ?! S( v9 ^6 R- P7 H! H/usepackage{marvosym}
    / n( r# W8 e+ ~6 D" X8 I/begin{CJK*}{GBK}{song}
      \' r, Y+ k# k6 K) V$ }7 Z' I3 i/begin{document}4 ^+ l' \9 o* m; r* z
                /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%
    0 Q" Q( a3 T4 F; ]6 B% F$ S            /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%: |- g' m" e& ]4 [7 q0 l1 `) O
                /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%1 j! q, K5 I: s
    打勾: ${/surd}$//6 p7 ^+ `/ |/ @1 i' z0 X
    打叉: ${/texttimes}$
    + J0 i0 S2 ?9 X9 t8 t, r/paragraph{}
      w# F4 _( K8 _/clearpage
      N+ Y. j/ k( U: E  P2 R/end{CJK*}
    8 k  ], x) E  g9 }% H- A: D/end{document}
    1 V) ~' z6 F' o7 ^  \) P6 ?+ `" l! N  c9 V4 z' @" k
    zan
    转播转播1 分享淘帖0 分享分享1 收藏收藏10 支持支持1 反对反对0 微信微信

    7

    主题

    49

    听众

    3230

    积分

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

    [LV.8]以坛为家I

    社区QQ达人

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

    群组2013年美赛优秀论文解

    群组第四届cumcm国赛实训

    群组数学建模算法之matlab

    群组数模思想方法大全

    回复

    使用道具 举报

    7

    主题

    49

    听众

    3230

    积分

  • 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

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    3 V2 _+ h1 R! f% I5 ^赞一个O(∩_∩)O~
    5 L  T3 O# O  X, d/ T; v4 I1 S
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 ! h0 O2 U  ]2 U. D0 c
    赞一个O(∩_∩)O~
    ) y) O! s  S! ~& `% G6 d
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    ! x! Q# N( o- Z0 U9 B. |赞一个O(∩_∩)O~
    ! a; w! Y* j% h- q' y7 z7 V
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1061

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    5 S9 s: I, e! E3 {0 W9 E# B, h/ h赞一个O(∩_∩)O~

    ' U+ E. S& _- ]# ETHANKS
    回复

    使用道具 举报

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

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

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

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

    蒙公网安备 15010502000194号

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

    GMT+8, 2026-5-29 00:44 , Processed in 0.542909 second(s), 107 queries .

    回顶部