QQ登录

只需要一步,快速开始

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

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

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

8

主题

12

听众

1064

积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    跳转到指定楼层
    1#
    发表于 2014-5-27 20:40 |只看该作者 |倒序浏览
    |招呼Ta 关注Ta
    楼主找了好久才找到这么全的,希望对大家有用(*^__^*)
    % @) w3 f. P/ @7 E; ~5 z- W5 i6 q& S  K' S; {! E0 v
    前言  G  C( d5 C& [
    latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。0 ?4 Z8 w& O  N5 d5 z
    Latex简介0 o! O  G) y: z- C
    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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。
    & N) \, ~: a+ q( U& e8 }4 ETeX/LaTeX是一种计算机文档制作语言,所以它有0 U- Q; |/ a* ^
    a. 源代码。 包括故障区域和/begin{document}之前的部分;
    # H! e# _1 ~, h. gb. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。
    8 x/ w+ {# N$ Z: _  @# y0 ]4 ?9 ec. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 - @- _" F2 q3 y# x0 L
    Tex的workflow如下图所示: * b/ j. z% W2 V; r7 ?' a4 C
    5.jpg   v3 N3 r5 U5 r# W% M+ d9 V
    从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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。
    1 A7 m, N) M: o! K! Q1 W; b% q此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  % H* s& E' j6 c* R& W! p
    最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。  v5 h& d% k4 C0 j3 J- Z
    http://www.ieee.org/web/publications/authors/transjnl/index.html  & Q! R8 p* C8 B* e9 p0 c* @5 ]
    CTex下载: http://www.ctex.org/HomePage  9 p. E! ]% T; V3 M8 @$ R
    常用论坛,答疑解惑: http://bbs.ctex.org  
    8 K" Z, C0 T8 O3 f搜索和下载package的站点:http://www.ctan.org/  
    8 V) o, }: Q/ u) y一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html8 w/ y( g( n( {, f- `7 r1 b$ y0 Q
    Latex下的绘图工具. x/ g5 A4 `4 w) R  n2 e
        写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下: 4 y' ^% D7 _3 A: @& W4 H8 V
    Adobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。 . A5 t& P. A. S: ~
    MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。 . e  }  W& S9 Y  c- P! K+ a
    PGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。 - q) p: @0 _1 o4 e# |/ M
    visio: 适合画流程图.* e3 }* d& |* K; ?  k
    latexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。
    ; b7 O: }$ u3 [( ?1 a) X" g6 hxymatrix: 适合pi演算那样的公式推导。 & i7 r. Y4 I% }) p. z7 J. v
    数据图& n( ]- |/ f7 g+ y
    gnuplot:
      ^) e; ?; F" ?( Q5 t6 s! e- \  N- {& |matlab:
    4 [! H6 J  L$ i7 `& W" zorigin:
    9 U1 R! z" [( u4 Y7 O. k0 @关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。
    ) g+ A* F, t& p- c) qMetaPost相关资料" U# w6 h+ f& q9 x- \6 {2 p. T* J
    MetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。   e' j0 A* C: W% E: Y7 T( `

    3 F* Z% b5 K% H6 X6 CMetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm
      r  ~. C2 U$ p' R7 O0 xMetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html
    6 `$ q) |: t* F0 Z% bMetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html
    1 H' n: t- @# M! @$ v王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
    ; r& j) z0 {- F- b1 VJohn Hobby为MetaPost写的用户手册''A User's Manual for MetaPost'' " }/ K5 A2 ^' k9 C3 G2 n9 u3 y" P
    MPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/
    * I; y9 h8 G& ^8 ]Learning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf
    ; k, {+ I9 i/ s0 w2 @9 l- cMetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/
    2 _3 [! ?" n  r- v- dPGF/TikZ
    . A9 Z* T9 T$ o( ^& \* n" B5 \1. 什么是pgf?
    ( D: a# B' E/ d" Ppgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
    1 ]& b6 q) v( T; H$ U. S9 l$ {PGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/
    8 y) e4 e( t) F( cA comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/
    7 F0 D9 j. F/ w" L0 U+ @Edward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=15 i+ x9 n' \- _; |; P7 i) Z
    有个法国教师做了2d几何图的扩展包tkz-2d: . ]2 v; E# i/ n+ s3 Q- Z, q& m
    主页: http://www.altermundus.fr/   G2 i  J4 [* s( M1 u, U0 E7 d: F
    下载: http://www.altermundus.fr/pages/downloads/( D9 t) E. ^& ]- K. o
    下面是一些自己用过的例子 ( z$ H6 }& r  \# c+ B
    数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/
    / r8 W9 h) b( B: L% O基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/
    ; {* m3 h7 c" j3 s' I8 T0 h! r时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/
    - H5 A* l# k% G, [二维的数据图plot2d: 7 O8 U8 k% n, V7 W& ^; Y0 Q
    http://www.fauskes.net/pgftikzexamples/tkz-plot2d/
    ! E; S; D. [3 {# p( p7 m6 nhttp://www.fauskes.net/pgftikzexamples/pgfplots/ - e3 S* Y7 j; e" ~( |3 Y5 s( @
    有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/
    6 T9 T3 p$ ~" l" w2 R- ~二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/   X* I  S3 N6 P( v" \" I
    三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/ " u5 f, v$ _( n+ X  y! X" ?# E
    正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/
    , ~. t1 Y0 D, c图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/ . e  F1 z+ y- r9 n. ^( ^; ?
    分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/
    ! `$ {$ L" p, T  {. Q0 J公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  ( z* P8 W+ s  Q5 I2 q
    负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/
    1 {* L( A" @) k/ `2 D# S6 o便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
    $ }2 J. Q, |+ \) C绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/ 1 @# Z) h, u/ }0 P; Z  N( P! @" e
    神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/
    " Y* }& }  o' ~2 d& t三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm
    $ o8 {7 b  _, {/ _  P$ ^0 q7 I& A) zpgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595 1 B8 }, N; K+ L, m- {1 Y1 ]5 y
    下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348- P0 C; a& H5 M- c- x$ h' Q
    2. pgf的作者?7 Y1 Q9 H: H4 L: D; m3 N
    pgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。; Q( g2 Y, E7 I
    3.安装和更新的方法:   
    ' b9 g4 V& e3 Y, |6 Zpgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。# P, J. ~* r0 {
    Matlab画数据图的一个例子
      h. f: W# A3 B- _. T7 v hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-'); ! X- B; f8 u) Z3 N+ c$ v7 l% s! k
    set(hand, 'LineWidth', 2);
    : P0 W; _: g) U6 ^$ Z! Nhand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1); & b$ K/ W' d4 M: e
    set(hand, 'FontSize', 14); , S$ S0 u. ]; I7 M% D
    hand = xlabel('xlabel'); $ M$ z) t. O- h; A( V. @1 x
    set(hand, 'FontSize', 14);
    / [" j, G/ o3 S6 w8 }hand = ylabel('ylabel');
    / j! ^) H+ z4 Y, ?9 c6 t: Sset(hand, 'FontSize', 14); # J; T$ ?# V) U; T. P2 Z, A
    xlim([xmin, xmax]);
    7 c+ y/ J5 _# P) Kylim([xmin, ymax]);
    + c3 f( ~3 w# \还没找到怎么设置XAxis和YAxis的字体大小的办法。3 F& Y4 X0 z; v; T
    Origin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。( ~4 n: o6 s; c9 [
    GnuPlot的安装和使用# t' c4 ?' H' y; x/ J6 D
    个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。 ( o5 Q7 K: O$ G- \. I2 S6 r
    推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html7 q: ]" W5 M, f* D+ q/ W0 ^
    1. Windows下的安装
    4 h- X8 ~" x/ [, p/ R0 P安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。
    : c& f0 Z# q% ]( O( K9 d测试一下安装。运行命令:
    8 A3 V% m) h$ b$ O+ L; Pgnuplot> plot [-3.14:3.14] sin(x)8 k! V( U2 g$ v. _; m2 z+ e  z. i4 \
    2. 和Latex的整合
    # @0 r9 O% j( W2 R& agnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。 . c0 `6 o4 a3 c* ~7 y, Y
    在命令行下输入:
    # F3 J( F; z! K- W) q. uset terminal latex
    6 ?- l$ i6 S. jset output "sin.tex" 7 a2 A& b4 ]: e
    plot [-3.14:3.14] sin(x)      
    . g% z4 `8 X5 u- c4 B* v把这个文件直接插入你的文章中,例如0 {1 ^9 Z3 F" e, J4 l  n& Y
    /begin{figure}
    - B% p, T) F& J/ _6 |1 h  /begin{center}7 l6 a1 A2 ~  @) l
        /input{sin.tex} ; o% z: F* w$ o. t1 k  O9 j; I4 g
      /end{center}
    # C' w* n5 ], W' @: i8 E/end{figure}
    8 ]. Q  G! |& h0 t) o7 Q7 b" I3. 生成xy axis和label
    : N8 o; \% q0 Aset terminal latex   
    7 r0 ~8 w1 J7 q, u- _set output "sinagain.tex"
    & h/ b7 x% t' }! g& yset size 5/5.,4/3.  #设置图片的大小
    + e- U: n6 s/ f# \) oset format xy "$%g$" #设置x、y轴文字的格式
    8 t$ o$ G1 k1 `1 ?set title "This is a plot of $y=sin(x)$" #设置图片标题
    : U8 f6 e# Z& [8 j; Uset xlabel "This is the $x$ axis" #设置x轴的文字
    & @( E+ n0 U1 U* q! u- xset ylabel "This is the $y$ axis" #设置y轴的文字
    / x- N. U4 ~+ Rplot [0:6.28] [0:1] sin(x) ) m, d% o$ A3 y# m& s
    4. 多条曲线的对比 6 B9 e8 A4 G! Q. C$ K1 c
    set terminal latex 8 @: |% F; O9 H# V9 X. j- I7 H, W7 u
    set output "combine.tex" + Q! k# u5 L4 v! g; ?
    set size 5/5.,4/3.  #设置图片的大小
    $ A( i; j- D& @, ?set format xy "$%g$" 7 d8 P5 @" m; o8 |/ b
    set title "Combination"
    1 |& O) B2 {7 R% [7 Z: T5 H' H9 ]! iset xlabel "$x$ axis" * g! \! f5 q3 P2 j, U
    set ylabel "$y$ axis" 1 t1 q( j3 Y/ c5 X. t7 P
    plot [-3.14:3.14] 0.2*x with points, sin(x) with lines$ I" N3 G' P6 O2 W  H
    5. 一个3d作图和并列子图显示的例子
    , G6 f) B+ [3 e4 ]set terminal latex 6 z1 b! f" x' M' p5 `( E
    set output "tic.tex" ; |: u3 t0 U# O- Z
    set format y "$%g$" 9 E. g; @) F: Q: n
    set format x "$%.2f$"
    - R' V+ _9 S1 V9 k1 r$ D- z3 |  Kset title "This is $/sin(x)$"
    : p2 F/ W8 S* Z: a* Qset xlabel "This is the $x$ axis"
    2 h2 ?# X1 M! ~1 t7 Lset ylabel "$/sin(x)$"
    2 `# Q' T6 m: |1 y& m8 |set xtics -pi, pi/4 #设置x的间距
    / w* v4 s3 Q( _0 \& \$ Cplot [-pi:pi] sin(x) 3 t. A( A1 Z) q# e# @& c  ]# z/ k3 T+ |
    set terminal latex : b1 ^. J$ d$ F- D# X
    set output 'plot3d.tex'
    4 ]) ^) R! Q$ M8 F1 a0 ^$ s% nset samples 20, 20 5 d* ~/ Y0 l& r0 H, {
    set isosamples 21, 21 . r& Y' ?+ a( G6 q  O
    set contour base + d& ?; Y, H( F$ ]9 |: y
    set cntrparam levels auto 10 ( z- m! o, G" U( ^: }. t' ~$ v
    set title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font ""
    / W- M* A" W+ R) v. w/ Rset xlabel "X axis" -5.000000,-2.000000  font ""
    ! C5 x" I9 S' s/ ]$ Oset ylabel "Y axis" 4.000000,-1.000000  font "" 9 A) B0 u- X4 k6 t* T
    set zlabel "Z axis" 0.000000,0.000000  font "" ! l3 C/ M$ j% Q: d6 m6 _
    splot [x=-3:3] [y=-3:3] sin(x) * cos(y)3 P0 W% o# y" d! e% e* c  g* N
    /begin{figure*}[!t]
    ( n* _! t2 n" t2 @8 a9 x/centerline{% ) H/ c$ ?+ l; K! T+ W$ D. z
    /subfigure[Case I]{/input{tic.tex}% * c4 T, T, J. Z5 y5 g2 ]
    /label{fig_first_case}}
    9 T& L  P4 \4 N% S1 W- a/hfil * \2 r* E, c; z% [" Y1 U; M5 _; L
    /subfigure[Case II]{/input{plot3d.tex}%
    1 L6 N7 R; v. z% v/label{fig_second_case}}%
    $ f- u; `3 v# m$ v+ H} ! d2 Z3 Y4 Q. z5 I* i1 Z% _
    /caption{Simulation results}
    / e3 w" V6 V/ _4 k  ^  J3 h/label{fig_sim}
    8 w) j1 p. v+ @6 K/end{figure*}
    6 {' r3 L6 t# h9 r! f% @LaTeX2html安装及在winEdt界面中的配置5 A& y/ h& X4 z3 _  }% W" l
    任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。
    0 |8 L- S) x; D& A) W系统
    " U) T: o% d4 P) iWindows XP SP2  
    ) H; u" y  ]' G1 H# H0 JCTeX-2.4.6-Full  - q+ D( z1 c% |( O- ?0 ]
    Perl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl 2 J6 J5 S8 B; n- L
    NetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  
    " K  g" {" k1 E" [Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。
    2 L/ `, }' }5 a1 \( `注册序列码如下。Name: Registered  s/n: 195938022 5598
    % S" `5 |1 ]+ m0 c( L/ R4 Z- u其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset
    + `, \' t* d8 M4 Z: VTex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm $ e" _2 d" j4 d; x( f/ f$ i
    1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak7 `  w9 o& }3 S) W  H7 g4 A
    2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。( d8 B/ u# I2 }2 o$ |2 E+ ~
    Tex4ht中数学公式的转换- \) y3 u$ k: C9 w# R  O+ S& Z& k
    Tex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。1 i5 o1 z  _  a- Y, M+ f
    依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:' ?& v, u% D% f, O  m1 d1 ]9 }
    4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。
    ( i! `4 I4 p8 q) M5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。9 S; b& s; R% y- z4 P
    6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。
    / e8 z$ c4 Y" V4 p& B至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}5 U3 P9 r( d' K3 J( u2 Z
    /usepackage{CJK}5 t7 i5 K& M+ X, K
    /usepackage{tex4ht}9 m4 A5 [( V( h* ~, F
    /begin{document}
    5 d; Q7 c; {$ d; ~6 v/begin{CJK*}{GBK}{song}
    : s# M: @" @: @0 p- B测试文档// test document//$ k( R% k/ F" T, ~" k  m
    /begin{math}/frac{/pi}{/gamma}
    / M) t) S: l6 U; v8 A///frac{a+b-c}{d+e-k }
    / ~" M) ?( [& e* @# y/end{math}
    7 \- }- r+ v* A6 A; t. X/ w/end{CJK*}/ P& r; [4 P) ~/ p& s& L9 `. h# X
    /end{document}* E/ ]' d# X7 Q) G2 [- S8 @7 W1 t
    Beamer相关资料7 T4 _, r7 |* x/ z
    Slides和Presentation的重要性就不必说了。 9 G, k- |0 b  ?
    A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html : U8 S0 ]. X" p0 R- ^, x7 \! e4 M% d0 f
    A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf
    ( c. l6 E9 [3 [7 z' |0 F& Q黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1 + L- x% ?6 Y; ~
    Beamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html
    ! K! V0 g, k- D$ s3 Z0 gBeamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1 ) Y& Y2 I/ ~4 B2 `
    一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638
    # V8 y, d! _; B: G. |: t& `1 F推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp
    ) S  S% f5 `$ m  OBeamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html
    & h- F* \  {0 x* U/ I9 ^* M9 V1 j用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php+ n  x) X7 L! `( F( s; K  G
    3 Y% e% i2 j5 E9 r

    ) A9 `8 h$ }- P$ p. C- xbeamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/ / i' d( z; ^$ h
      下载pgf:http://sourceforge.net/projects/pgf/
    0 L2 ]  n3 ]3 C, d+ U7 @  下载xcolor:http://sourceforge.net/projects/xcolor/
    4 S3 h: q7 l1 k2 }1 h2、解压到各自文件夹beamer、pgf、xcolor
    - S5 T4 X2 Q' g! d; T# O3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor
    ; g' I. l9 V! w( }! l7 B% W" P4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹 - W; f- G9 o' N. o* b
    5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'
    - t3 s; R( R9 z) Z$ {/ D- c(这些命令在xcolor.ins文件里都写出来了)% O, {5 r' Z2 p$ r: |  R1 X' m
    6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex'
    ' `$ V" M; r  z6 P; j! n7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。
    & D& x5 S$ m+ ]5 s6 [注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。) _) s$ T8 \9 U/ e4 c
    Bibtex的使用 5 C, X5 h& E2 a: q
    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 这样的站点下载的。6 {4 L7 H: e/ ~  n! i: q- o
    Bibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下: * G" N/ B" ?7 B4 y/ q
    IEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/ $ T+ u! ~# M5 i' W
    中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=335912 v) f, R$ A- ^, P7 `* M! H; `  y: |
    为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。 6 P# n9 r0 [+ y6 s1 |+ X' @$ s
    latex %texfilename%$ f) }& K; V+ F& b9 \% K- x6 }$ p
    bibtex %texfilename%. q0 `1 K* t+ U6 P& u
    latex %texfilename%; y- w& Z' K' I) v) B
    latex %texfilename%
    5 e) j$ u: @5 o, A* Z% x3 E参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=950  y& z3 k" V6 H# E* L) i
    在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto - M9 g9 e& _6 {: S
    /ifCLASSOPTIONcompsoc4 T+ a6 X4 {4 H- L4 s/ O
    % requires cite.sty v4.0 or later (November 2003)
    ! @  B) z# k/ s  \/usepackage[nocompress]{cite}
    0 p' e0 J9 ]9 e/else+ u; E# m6 x$ ~# A( j
    /usepackage{cite}
    , R  B% c: f; _8 V/fi
    $ T# ]5 F* W. @正文里使用/cite{%label1%,%label2%,%label3%}命令。 ! y7 ], D9 n% p% K  P9 S4 }
    新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html2 B$ \/ m: p* h+ L$ ]- I5 e
    Other Tips 细节决定成败
    $ ^+ [: k" {' e  W怎么输入左单引号、左双引号、右单引号、有双引号?
    ; \" D: r: A# K& {左单引号:`(键盘上1旁边的那个);左双引号:``;; Y' o* v# w3 J
    右单引号:'(键盘分号的右边那个);右双引号:''或"。+ Q' S- `! }. J! U+ Y
    在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。1 u+ e% q( Q3 h0 H$ z4 O5 G
    怎么输入“度数”之类的单位? 试试SIunits包。
    ; s! Q* i3 R) i1 ~( q  ^2 B我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态? ' i9 d; r7 k5 Y6 R
    用括号把title中的abbreviation框起来,如下:
    8 _) R7 F. u3 |{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……?
    8 {' [4 X  \  Z& i% ?% K) Y$ H; B前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。9 d, k5 Y. t- s
    第三个用/newtheorem{theorem}{定理}。以后这么用:
    , q; L7 [  u8 U/ Y  s       /begin{theorem}.../end{theorem}
    8 I4 Z8 u0 z5 z8 e5 s6 C4 Z第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。
    / X( I# d+ ?- r  |; o类似的问题可以参考CJK的GB.cap和amsmath的文档。
    ' ]* H$ k/ L  R% t8 y$ ]我要写算法伪代码/C/C++/Java...代码,怎么办? * s! U, C( q  T9 \
    listings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。
    6 Q% W# r9 V3 A! H& Glatex提供哪些定理环境?
    - S, T, ~5 m, [4 m很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。
    $ N! P7 }, i5 b  T3 b  N下面是我自己常用的定义,大家作个参考吧。:)6 N3 x# L% b' @( n8 H7 t3 b5 n' t
      /theoremstyle{plain}
    2 K4 o& f. I8 j# b4 x9 I5 q  /newtheorem{thm}{Theorem}
    3 z9 B5 v; `9 t) ?  /newtheorem{lem}[thm]{Lemma}9 d9 e+ _, K  T/ `" i3 _. }1 ?3 S
      /newtheorem{cor}[thm]{Corollary}& d2 s5 @5 n' h4 z% y- U; m# z8 K' I
      /newtheorem{clm}[thm]{Claim}
    & s) f, r" |- `! ^/ Z( q+ }7 u  /newtheorem{prop}{Proposition}
    / R2 R' g+ r0 l( |; x  /newtheorem{fact}{Fact}
    % ^4 g. @+ y: |- Q% f5 {6 \  /theoremstyle{definition}" ^" Q- s; X) x+ B4 j& \
      /newtheorem{defi}{Definition}
    6 F) K6 f" O  V  u* Y  /newtheorem{example}{Example}
    8 d4 C) v) \5 c  \& K  t: M, |  /theoremstyle{remark}# {- g" [' Q' P" G: X2 R
      /newtheorem{remark}{Remark}, g! d& U4 n4 R" Y
      /newtheorem{proviso}{Proviso}
    5 {) s. _& m7 Iamsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?
    , e' b9 x1 P- w% r# m; v- F+ ?需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。
    - M5 q$ R, _9 p: B* b怎么插入一张图片到latex中?
    ( a, F" Y$ d1 s/ v6 k7 Q( V; g5 _/usepackage{graphicx}5 n$ U( h  z/ A& b2 L1 t
    /includegraphics{xxxx.yyy}
    + W# i1 ~  M5 t7 G/ g( C; n; u& U- e但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box: & E  M# U+ G7 D; h. a
    注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。
    . u; S) B; r7 a1 p' @# j1 z以下几种情况要善于使用"~"的小空格
    ! R0 e  H$ |/ b4 O4 c; {1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。 1 c/ X9 j& F9 z' h! K/ Q  g$ u6 X
    2. 中文与行内公式之间也要加。
    : C1 x* P9 |. Q9 D, C$ T8 w! `3 u2 t3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。( v) l& s8 |7 W
    4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。
    / A% i' C3 I9 \# Q5 C" j# |2 m( ~5. 对Figure、Equation、Table的引用时,要加"~",比如
    : }* f2 K5 {, N! e  F/figurename~/ref{%label%}
    - C% ?; U' f: m7 ^  d0 yTab.~/ref{%label%}% C9 P: K. J) _6 o
    Eq.~/ref{%label%}
    1 r7 T1 D$ u. a, Q2 x- v# |我的系统crash,论文稿件都丢了,怎么办? 1 u1 I, v6 m/ K1 w5 M
    丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
    5 V; C2 C2 ^, @WinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=223
    , ]0 {; A7 i7 K+ {( l2 e如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。
    . o# N& J4 o6 P  uMenu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。 ! X) |1 A& R* k, Z& i, [
    要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。. O+ q5 u3 ~4 S( U( c" v
    如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。
    4 x4 j$ s/ }4 R' U  V适当缩小图片或者缩小图片与文字的间隔。用命令 , `  z$ I- j5 l6 U, y5 q& j* q/ W, Z
    /begin{figure}[htb] * ?: O3 ~- E. a, T" m
    ...... - t) j1 ~; j2 O2 i9 @5 F: o! m+ N
    /vspace{-0.3cm} * m9 C* c* x" U( U
    /end{figure}
    & G& R8 X* `' S) Z& k& V) ^如何在pdf文档中生成书签?
    . R( l! b  a7 t5 h! U+ e# H+ q& _$ j9 _$ P
    /usepackage{lineno}
    9 W2 w9 A: U& T. e' }. R: S/usepackage{indentfirst} 1 s8 v! K+ [+ L
    /usepackage{hyperref} 5 Z8 z6 E+ M9 ]
    /usepackage{natbib}
    : O" F% J$ n5 v6 t2 P: T0 A' i+ E
      K/ M2 m+ q+ P- b" A3 O/section{} /subsectioin{}
    2 D, v7 ?" N  ?* c0 B# b& N4 g8 a即可。
    6 W- R4 `. S& [7 i  F如何生成hyper reference?
    . X' {6 s* P% W6 Y2 V/usepackage{hyperref}
    5 ?( T4 E! L. I' m/hypersetup{
    8 G# L& s: D9 l+ j0 W1 b    unicode=false,          % non-Latin characters in Acrobat’s bookmarks 2 f) E5 _, `0 I! h8 p5 A# @
        pdftoolbar=true,        % show Acrobat toolbar? & {* W# s, n4 E2 O( Z, ^6 O1 J
        pdfmenubar=true,        % show Acrobat menu?
    & F, C' I4 z* u+ ~8 x    pdffitwindow=true,      % page fit to window when opened
    ' {) H& B1 |. d- m2 ^    pdftitle={My title},    % title
    6 M0 ~! v1 g/ [" _' f/ s    pdfauthor={Author},     % author, a$ |+ d. _9 ]) D* t2 c3 g4 F6 V
        pdfsubject={Subject},   % subject of the document & V; ?6 M( S% w' r
        pdfcreator={Creator},   % creator of the document
    ( K* r3 S. V9 n    pdfproducer={Producer}, % producer of the document( ?. h; ?1 V+ J2 @5 g- V
        pdfkeywords={keywords}, % list of keywords $ d2 V, B7 ~1 [1 L- j
        pdfnewwindow=true,      % links in new window
    + @) V0 g+ c* B( m( D) \, o, D    colorlinks=true,        % false: boxed links; true: colored links
    8 Y8 \* u/ d. F6 f5 j4 t    linkcolor=red,          % color of internal links
    * P0 z) h! ]- k    citecolor=green,        % color of links to bibliography 8 n* M: e1 k+ t1 r- `
        filecolor=magenta,      % color of file links 0 L1 l/ m- A/ r: D
        urlcolor=cyan           % color of external links 6 J! S  j2 T9 R0 q( W
    }
    0 j- H" H5 q  b# P& p7 {0 F/href{...url...}{...caption...}
    . R5 O! w  x! i具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/
    3 K9 N9 }) M, z: lLatex里面有没有比较好看的手写字体? 7 R3 L4 }& e; d+ z4 R# t! h; o# R2 l+ Z
    我自己喜欢lucida casual。 9 d) b. J3 `8 a( A1 M
    下面是一个gallery: http://tug.org/store/lucida/complete.html
    6 i$ @6 L- O9 N9 X0 A这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf
    ; B2 m& M5 _4 _+ S这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/
    : q; C- D/ c- `& T# I9 H和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ . j# {: z; f4 [# S  e* N( d
    个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。
    ! w+ q, o% ~! Q9 p- t2 g我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf' `3 M0 a& ~: n) p6 j) D% E. w
    Latex中并列子图的实现 / {7 \8 v& V, O2 F# l
    下面是个例子,详细说明请参考IEEEtran_HowTo。
    7 @7 E& M! t, D/usepackage{graphicx}
    5 a; ^+ c# ?" e: W8 F; Y+ L/usepackage{subfigure} # _7 d( |: K3 N! h4 ?
    %跨越多列的subfigure
    7 j# n9 ^6 Q: A$ v  \) y/begin{figure*}
    4 M3 C* }# Z1 z4 H5 _3 w* }0 i/centering /mbox{ " {1 _5 ]5 }8 ]& W9 S% H4 F
    /renewcommand{/thesubfigure}{(a/arabic{subfigure})}
    7 l+ k, {) R/ N/ U: v: n/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad  \1 W! z% C7 u" I
    /subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }
    & S: ?: a" v  P& K% `/end{figure*}
    ; K2 S; i% |6 w" V6 b% K- H%/setcounter{subfigure}{0}
    3 X0 J% p- ]# N%单列的并列子图  ; C6 r* [$ W% ?. F. l9 w
    /begin{figure}
    1 J0 o8 s# |" E- \& J$ b7 f/centering /mbox{
    , ?" B: c0 X( B/ m" d) k/renewcommand{/thesubfigure}{(b/arabic{subfigure})}
    ( t/ d+ x5 o! z/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
    5 M+ k7 R5 P( p* _8 H9 {: |/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}6 H1 P2 W% E: p" m) `+ n
    /caption{Several figures}4 s4 s. z7 L: @* E: Y+ G/ ^" f4 P
    /end{figure}
    1 J- J) G/ B. _; nLatex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}2 @/ S$ F# f7 i% b& b8 I
    /newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}
    9 I8 M1 ~. `& }/makeatother4 Q7 Q2 V, W; Q7 @/ ^
    $$a /extendEql{/mbox{/textrm{def}}} b$$- c- k: d  A2 s5 r$ L0 A; N
    Latex 里面如何调整列表环境的间隔?
    + R' l* b, X, q9 U- U4 {设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:
    7 V7 b/ _$ ~* e' Z- C/documentclass{article}* _9 ^+ N( U+ @6 l7 _8 u2 S
    /usepackage{times}7 y1 P% S+ |) H
    /pagestyle{empty}
    / f( S3 G$ p  Q; ?: c: `/setcounter{page}{6}
      }# J% V7 |( f4 f) I* J5 s' C/setlength/textwidth{159.0pt}. q, @* }: P" j1 ^* P' G
    /usepackage{pifont}/ r( U# {9 {' P+ d; S
    /renewcommand/labelitemi{/ding{43}}$ r' G) v3 j- u  W, D' Z
    /begin{document}
    2 b7 v* H1 e; j) J  /begin{itemize}/setlength{/itemsep}{-/itemsep} 5 e( K: C; ~! M5 W
      /item Text of the first item in the list.! M& q+ O0 U1 V7 O! ^4 l+ v
      /item Text of the first sentence in the second item of the list. And the second sentence./ o5 _- B/ l2 {
      /end{itemize}
    ; Y3 X& ?# E9 D+ I; m  /begin{enumerate} /setlength{/itemsep}{0pt} 5 M5 D7 ?: u+ c1 J5 \
            /item item of the list.: w1 U1 j2 d8 q; _# I
            /item item of the list.
    + Q3 Z+ V1 v* O2 l3 t* Y* U, w        /item item of the list.
    0 g  [, \5 T% Y/ ]$ v3 H/end{enumerate}/end{document}- k$ f5 j5 h# i% l) I% ~

    . |: C& `' H8 D" M设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}, Z! `! M' d4 s: F& l: U  b
    /usepackage{times}- C8 K- S9 E& |4 H1 c5 H
    /pagestyle{empty}
    ( a! t! e) G; ^8 N* D: ~/setcounter{page}{6}
    ; q) ^* `# w( w: _- U4 p/setlength/textwidth{159.0pt}
    4 A' i2 B% B* L9 ~8 `0 b. @0 L, A/usepackage{pifont}
    . ^' [( x3 w/ }2 L/renewcommand/labelitemi{/ding{43}}6 m& a+ W) v3 c5 ^- I+ _. w- u
    /usepackage{atbeginend} % 可选宏包, 能解决许多问题,8 h4 [3 [7 r8 y: @& g( W0 w
    %比如itemize, enumerate环境/item之间的控制- T, m, r, F+ S4 e$ e& z2 A3 A
    %用法
    5 U$ F* S% j! p& ~4 L0 o( C0 d. k- m/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}
    , G5 r" I( _; C! M2 N5 q' }7 T/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}) v! J0 R# j  Q. p4 H
      /begin{itemize}2 u4 L: B7 Z( a5 k, g" Z4 ~
            /item item of the list.( |) P2 {. i  u1 D0 R5 }/ i
            /item item of the list.
    * a9 i8 ^+ E$ F        /item item of the list.! j6 |. Y2 Z4 P
      /end{itemize}4 d: y/ @' R: A1 q% z7 ^
      /begin{enumerate}+ B" R8 A* ~6 v( N$ }& e; {+ |
            /item item of the list.+ y$ X" J& H4 l* d  m; k. a
            /item item of the list.0 g8 J7 Q& e) }/ U& z
            /item item of the list.
    2 L( x: F' q3 u  \  H2 v/end{enumerate}$ [" J% @1 o; h9 h2 R7 j0 C' r
    /end{document}
    ( q9 l0 B7 I1 j" Z. v$ d; h$ c: g" KLatex 里面如何打印如下常用符号?
    # x4 Z. X: U, H2 Y1 K- Q* U! [7 e7 h使用marvosym 宏包
    4 v/ a3 a2 i% d9 V2 Y5 k! A演示:& r* l' I9 s6 \" r' c
    代码:
    6 g3 a8 T( D5 l8 X! l0 H/documentclass[a4paper,twoside]{book}3 T- Q  Z5 f+ W2 \# c% z- o
    /usepackage{CJK}/ r1 D0 f; s8 @8 C
    /usepackage[body={398pt,550pt},footskip=30pt,%% t7 u5 H) I, b- |. G
                marginparwidth=60pt,marginparsep=10pt]{geometry}
    % s' ?6 [7 Z) E7 g%/setlength/textwidth{180.0pt}
    ) P4 D: x( B: K! h  h& q" ]6 n5 [/usepackage{marvosym}
    % w# h; _4 J3 B6 A9 u( b/begin{CJK*}{GBK}{song}) s3 V  g7 a, j- p
    /begin{document}3 B5 T$ `! C" c6 w
                /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%8 O! {0 z) {* R1 _) p/ c
                /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%
    & }  a- P2 T2 p1 u) |. [0 G            /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%
    1 T! G0 I0 F$ r5 \打勾: ${/surd}$//
    5 v3 i7 J- Q% B( a% I( e打叉: ${/texttimes}$
    + a9 D: z$ ?$ Y" n6 J" `/paragraph{}9 S0 ~  Q  _: g" D# w5 e3 j
    /clearpage" e. _/ \% f3 A8 B; x' y
    /end{CJK*}
    3 [: J  }6 x8 q/ K! v: X. R/end{document}
    + [2 U& ^. D* U2 u# A$ ^# {' a: N! b; W5 ^/ Z8 @/ }3 p) Y! ~4 m' R9 U" [
    zan
    转播转播1 分享淘帖0 分享分享1 收藏收藏10 支持支持1 反对反对0 微信微信

    7

    主题

    49

    听众

    3232

    积分

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

    [LV.8]以坛为家I

    社区QQ达人

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

    群组2013年美赛优秀论文解

    群组第四届cumcm国赛实训

    群组数学建模算法之matlab

    群组数模思想方法大全

    回复

    使用道具 举报

    7

    主题

    49

    听众

    3232

    积分

  • 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

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    9 k& M( T  x" T, k" |$ g1 N& O  l. y  N赞一个O(∩_∩)O~
    ( O: y; R! p% P5 D* K9 T0 U
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 ; q; {- q! ?9 C# s$ d1 p
    赞一个O(∩_∩)O~

    3 e* E9 O1 @, |& |+ {& Z1 O0 b8 ETHANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    3 o: S- E2 J5 a6 ^# a赞一个O(∩_∩)O~

    ! k$ k" e# s2 }1 M# ~THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1064

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    * ~, l) i" y4 r9 ~- N/ R$ Z/ z赞一个O(∩_∩)O~

    , W/ k$ ~! Z/ XTHANKS
    回复

    使用道具 举报

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

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

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

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

    蒙公网安备 15010502000194号

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

    GMT+8, 2026-7-31 15:24 , Processed in 0.552125 second(s), 108 queries .

    回顶部