QQ登录

只需要一步,快速开始

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

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

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

8

主题

12

听众

1060

积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    跳转到指定楼层
    1#
    发表于 2014-5-27 20:40 |只看该作者 |倒序浏览
    |招呼Ta 关注Ta
    楼主找了好久才找到这么全的,希望对大家有用(*^__^*)
    8 M/ b0 E# k# _. {1 j( \0 B2 v& U) l0 {$ t/ y, H/ [
    前言' E% [' @+ C6 i0 x% t# C
    latex并不难,latex也不是艺术,而是给Knowledge Engineers的一个撰文工具,仅此而已。一篇文章真正的价值在于里面的发现和思维逻辑,文本、图片、排版都只是形式罢了。如果没有好的内容,就是做的再漂亮,也不会得到别人的认可。可是,大家都是俗人,都还是会喜欢美轮美奂的东西。形式很多时候也不可缺,可以帮助推销自己的paper。认同了这两点,可以开始下面的阅读。
    . X7 j& j: o# D  y5 ~( gLatex简介
    % j; v" ?* b9 z' r$ v1 r- Z7 T# _ 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)。风格上迥然不同,因此需要稍微改变一下自己的习惯。- O0 w* J; f( B# R. e  N7 T9 b: e
    TeX/LaTeX是一种计算机文档制作语言,所以它有, c2 P2 n' |* f: l$ I' L" N/ O( W( u
    a. 源代码。 包括故障区域和/begin{document}之前的部分;
    3 F2 ^4 X6 I9 F+ n, S  M: Gb. 编译环境。 包括TeX/LaTeX发行版本和版本号,比如ctex-2.4.5-7。
    4 j* f) Z* x! U2 j* A; ^5 Pc. 编译方法。 比如生成pdf文件,就有pdflatex、latex+dvipdfm(x)、latex+dvips+ps2pdf等多种方法。有时ps2pdf无法完成格式转换,可以用acrobat distiller。 7 \6 B9 v8 p$ J" `
    Tex的workflow如下图所示: & |& z2 R6 @% V$ ~
    5.jpg 5 _$ v/ K9 e6 P7 b) L
    从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/,是权威之选,本书排版堪称完美,从中可以看出大师的魅力。 ) Y# R$ L( {2 }0 v* ?+ y$ ?: X# {) |
    此外,最好的一个简短详细的文献是''lshort'',这个中文都有(一份不太简短的LaTeX介绍).  $ G1 U  m- K5 J
    最后,IEEEtran_HOWTO (in IEEEtrans template)也有很不错的latex用法介绍。% n3 r+ b1 i0 I9 Q& P) b  a
    http://www.ieee.org/web/publications/authors/transjnl/index.html  # z. f( o% [0 `/ a; Q* n/ v5 F5 S% c
    CTex下载: http://www.ctex.org/HomePage  ! I7 R0 X' E: n" s! r4 z
    常用论坛,答疑解惑: http://bbs.ctex.org  
    , E3 [( \+ B/ F  U2 F- ]1 |0 r2 ?搜索和下载package的站点:http://www.ctan.org/  
    8 B0 o4 \! U( Q! _. A# X一个有趣的blog: http://latex.yo2.cn/articles/latex_blog.html
    ' ]. P, G# g5 S% V' _. V+ `Latex下的绘图工具( Z! E( s0 w) B  k: t5 C
        写文章最重要的就是形象思维,精致的图能给Reviewer良好的第一印象,也体现了Author的专业与否。 各IEEE journal都只接受矢量图。使用点阵图的paper很可能在上传的时候被拒绝。画矢量图的常用工具如下:
    / h. [; r: C) Z# N7 ?Adobe Illustrator: 鼠标绘图中最好的工具,做出来的图可以很艺术化。Adobe的东西强于CorelDraw。自己整理了一个网上的教程,下次上传上来。 / |! t0 p; h1 t5 j
    MetaPost: 一种功能强大但比较底层的绘图语言。差不多就在DC的级别画像素点。适合画几何图形,尤其是因为它递归函数调用的能力。 # l  a( V$ V4 I$ r; f: |) h- l
    PGF/TikZ: 语言描述层面的绘图工具。在node和connection那个逻辑层面上的,有节点自动布局和自动布线的功能。用它画Venn图的语法也很简单。
    - \# U0 u0 ~1 ]visio: 适合画流程图.
    ' J0 O% r2 m  B8 Klatexcad: 在图上面附加Label。Label代码全部嵌入在tex的源文件里面。
      |! b0 S0 K' U$ A; `5 rxymatrix: 适合pi演算那样的公式推导。 : b/ I/ k2 ^6 P% V! C
    数据图
    9 s: U! j+ i8 d; v( Ognuplot:
    1 G  e$ {9 J: U& n9 w. Rmatlab:
    / U5 R2 B0 P% Eorigin: + O6 q' Z! y( m: h
    关于TeX和LaTeX的插图方面可以关参考王磊的《latex中文插图指南》,配合它的源文件,可以非常有效学习和掌握插图方面的技巧。
    9 k) ?5 E$ p5 `7 T( c. GMetaPost相关资料
    0 [( P) b) Z3 x( v* P$ U4 GMetaPost适合几何图形绘制,有强大的递归执行能力,比如下面的分形结构。 9 q, g4 [+ c3 P9 n# h( f

    ; U& Y5 O2 R! O% B5 L2 WMetaPost Examples:  http://www.math.zju.edu.cn/ligangliu/LaTeXForum/MetaPost/Metapost_Examples.htm ; u7 P0 O0 p0 E9 ]: w8 R3 _9 y0 z
    MetaPost Intro: http://people.ku.edu/~syliu/shredderyin/metapost.html ( m! |6 H: F+ U. L" I
    MetaPost Configuration http://huagw.blog.hexun.com/15332414_d.html 4 ^6 B' D, L2 a# g+ Q( C6 T  B3 V
    王垠的个人主页 http://people.ku.edu/~syliu/shredderyin/
    9 k9 ^1 [. |4 |- C/ v: ?John Hobby为MetaPost写的用户手册''A User's Manual for MetaPost'' 4 J! x8 c& Q5 z; `. l+ f9 ]2 }
    MPS的图片文件转EPS - 不用再纠缠于prologues的设置 http://www.ida.liu.se/~joned/download/mps2eps/ $ X3 D3 E3 J# t3 Y3 T# n- ^" \/ T% \
    Learning METAPOST by Doing: http://www.tlhiv.org/MetaPost/documentation/MetaPost_Learning.pdf 9 v$ O: F  y* E1 }& l
    MetaPost illustration examples (for a mathematics textbook): http://www.topology.org/tex/conc/mp/  ?2 O# q. o+ Z8 ~! [- }
    PGF/TikZ
    % S0 E; q6 {4 U4 \1. 什么是pgf?, C% z. f1 h) x
    pgf是一个在tex系统中的画图宏包,tex尤其是beamer中使用pgf作图,“作精确图还比较方便, 色彩锐丽”(huangzh73)。除了可以精确的作图外,对于某些不要求精确控制的图形绘制,如:流程图,树图,等等,也提供了简便易用的支持。
    ; i' f2 N% v7 T! gPGF and TikZ examples gallery: http://www.fauskes.net/pgftikzexamples/ & ?7 ]- m1 N, ]2 o) c% \! F1 }
    A comprehensive list of PGF and TikZ examples: http://www.texample.net/tikz/examples/all/list/ 6 r, A, q) \  d/ H0 C
    Edward Tufte’s book Beautiful evidence:  http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001TV&topic_id=1
    " n0 K4 N2 ]. j) z- N  x有个法国教师做了2d几何图的扩展包tkz-2d: + R8 ]  ^# Y' D
    主页: http://www.altermundus.fr/ * q. {8 L7 Q6 h+ j
    下载: http://www.altermundus.fr/pages/downloads/
      F' F. ]/ {: ]  }% e1 y; E2 c下面是一些自己用过的例子
    / Z% N# u, G* _0 @9 N! A. h4 O5 k数据流图:http://www.fauskes.net/pgftikzexamples/simple-flow-chart/ ( S+ i* ]2 r/ H
    基于数据流的系统架构图:http://www.fauskes.net/pgftikzexamples/inertial-navigation-system/ 1 R- h2 f1 S0 h  J) K+ k7 \
    时序图: http://www.fauskes.net/pgftikzexamples/pgf-umlsd/ . p7 [! t) G& `8 C
    二维的数据图plot2d: " w8 M2 n6 N! K, W! M- v
    http://www.fauskes.net/pgftikzexamples/tkz-plot2d/ ' @# l# _" t) U# P- l* F
    http://www.fauskes.net/pgftikzexamples/pgfplots/
    9 X% @7 V( R  f, n有限状态机图:http://www.fauskes.net/pgftikzexamples/state-machine/
    5 R- s* W+ y; k7 W3 G二维几何图:http://www.fauskes.net/pgftikzexamples/tkz-2d/
    ) O- K5 C9 C  |; Y5 k3 h+ Q- |三维几何图:http://www.fauskes.net/pgftikzexamples/3d-cone/
    ! [) e7 t, V3 W% `* ~正则表达式图:http://www.fauskes.net/pgftikzexamples/diagram-chains/ 3 a. }& [( L7 U3 W  K! K' u
    图论相关图样:http://www.fauskes.net/pgftikzexamples/diagram-chains/
    ! ?! Z/ A2 E+ `! X分类图:http://www.fauskes.net/pgftikzexamples/computer-science-mindmap/
    9 f8 }  m( E. M; U+ @' N3 x2 \公式说明图:http://www.fauskes.net/pgftikzexamples/beamer-arrows/  
    1 v# }+ n5 b  N  W$ T负反馈系统控制图:http://www.fauskes.net/pgftikzexamples/control-system-principles/ / C7 M) c: o4 M+ q$ H9 F
    便签条图:http://www.fauskes.net/pgftikzexamples/boxes-with-text-and-math/
    / i  F; Y+ u! l/ S' ?8 Y* G绘制二维迷宫:http://www.fauskes.net/pgftikzexamples/maze/
    ( U: ~) X0 p! F* Y1 }8 }+ M3 A神经网络图:http://www.fauskes.net/pgftikzexamples/neural-network/ 0 V8 @" t9 S, @- A# J( h$ E7 o! }$ }3 g" j
    三维曲面: http://cs.nju.edu.cn/yangxc/dcc2003.files/matlab/matlab/2_3_2.htm
    6 p4 Q$ G- h' R7 P" Q) Ppgf画Venn图的例子 http://bbs.ctex.org/viewthread.php?tid=36595
    8 H+ f5 K8 S  f% R9 m2 S1 U下面是用MetaPost画Venn图的另一个例子 http://bbs.ctex.org/viewthread.php?tid=35348+ U2 d- p& h* h) K( D
    2. pgf的作者?. q: Q/ l! [2 m; C
    pgf也是beamer 的作者 Till Tantau 教授开发的. 起初只有 pgf, 后来有了 tikz and pgf 宏包的说法, 一般还是称为 pgf 宏包. 在使用中 /usepackage{tikz} 就自动加入了 pgf. 也许 tikz 可以认为是 pgf 进一步发展的产物.正因为两者出自同一个牛人之手,所以beamer和pgf结合使用确实非常的完美。
    # b7 D+ W. T+ v3.安装和更新的方法:   
    : C+ [4 g9 Q8 P2 A0 s  v+ `: bpgf在ctex下的安装可参考beamer的安装。它们的关系差不多是beamer requires pgf,pgf requires xcolor。
    # n1 @. f6 D$ S. @2 M5 T( a8 HMatlab画数据图的一个例子) [0 q" f' p5 d: ?8 M: d
    hand = plot(xx, yy, 'k^-.', xx, yy, 'ko-.', xx, yy, 'b^--', xx, yy, 'bo--', xx, yy, 'r^-', xx, yy, 'ro-'); 2 W% I) I8 A7 @* \' |6 v
    set(hand, 'LineWidth', 2);
    # l8 G8 c: q9 y7 C' e! S( E2 c: rhand = legend('label1', 'label2', 'label3', 'label4', 'label5', 'label6', 1);
    * O( P' i& o$ N, R6 }/ B% Bset(hand, 'FontSize', 14); 9 I1 B2 s( r& b5 I, l
    hand = xlabel('xlabel');
    : R+ v9 L8 S' k: I: Sset(hand, 'FontSize', 14);
    : u+ J$ t' C3 C* dhand = ylabel('ylabel');
    + U+ H. |" n$ E* i& Eset(hand, 'FontSize', 14);
    % N& v+ S" j  |' X; ^xlim([xmin, xmax]);
    + t0 J) [  d. W7 [2 J& d+ G* Vylim([xmin, ymax]); * s- {3 _' w( P, `
    还没找到怎么设置XAxis和YAxis的字体大小的办法。
    - V& U. ?% x, X9 b, h8 ^. R' zOrigin画的数据图比Matlab好看些,但有时也感觉Origin太艳丽了,不那么正统。也还推荐gnuPlot。
    . P+ F( X! a7 m( J( |GnuPlot的安装和使用- |0 N6 U1 ]$ q" M# k) G
    个人感觉GnuPlot做出来的图没有Pgf和Origin的效果好。
    4 H) T" Y- I6 m+ v& f. C$ o' X: ?2 ~推荐资料: Plotting with GnuPlot:   http://f3wm.free.fr/linux/gnuplot.html8 @( G' `/ a- G9 o/ T: N
    1. Windows下的安装
    3 Z0 k3 `9 m+ Z! |安装很简单。在 http://www.gnuplot.info/ 下载安装包gp424win32.zip. 解压后找到bin/wgnuplot.exe,双击运行即可。
    # l/ o/ W0 J: A+ ^1 {. c) i( q测试一下安装。运行命令:
    6 e3 U. U" P. sgnuplot> plot [-3.14:3.14] sin(x)6 \# ~/ q( y8 U' X0 `. ~4 z
    2. 和Latex的整合
    * {! p% ~9 d; b' C  Tgnuplot提供了直接输出tex文件的功能,只需要把output设置为latex就可以了。
    7 h. j% _3 S5 Y. S在命令行下输入:
    . m( I* B* m2 h2 ]set terminal latex / C6 ^/ {1 I+ ~5 w& ?4 A
    set output "sin.tex"
    2 E2 w" i: p6 W0 H5 s  w& G% |plot [-3.14:3.14] sin(x)      " c- H4 \, \) Y# R! I( {
    把这个文件直接插入你的文章中,例如9 t- i- k' o# }0 Z
    /begin{figure}# ^/ b( T; F3 p% \: y. R
      /begin{center}
    . l. `% Y1 A- P    /input{sin.tex}   E* W. C1 c4 f: v
      /end{center}
    . o* m& ^5 z4 h6 m- d& i2 P: x/end{figure}( w1 Z: W5 L7 ^: T& z. F) Q# o5 t
    3. 生成xy axis和label ! Y$ ^; g6 j/ A0 L
    set terminal latex    ! _8 A0 G/ S2 E7 n; F+ q+ {
    set output "sinagain.tex"
    $ ?9 ^5 Z' |; n0 X6 i6 I( n3 Fset size 5/5.,4/3.  #设置图片的大小
    3 q: l1 ?5 A' `1 ^  J# X9 yset format xy "$%g$" #设置x、y轴文字的格式
    , v, X! H+ {7 E* t% `/ nset title "This is a plot of $y=sin(x)$" #设置图片标题
    + ?. ^% o6 P9 \( ~, z+ zset xlabel "This is the $x$ axis" #设置x轴的文字 2 u0 h1 C/ }  w, _& {' v5 t" E6 L
    set ylabel "This is the $y$ axis" #设置y轴的文字
    8 e& \: \" Y# i% p& B/ Zplot [0:6.28] [0:1] sin(x) - ]7 `8 ^1 s# ~' D+ E
    4. 多条曲线的对比 ' B" Y! C/ H$ p! @8 Y9 l' ?
    set terminal latex
    4 Z% L& O6 `+ {# X1 r& h  ?set output "combine.tex"
    # m; X5 [5 D. i- w  Zset size 5/5.,4/3.  #设置图片的大小
    3 N7 G% T$ V3 L" cset format xy "$%g$" 2 W2 v- M8 `+ g+ f" o
    set title "Combination" ) u" G6 Y; j- ?0 C8 l2 z
    set xlabel "$x$ axis" 7 B# o# {" e  e7 b9 N: Z. |
    set ylabel "$y$ axis" 6 Q3 k& P+ }  y1 e4 ^% a
    plot [-3.14:3.14] 0.2*x with points, sin(x) with lines: {: a* L: t: M) t1 l& N3 w
    5. 一个3d作图和并列子图显示的例子
    , v& R* T( u5 L2 I, Xset terminal latex & Y9 v) N4 z- s8 q1 t) s6 e/ S
    set output "tic.tex" , `: |  s. D/ _# b( ?  X
    set format y "$%g$"
    , b4 w( ^2 B# j' e' C1 [2 I4 ?set format x "$%.2f$" + n1 b* f! Y$ E+ h5 ]5 @7 e4 d. ]
    set title "This is $/sin(x)$" 2 Y4 V  Y+ M" \1 I
    set xlabel "This is the $x$ axis" 0 d$ G: n$ S% h: N$ o
    set ylabel "$/sin(x)$" - V# S; c) S$ z0 [, j/ M
    set xtics -pi, pi/4 #设置x的间距
    9 f' H/ A* u* Mplot [-pi:pi] sin(x)
    6 I/ E0 Z+ P/ W. Q+ Oset terminal latex
    + _. g# r+ Y7 Qset output 'plot3d.tex' 6 [/ u* F$ }5 Q& ~3 D8 h
    set samples 20, 20
    7 P- @+ u0 j6 F; z" Yset isosamples 21, 21 4 @8 L) ?/ N( z' A5 |3 A- p
    set contour base # f- f! a( W% O
    set cntrparam levels auto 10 1 x. `7 ]* @6 Y6 I% J, _' N) j
    set title "3D gnuplot demo - some more interesting contours" 0.000000,0.000000  font ""
    ; F6 ]8 D( P4 h% v# b; Xset xlabel "X axis" -5.000000,-2.000000  font "" $ ~, r8 @5 c3 s8 F
    set ylabel "Y axis" 4.000000,-1.000000  font ""
    ; `5 H7 I8 g) w1 \# [0 aset zlabel "Z axis" 0.000000,0.000000  font ""
    9 H' {6 ^, A1 m$ @splot [x=-3:3] [y=-3:3] sin(x) * cos(y)  N9 f! o$ F  e4 E7 e& S  m
    /begin{figure*}[!t]
    $ B& r4 X! G9 S7 ~* p- w, g4 `! y- ]/centerline{% 4 _0 K4 ]+ H% P+ X4 k
    /subfigure[Case I]{/input{tic.tex}%
    ; T" w0 H3 I& ~$ i" F2 _0 Z) Z+ `/label{fig_first_case}} " Q$ J' c5 e  K
    /hfil
    - a+ r5 K) T5 H& r4 X8 f/subfigure[Case II]{/input{plot3d.tex}% * Q" d2 ]. J/ O- L2 \* ?
    /label{fig_second_case}}%
    ; a7 g0 d$ N6 ^  H! f$ [8 A2 n}
    6 M$ @$ U+ J. S$ Y0 Y/caption{Simulation results}
    5 Q6 H5 v, h! n5 y. {" T/label{fig_sim} $ h: G  m+ I6 R6 n
    /end{figure*}
    " W* q$ ^! S( w" c! v; bLaTeX2html安装及在winEdt界面中的配置
    6 Y: S3 P5 u1 \. Q6 j& `1 a2 Q& \任何Academic person都有需要构建个人主页,加强与外界的交流;撰写课件,教书育人。Html因为其易访问性成为最适合的格式。Latex2html和TtH能将tex文档编译成html,并较好的支持公式的输出,当然它们look and feel也比较academic,可以用来装学者。" ^& D( z2 D' ~7 r2 q
    系统
    & Q0 N2 C% C0 @3 B, Z8 b* E$ xWindows XP SP2  5 z- D9 x* g$ Z* t# P1 z
    CTeX-2.4.6-Full  ( Q7 o' h9 S$ Z4 E0 N
    Perl编译器:ActivePerl 5.10.0.1003 for Windows (x86). http://www.activestate.com/Products/Downlo...x?id=ActivePerl
    4 w7 q; s- ?2 F0 y9 y/ o2 W8 vNetPBM 图形软件(CTeX-2.4.6-Ful l没有安装) :现在网上很难找到合适的版本(据说1.2是work的).用TtH还是比Latex2html简单一点.  8 x2 g, K5 L6 i
    Postscript 解释器: CTeX-2.4.6-Full 已安装好了Ghostscript,在目录C:/CTeX/Ghostgum/下。   ]7 k4 o5 k5 Y7 d: n4 E6 e" {0 g; B
    注册序列码如下。Name: Registered  s/n: 195938022 5598
    7 ^4 s, C" ~0 u: B* L其余的安装参考:http://bbs.ctex.org/redirect.php?fid=7&tid=43334&goto=nextnewset5 f; R* W9 }! G' Y. e8 S& _; I! b
    Tex4ht在CTex中的配置,参考 http://xaero.mmiyy.cn/notes/latex/tex4ht.htm ( O4 U4 ~) M6 Q6 P# e! p' X
    1. 把C:/CTeX/WinEdt/Bin/TeX/TtH.bat改名为TtH.bat.bak  P1 Y1 S1 c' m3 W
    2. 把C:/CTeX/.../htlatex.bat(具体路径在C:/CTex下面search一下,不同CTex版本不同)复制到C:/CTeX/WinEdt/Bin/TeX/下,改名为TtH.bat,则Accessories/HTML/TtH(Tex—>HTML)菜单变得可用。; ^: E3 @; G8 o* Z% z9 E
    Tex4ht中数学公式的转换; s" X8 ^* s+ ^% s
    Tex4ht 先将数学公式转为dvi, 再利用外部软件, 如:ImageMagick, 转换为.png, .jpg or .gif文件。8 h' l2 l$ D0 j5 H
    依据我的经验,尚需要以下步骤才能使Tex4Ht正确转换数学公式为png文件:( Y; Q! y7 R6 n! H9 S1 ?
    4. 安装ImageMagick 最新版本,Google搜索可以找到很多下载地址。 注意,为了避免在转换Tex时出现莫明其妙错误, Ctex以及ImageMagick安装目录中不要带有空格,中文等特殊字符。
    - B& y2 Q& `  q' J5. 测试ImageMagick是否安装成功,运行终端程序cmd,输入convert, 如果能正确找到文件就安装成功。
    & x5 f2 ~: Q- f6. 依然要修改 %Ctex%/texmf/tex4ht/base/win32/tex4ht.env 文件,找到:alternative instructions for old versions of convert 将该节中 Gconvert 前的 % 全部去掉。
    1 E' |# y6 ?  f  D2 o至此 大功告成。 应该可能正常转换带数学符号的, 可以试试以下Tex文档:/documentclass{article}
    9 g6 l- f' w. x& |" Z/usepackage{CJK}' m1 j2 n. ?/ g- `- j, [1 _
    /usepackage{tex4ht}! A9 K/ v( Z8 C  F
    /begin{document}1 W! D8 P0 V4 n0 v0 H1 z
    /begin{CJK*}{GBK}{song}
    - T$ A: X$ b, U( O1 K1 z测试文档// test document//
    ( c% ~2 N; x# g% }2 }& k1 F7 p1 L/begin{math}/frac{/pi}{/gamma}/ M1 I* i) N3 k' T/ @! A
    ///frac{a+b-c}{d+e-k }
    2 z3 |6 l- ]' I3 M2 @& f0 C/end{math}
    . i1 G3 _: O2 J; f0 r  ?( b( V/ X$ l! b/end{CJK*}5 ]; K& l# P( W- v
    /end{document}
    . Y' i* C4 v$ h. wBeamer相关资料( x/ s# y% n7 M  A+ S" O* l! u! b
    Slides和Presentation的重要性就不必说了。 4 r0 O- x  N) c- b8 h
    A Beamer Quickstart (推荐) :http://heather.cs.ucdavis.edu/~matloff/beamer.html
    8 S. K3 H6 I2 M+ [A practical guide to beamer: http://faq.ktug.or.kr/wiki/uploads/beamer_guide.pdf 8 T& h; f6 z. D- z3 O' v3 f4 ]
    黄正华老师的总结: http://bbs.ctex.org/viewthread.php?tid=27695&extra=&page=1
    ! {+ _5 Y3 O+ ?) P/ Q; DBeamer的在线教程: http://www.math.umbc.edu/~rouben/beamer/quickstart.html 8 l0 x7 Q  n; Y% Z
    Beamer的安装:http://dsec.math.pku.edu.cn/~yuhj/wiki/TeXSlides.html#sec-1
    8 l* k2 X! n1 f' k一个即刻上手的模板:http://www.bossh.net/forums/index.php?showtopic=1638
    . }! p' e4 f1 k, ]! i推荐一个好的Beamer模板库-非常简洁: http://www.math.sinica.edu.tw/www/tex/beamer_template.jsp 9 d7 l, g( z" {( K) y4 r6 F3 Z
    Beamer Tips: http://xueruini.myipcn.org/publish/TeX/Beamer.html , T: `' J& D% I9 B" z- I( f  A
    用 Beamer 做相册:  http://linux.cs.nthu.edu.tw/~clark/nb/archives/2008-02-03T23_32_45.php
    . C( c6 ~) {% l/ G
    6 _  l! b) O# W: z8 l . x! t4 Q/ P. O2 n
    beamer的安装配置 1、下载beamer:http://sourceforge.net/projects/latex-beamer/
    4 {: `1 B  g" Y# v( D6 K# t  下载pgf:http://sourceforge.net/projects/pgf/ 7 U* d$ Z! p0 E
      下载xcolor:http://sourceforge.net/projects/xcolor/
    & T; e: n0 Y( s$ T, f( w' P2 X2、解压到各自文件夹beamer、pgf、xcolor8 [) X4 _" u, @" T% H5 G
    3、将beamer、pgf、xcolor复制到TeXHOME/ctex/localtextmf/tex/latex,并删除 TeXHOME/texmf/tex/latex/ 下的beamer、pgf、xcolor
    ! o' x( _& E7 @& I1 M% ?4、进入TeXHOME/tex/localtextmf/tex/latex/xcolor,用“记事本”打开 xcolor.ins,启动cmd,定位到这个文件夹
      W# @9 Z6 B2 V5、运行命令: `latex xcolor.ins',`latex xcolor.dtx',`latex xcolor.dtx',`makeindex -s gind.ist xcolor.idx',`latex xcolor.dtx',`latex xcolor.dtx'
    / ?- d2 d5 u' L$ F3 O(这些命令在xcolor.ins文件里都写出来了)2 S1 |8 g# H# i  p2 [* l
    6、测试安装是否成功,运行命令:`latex xcolor1.tex', `latex xcolor1.tex'+ `" O. |$ l4 l( o" |$ E' x
    7、然后运行 WinEdt 的 Accessories 菜单下 MikTex options 的 refresh now 即可。
    $ V  @* H; r% Y! {注意事项: 当beamer做幻灯片时,需要使用 /usepackage[square, authoryear, comma]{natbib} 和 /citep{xxx} 做文章引用。因为用 natbib 和 citep 才能在beamer下很好的显示 square bracket。另外,做幻灯时,推荐用 /bibliographystyle{authordate1}。这样方便通过引用标记(作者+年份)看到该引文的分量。' M: \3 W* t5 e3 `$ \# ^# j6 b
    Bibtex的使用 
    $ s( I/ ?& u7 d5 q( YReviewer在读你的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 这样的站点下载的。
    " H8 ?  b, \4 R! d' KBibtex的作用是从.bib生成latex可直接识别的/bibitem的.bbl格式。这个格式转换的风格由BibTex Style (BST)file决定。常用的BST如下: 4 M9 [1 Y! @: J, Z* U
    IEEEtranBST:http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex/
    1 r7 j& S+ H2 a( h6 o6 J中文的文章的bst:http://bbs.ctex.org/viewthread.php?tid=33591
    3 r/ S6 }9 ?0 ?3 L为了正确的生成Reference List, makefile需要调用latex(或pdflatex)三遍。 , n$ v& S% h* f/ f: L% N
    latex %texfilename%
    " [7 D# i+ j  ~0 K0 V! }+ [1 V. J  zbibtex %texfilename%
    $ A! o4 X- N8 a  U( \latex %texfilename%
    6 E: _" \& N$ u8 k% Z/ Slatex %texfilename% , t( M  s# n( r: J: Y# I
    参考链接 http://bbs.ctex.org/viewthread.php?action=printable&tid=9508 \8 Z5 e  }; I. B, Y
    在正文里面引用时,IEEE模板需要引用cite package。具体参考IEEEtranBST_howto ! H: T( ~1 Y! |
    /ifCLASSOPTIONcompsoc
    5 s0 G5 J( i/ A! ~0 o2 t% requires cite.sty v4.0 or later (November 2003)
    + p: ?' }1 Q' G, q+ ]$ q0 s/usepackage[nocompress]{cite}2 @7 o' b  D6 ~. O8 J7 I
    /else
    - H8 Q- K+ F; O; j/usepackage{cite}
    ) g1 k% r% w4 {6 h0 h/fi 0 y; W* |8 h. Y: S" m) `
    正文里使用/cite{%label1%,%label2%,%label3%}命令。
    ( j8 d6 z: Z; e7 U# g. \; X- K$ ?新手注意:Reference list里面只会显示那些正文里面引用了的那些文章。如果正文没有/cite,别怪bibtex报错。另外,对图片、表格、公式的引用是/ref命令,别搞混了。 参考:http://latex.yo2.cn/articles/latex-bibtex-introduction.html
    4 a; ^  y9 f4 IOther Tips 细节决定成败
    - n  {# t! h. q; A- {+ u2 l; ^  R怎么输入左单引号、左双引号、右单引号、有双引号?
    " Q6 A8 L. m# k  ~% ?/ Q左单引号:`(键盘上1旁边的那个);左双引号:``;7 T2 ]/ m6 k, c
    右单引号:'(键盘分号的右边那个);右双引号:''或"。  @/ t1 \- A, j/ N% H
    在普通模式下,''和"是一样的;但在数学模式下,''是两个导数符号。
    4 [* I4 k0 q; E. v3 J  I8 K怎么输入“度数”之类的单位? 试试SIunits包。
    2 X" B3 l4 K0 w, _; J. l我用了bib文件来保存citation,但所有title里面的单词都成了小写,怎么保持一些abbrevation的大写状态?
    5 Q" Y6 k: x; D5 M8 `用括号把title中的abbreviation框起来,如下:
    & R# ^6 n& ?! w% e{TOSSIM}: accurate and scalable simulation of entire TinyOS applications。怎么把"Chapter x"换成“第x章”,"Figure x"换成“图x”,"Theorem"换成“定理”, "Proof"换成“证明”……? ' D2 _3 r6 N3 F0 [5 ^6 j
    前两个建议用CCT或CJK的/CJKcaption{GB}命令来解决。
    " J- T* A: E( d第三个用/newtheorem{theorem}{定理}。以后这么用:" W& i$ P. E6 P
           /begin{theorem}.../end{theorem}
    $ ^! Z( Q  w) Q" ~第四个用/renewcommand{/proofname}{证明}可以解决(需要amsmath包)。4 k8 u% {/ K2 \& L# {- J
    类似的问题可以参考CJK的GB.cap和amsmath的文档。! V" K- e- p  N& s: c, x" x+ V" c
    我要写算法伪代码/C/C++/Java...代码,怎么办?
    8 s' n  D/ D2 d' blistings包不错,不妨一试。算法伪代码么,个人觉得algorithm2e不错。
    4 {. u2 L5 S" S, vlatex提供哪些定理环境? * S0 z$ V, f6 V6 `1 [- ]
    很遗憾,没有。但是我们可以自己定义,而且amsthm包已经预定义了三种style。
    : j& C& D8 j3 e$ ]! i" h6 E+ E下面是我自己常用的定义,大家作个参考吧。:)
    4 f0 x) {* `) X& n! `$ a) K8 V  /theoremstyle{plain}
    : y7 G& p4 M# G1 f  /newtheorem{thm}{Theorem}
    5 g/ q& T# }- e$ V. W/ e6 l$ t  /newtheorem{lem}[thm]{Lemma}
    ) l$ H% }- D7 a  /newtheorem{cor}[thm]{Corollary}
    : C& [7 G- Z' a# {$ s  /newtheorem{clm}[thm]{Claim}8 g( m& ^7 [7 W. P* G# _
      /newtheorem{prop}{Proposition}( Y$ F/ r2 x; v% a7 c$ k5 F
      /newtheorem{fact}{Fact}
    ! M6 \6 Q! Q/ n! I2 T+ p  /theoremstyle{definition}
    9 ?/ P' p* R9 M0 m7 U+ L9 f  /newtheorem{defi}{Definition}
    0 P/ [5 [- _4 h. W4 x4 \  /newtheorem{example}{Example}- k" C, p1 e$ P8 k
      /theoremstyle{remark}% ?& w1 H9 u# P9 D8 r
      /newtheorem{remark}{Remark}
    2 t7 n" R4 u9 \; B$ H  /newtheorem{proviso}{Proviso}
    1 e) j5 I0 a* P9 K- f7 _4 ]amsthm还定义了proof环境,最后会自动加一个QED符号。很方便吧?! e6 I( m1 b7 o
    需要提醒大家:它和一些会议、杂志提供的文档类冲突。这些会议、杂志提供的文档类一般会提供类似的环境,大家要看看它们的文档。
    # y. t5 y! u- ?5 E8 A怎么插入一张图片到latex中?
    " f: N+ r! e/ s2 v5 x% G1 R0 Y0 a9 L/usepackage{graphicx}1 n" ?+ r( U- B+ q( ^: T& a
    /includegraphics{xxxx.yyy}6 a+ x' J6 O9 R1 p; _1 W0 `! ~
    但是这样还没有搞定。LaTeX在编译的时候必须知道图片的大小尺寸,称作bounding   box。以下方法可以告诉LaTeX bounding box:
    0 G. r; Y$ ]4 j. K; D5 L* Q& J5 N注意:Bounding Box的问题,编者的经验是用GSView的File->;PS to EPS和AcrobatRd的Document->Crop Pages完成比较好。这样不会损害矢量图特性,能被各IEEE conference & journal接受。4 @9 b/ H! L: G8 h! n3 o- }
    以下几种情况要善于使用"~"的小空格 2 ?, t  S1 B0 {8 L  I8 B$ P
    1. 中文与英文之间一般加入小空隙排出来才好看,要加上"~"。
    % \! i4 b6 C& t$ ~2. 中文与行内公式之间也要加。
    $ Y  G5 q+ `/ I$ O3. 如果"."不表示句子的结束,应加入"/空格",如"Mr. Wang"应输入为"Mr./空格Wang"。 因为当"."表示句号时,TeX会加入一段额外的空隙。
    5 r3 |6 F* `; q8 ^* h4. TeX遇到一个单词以大写字母结束时会自动认为这并不是句子的结束,故这种情况不必加入/空格。但如果确实是句子的结束,就需要在"."前加上"/@”,如“I study in SJTU/@.”。
    . ?, N* r" c/ R7 m5. 对Figure、Equation、Table的引用时,要加"~",比如" L% m- s6 U- i7 h4 B
    /figurename~/ref{%label%}
    0 v2 u& A* G4 ~, T: W+ ?% LTab.~/ref{%label%}: w( m/ Z3 t# N) l# W% s6 Y
    Eq.~/ref{%label%}( v% P( ]" E3 w3 k
    我的系统crash,论文稿件都丢了,怎么办?
    1 M3 P& @  H: h丢了的话就没什么特别的好办法了,去找IT guys做disk recovery吧。这很麻烦,所以还是建议预先使用CVS或SVN来做冗余备份和version control。这样boss也方便查看你的进度,一举多得。
    , T9 O/ g" e9 }$ qWinCVS的使用参考  http://203.68.102.46/online_book/content.php?chapter_sn=223
    2 l/ A* M$ C7 O( t& C如何配置WinEdit的界面Layout? 比如说,达到下面的简洁形式。 . z8 [& Z0 y, x! \! _& M
    Menu的Options->Apperances->Docking可以改变Layout的配置。基本属于BorderLayout。
      ^& t/ T+ w) ~& }% p, C要控制各类Viewer窗口的显示与否,对Menu点鼠标右键,就可以看到相关选项。
    + ]$ D! V( Z& M, m7 E# d如何压缩论文篇幅? 主要靠文字的精炼。或者把证明推导放到Appendix (4journal)。3 ?# H4 v0 P* M5 S: K8 H$ u6 I; l, Z
    适当缩小图片或者缩小图片与文字的间隔。用命令
    $ c( \% e4 b; B7 K* K8 C/begin{figure}[htb]
    # L- D. i( f) s......
    + y1 \8 A* Z6 o/ a3 O% k8 J& U3 v/vspace{-0.3cm} # ^: O6 |" O$ T
    /end{figure}
    " J3 N" A' F8 T如何在pdf文档中生成书签? / X/ o( W! }9 F( a

    ' K$ E# n8 q7 ^/usepackage{lineno}
    1 W& u) {& ^* a# d7 S1 t' f/usepackage{indentfirst} 0 g# T/ q3 p+ d
    /usepackage{hyperref} / Y# d7 ^8 X" M/ j
    /usepackage{natbib} % s% k- |' u* u# C+ Z
    5 x% s- s) [1 O
    /section{} /subsectioin{}6 ^. j2 ?1 e- m# d
    即可。
    ; R& Y0 y& `2 F1 O& N如何生成hyper reference? 3 M5 _6 q$ ^8 x9 b
    /usepackage{hyperref}
    # Y0 V4 \" ]" Y7 k; ~" i/hypersetup{ 9 C0 A6 l1 F3 |2 }/ b6 Y
        unicode=false,          % non-Latin characters in Acrobat’s bookmarks
    * f( w& U5 k2 S: B8 K    pdftoolbar=true,        % show Acrobat toolbar?
    ! j9 y- \# w; ^5 U5 {    pdfmenubar=true,        % show Acrobat menu?   T2 R6 i: P. A. x+ D
        pdffitwindow=true,      % page fit to window when opened
    6 M7 u/ v0 @* p0 v    pdftitle={My title},    % title
    1 t# r" @! \5 N% _    pdfauthor={Author},     % author' K9 I, o9 |# l9 w2 T
        pdfsubject={Subject},   % subject of the document , ]1 T5 Q+ C# C. }$ V+ K& t
        pdfcreator={Creator},   % creator of the document
    4 r) p; P2 X# i3 m% q* D- |    pdfproducer={Producer}, % producer of the document4 b1 S/ Q) x/ @  x4 j
        pdfkeywords={keywords}, % list of keywords ! O. C; v! B+ d  }
        pdfnewwindow=true,      % links in new window " ]' l0 \; }  z6 N% F
        colorlinks=true,        % false: boxed links; true: colored links ; S1 y2 e$ v( B/ k: w' }& Y8 y; a
        linkcolor=red,          % color of internal links
    $ U" o! B) E) g, f& |0 h0 o% r0 x    citecolor=green,        % color of links to bibliography
    * V) _+ U: o( Q) S    filecolor=magenta,      % color of file links
    3 m' W) \0 W7 T3 M/ C; C  |    urlcolor=cyan           % color of external links
    8 E" j4 m1 M' B  i}
    * B3 K) E/ r$ Q7 L- a) w! n/href{...url...}{...caption...} $ T1 ]1 k9 N( s8 l$ r
    具体如何在pdf文档里面加入hyperref, bookmark, thumbnail,参考http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/
    4 o% j. }8 l) I" J+ NLatex里面有没有比较好看的手写字体?
    + d2 r( b% G/ O$ K0 t( L  L我自己喜欢lucida casual。 ; G# s: D3 I6 z! [% f) b
    下面是一个gallery: http://tug.org/store/lucida/complete.html
    8 v+ J0 I9 U+ H, X; P. M这是sample文档: http://tug.org/store/lucida/lucida-sample.pdf 4 r; d( I- D9 M; Z
    这个下载地址: http://www.rzuser.uni-heidelberg.de/~t91/analysis-cd/software/miktex_2.0/ 4 J, i7 L) ^# \" D- y# C( }/ X  `( y
    和http://www.ctan.org/tex-archive/fonts/psfonts/bh/lucida/ + y% n! Z) d7 l
    个人认为比较好看的适合正文的罗马字体有: Lucida Bright( The LaTeX Companion )、Bookman  ( Effiective STL  和  The Pragmatic Programmer )、 Palatino( Computer Organization & Design )等等。% ~, ]" S9 E. m0 m% Q0 x2 w
    我需要某个符号,我需要写某个样子的数学公式,怎么办? Latex 里面有一份文档,Higher Mathematics,很适合你。ctex的用户可以在CTeX/CTEX/doc下找到ch8.pdf,就是它。如果你想要的符号这里面没有,可以去查一查同一目录下的 symbol.pdf
    & c& _! S, S2 C3 A8 ~% `' DLatex中并列子图的实现
    3 q" e" m) N5 ]( P. b下面是个例子,详细说明请参考IEEEtran_HowTo。   Q" s/ Y( Y# q4 T5 _, C# g
    /usepackage{graphicx}
    ) s. P+ Q8 \$ M2 g$ d2 V. c/usepackage{subfigure}
    , Y5 G5 I9 I5 [: F6 Y2 ~& @%跨越多列的subfigure
    ' m3 T: @( a  z  t; f/begin{figure*}3 k3 K% G" V: B
    /centering /mbox{ * @6 j" M2 B9 r8 T/ T+ i3 j
    /renewcommand{/thesubfigure}{(a/arabic{subfigure})}
    / u! S8 @/ `4 T4 m6 r/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad' l: w  ^: f, w4 e' |0 r" o
    /subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}} }
    ) m: s( d6 _' P* _- }/end{figure*} 3 z- r3 i8 L9 V8 K) c/ q
    %/setcounter{subfigure}{0}
    ( l/ M& z1 r6 J$ y) P%单列的并列子图  
    1 G4 R$ Y  J2 H! ]& j/begin{figure}
    3 j/ p! d% V* N! p/centering /mbox{ % ]0 ]" z3 f* {3 I
    /renewcommand{/thesubfigure}{(b/arabic{subfigure})}
    ; \! S8 q* d" E$ f# N/ }/subfigure[big]{/includegraphics[width=.30/textwidth]{yours.eps}}/quad
    2 ~" g6 J. O' N8 O8 b: o% w# U/ [/subfigure[small]{/includegraphics[width=.20/textwidth]{yours.eps}}}# @% |6 o9 [8 u- C) ^% w$ [: c
    /caption{Several figures}( i1 W% @' Z; G# {: R/ P2 o% Q3 ^2 w
    /end{figure}! Z; W3 \4 h3 A- ~8 z. A* C
    Latex 里面如何输入长等号?/def/Eqlfill@{/arrowfill@/Relbar/Relbar/Relbar}; F! ~& h  u* k% d: m0 b
    /newcommand{/extendEql}[1][]{/ext@arrow 0099/Eqlfill@{#1}}
    7 h, `/ e0 Y* X' a/makeatother- l; Z4 B. B6 ?8 p
    $$a /extendEql{/mbox{/textrm{def}}} b$$* b2 E6 i7 ^* k; m! k4 W
    Latex 里面如何调整列表环境的间隔?
    3 Q3 _; r& `0 Y. a: I: c6 A0 H+ l设置方法一:在列表环境里进行设置,这样每次使用列表时自己随时设置,比较随意些:) M- w( {7 y' ?. u! i$ r7 m
    /documentclass{article}: `$ `5 `& T& T/ {& r2 v
    /usepackage{times}
    ' N* X8 G- [9 H8 Z3 L; z+ Y/pagestyle{empty}
    : P8 }- Q% o2 _8 W1 R0 ?/ n/setcounter{page}{6}
    / w* q* t+ O3 R, b( v& e# h2 z3 ^1 L/setlength/textwidth{159.0pt}0 H0 W+ K) B0 D( G- q0 L/ v
    /usepackage{pifont}1 p1 m2 j8 m' O' E
    /renewcommand/labelitemi{/ding{43}}
    3 ?" B9 A. N2 f$ o7 _$ R/begin{document}5 d/ ~- I- X. x; W# s& k: K
      /begin{itemize}/setlength{/itemsep}{-/itemsep}
    ; h- @$ X% ^3 v+ W) q9 k  /item Text of the first item in the list.
    $ G( A8 L" l5 w, r. y. h9 [+ d  /item Text of the first sentence in the second item of the list. And the second sentence.* X5 M6 O$ _$ C5 \5 e  N
      /end{itemize}4 {; @/ N( c) y; b* I
      /begin{enumerate} /setlength{/itemsep}{0pt}
    6 e; B) r$ e" J        /item item of the list.
    5 X, ~+ ]- N% y8 X# W$ Y5 N        /item item of the list./ v' w; _5 h0 g9 I  y
            /item item of the list.
    $ P6 F( r3 `6 {& ^/end{enumerate}/end{document}
    5 B% N6 k/ [7 x0 z$ S1 ?2 t5 ?6 _  ~7 V" e6 _0 {" h
    设置方法二:方法一有一个缺陷就是你要随时设置比较麻烦,下面的方法较为简单,可以进行统一的设置。简单方便:/documentclass{article}
    2 a# X- r1 ?* @9 K  @/usepackage{times}
    + X& x( r5 H( t/ m, L6 y/pagestyle{empty}1 a5 V+ F/ }% a! |: `! {( k, t+ K
    /setcounter{page}{6}  x3 C3 d% q: m' g3 j& x
    /setlength/textwidth{159.0pt} # H2 D* g) x' Q- M+ ?; [2 E' T$ L
    /usepackage{pifont}
    ) W/ |* S  y. [7 `. a, j6 {0 m( d/renewcommand/labelitemi{/ding{43}}
    5 |* ^" o, t8 W: H/usepackage{atbeginend} % 可选宏包, 能解决许多问题,9 Y8 a4 `& q7 R6 D
    %比如itemize, enumerate环境/item之间的控制
    6 p+ p/ }, o$ j/ z9 i) C: J%用法
    9 x& e. t$ }% B$ f; l9 H/AfterBegin{itemize}{/addtolength{/itemsep}{-0.5/baselineskip}}
    ' z) c) L+ i) \  u/AfterBegin{enumerate}{/addtolength{/itemsep}{-0.5/baselineskip}}/begin{document}0 F, C4 N1 Q" R% x' `. ~5 h, S
      /begin{itemize}
    $ t+ j- P3 l6 Z7 I        /item item of the list.
    4 X5 L8 b/ i% u        /item item of the list.
    - B3 l( c2 M" u% Y7 l8 v( n  s) m        /item item of the list.
    3 [. N1 B6 f7 j, Q  /end{itemize}
    ) N# }* b7 G% C9 s+ u  /begin{enumerate}
    * ^5 c' V& Q# ^: M        /item item of the list.
    0 h# |5 e- {" m$ B$ P+ U7 c& |        /item item of the list.
    % _% C% q' c: L9 i  v' x8 |        /item item of the list., @8 i( k( I. j% @2 K7 s2 T
    /end{enumerate}% Y1 v% C8 W$ W
    /end{document}0 D. m4 e7 F" u2 L' |0 c3 \
    Latex 里面如何打印如下常用符号? / D  H% A+ l- J0 A3 l& |
    使用marvosym 宏包
    / F2 P" b& w/ t( @演示:! e1 G7 J! j; v
    代码:
    " |+ f  w9 `; q* H/documentclass[a4paper,twoside]{book}
    - A! j6 A2 q$ c5 J- I# b/usepackage{CJK}
    % U# m3 W8 k9 F* O7 G1 D/usepackage[body={398pt,550pt},footskip=30pt,%
    ! s5 @3 L6 k' [- g, O            marginparwidth=60pt,marginparsep=10pt]{geometry}3 d" ]( C- t! @8 |
    %/setlength/textwidth{180.0pt}" p$ l1 E( A0 t9 d% t$ _
    /usepackage{marvosym}
    / D( `0 t9 a+ ]' _# m2 D% h- \! q/begin{CJK*}{GBK}{song}5 ^! s( F: Q) I3 q& c5 |, V. T
    /begin{document}
    - K; u) G' v+ `* ~' ]) Z' e7 l' I            /noindent/Emailct~XXXXXXX有限公司~~xxxx~xxxx~xxxxxx~xxx-xxx~室//%
    ; t7 k7 J, b+ t+ O            /Telefon~/underline{0755-12345678}~~///Letter~/underline{xxx@xxxxxxxxx.com}~~//%" K( R/ R5 b- Z9 Z( C  u
                /Mobilefone~/underline{13812345678}~~///Pickup~/underline  {http://www.xxxxxxxxx.com/}//%
    - D3 C; a( Y( H. F) I; W" H打勾: ${/surd}$//
    $ [7 o( G8 V+ Z& A0 p% B  T  D1 E打叉: ${/texttimes}$$ _7 Q" z6 V4 B" c; r- Y" O
    /paragraph{}
    ( o2 R* m, u. e+ c$ n. x. b5 ^/clearpage( N" D: i0 L$ D) A6 v& _! }+ Y8 e
    /end{CJK*}
    8 `1 U! y' z/ V) b1 l6 y2 }/end{document}
    0 |: z  [6 A+ s: K0 l6 Y& f4 E, V4 k7 U3 x  P
    zan
    转播转播1 分享淘帖0 分享分享1 收藏收藏10 支持支持1 反对反对0 微信微信

    7

    主题

    49

    听众

    3219

    积分

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

    [LV.8]以坛为家I

    社区QQ达人

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

    群组2013年美赛优秀论文解

    群组第四届cumcm国赛实训

    群组数学建模算法之matlab

    群组数模思想方法大全

    回复

    使用道具 举报

    7

    主题

    49

    听众

    3219

    积分

  • 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

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    % w- L2 D) h4 c1 s3 Q赞一个O(∩_∩)O~
    / s& w6 @' t+ {+ [# b' Y" l1 j- w3 \
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    回复

    使用道具 举报

    8

    主题

    12

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    + y+ ^6 p" Z  _' q# J2 P赞一个O(∩_∩)O~
    ' n& o4 R# d3 t2 K/ z( y0 N- D
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48 % z4 k# k% c6 k, e- X, X
    赞一个O(∩_∩)O~
    9 u& G, l2 g+ c( M; b% K
    THANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    3 s1 t% I) q9 g# M, Q# t赞一个O(∩_∩)O~

    : B0 N' C* g( j; lTHANKS
    回复

    使用道具 举报

    8

    主题

    12

    听众

    1060

    积分

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

    [LV.5]常住居民I

    社区QQ达人

    群组2014年地区赛数学建模

    gancm 发表于 2014-5-28 12:48
    2 g% f0 H. O" Y7 |# p3 u1 }赞一个O(∩_∩)O~

    1 o+ T2 G6 V. d. H- p: y) U6 dTHANKS
    回复

    使用道具 举报

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

    qq
    收缩
    • 电话咨询

    • 04714969085
    fastpost

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

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

    蒙公网安备 15010502000194号

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

    GMT+8, 2026-4-12 02:01 , Processed in 0.540722 second(s), 108 queries .

    回顶部