LaTeX 板


LINE

恭贺LaTeX开板, 在此分享一下我论文的撰写过程, 部份文章内容copy我从phD板上po过 但未被m的文章内容, 本文章并非着重於LaTeX技巧, 而是一套"研究生LaTeX+Win+Office" 使用心得, 你如何在 Word/PowerPoint/Visio 及 LaTeX 间取得良好平衡, 并帮你无往 不利的完成paper/presentation preparation (至少对我而言成立). 注:我称不上LaTeX高手,这不是唯一的方法,这套方法也不一定完全适用於你/你, 但也许对你/你有参考价值 作业系统: Win XP 使用软体: MS-OFFICE 2003 Word/PowerPoint/Visio MikTeX 2.4.x WinEdt 5 (I recommend it because its project management capabilities) PDF standard 6.0/7.0 or Pro + PS reader ghostview Matlab 6 to 7 (eps; C/C++ guides usually love to use Matlab's plot function) cwTeX (optional if you really need to generate chinese document) Environmental setup: Matlab/office installation is independent to that of LaTeX. 先後顺序 MikTeX/PDF/PS reader 平行 => WinEdt => cwTeX (不使用中文可不安装) Matlab设定=>preference=>FigureCopyTemplate=>CopyOptions clipboard format 选择 preserve information Figure Background Color 选择 ForceWhite or Transparent background 当你使用画图在Figure Window时 Edit=>Copy Figure, 贴到PowerPoint时, 不会有灰色背景 编辑软体使用时机(类似当兵的用枪时机x条):constraint "preparation time/quality" 1. 数学式多准备时间够长,投稿单位为Journal/conference(好的国际期刊/会议),使用 LaTeX + WinEdt 2. 普通技术报告且文字多於数学式例如conference急件(2-7天),国科会报告使用word 3. 任何中文文件用word,相信我我用过cwTeX编过补习班讲义400页, 莫名奇妙的乱码暴走痛苦阿,但我还是咬牙苦撑完成,吴教授我做到了!! 4. 非LaTeX不用的人, 1-3都用LaTeX..... XD 如何准备图片档eps for LaTeX, 及教战守则 1. 我发誓我绝对不在LaTeX文件中插入 .jpg/.png 图片 (如何插入jpg/png档方法详见吴老师网站bitmap.pdf) 2. 所有非eps/ps图片都先转成PDF, 如果在PDF上看不到好的效果, LaTeX也不会好 因此极尽所能将原始图片(例如你/你扫描某文件的图...)的quality调好, 转成PDF 後,可以修修边界调整空白区大小,在另存新档时选择.eps(设定可以需要调整) 3. 利用PowerPoint/Visio绘制图形的人,也是先转成PDF调整边界後再转存成eps 别小看这点, 想想你可以利用PowerPoint/visio建立元件库, 以後做presentation 写论文, 写paper都只要做点小修改或重新组合元件而不必重画, PowerPoint 与 LaTeX都用同一版本的图, 也不必因为你要用LaTeX而重画 4. 其他研究生朋友有使用TextPoint之类软体可在PowerPoint上插入LaTeX数学式, 超好用的拉 5. Matlab画完图後(可支援部份LaTeX)有两条路 5.1 Matlab 6:export=>.eps 档 Matlab 7: save as => .eps 档 or export setup=> export => .eps 这是直接将Matlab画的图直接转成eps给LaTeX,这是最佳的选择,稍後再补充 Matlab图形编辑技巧 5.2 很多时候Matlab output并不能满足你的需求, 例如你需要合并Matlab输出图形与 其他图形, 这时候我推荐在PowerPoint上完成, 首先利用copy figure将图存在 PowerPoint上并解除群组(2次)把不要的东西移除,(你会发现Matlab图上的字变成 文字方块,其他则为线条), 然後加入你想要的文字、符号、图形,编辑好再转成 PDF=>EPS。 若你要使用Word编辑时记得转成"Windows增强型中继档"後再贴上, 记得要调整word文字 行距大小不然会被切掉看不到,以为图有问题 6. 依照前面执行一段时间,你会发现图形部分你只有PowerPoint和Matlab 的.fig需要管理 需要用到eps时可立刻修改或调整 补充: Matlab Figure window 其实可以用来编辑所有Matlab所画图形, 例如说你需要两张图放 在一起, 首先你先个别画好两张或画在同一Figure Window上, 你对於他的间距字型 满意吗? 通常太宽了些, 你可以 "unlock" 图形, 然後任意调整图片外框大小, 你 也可将某张图unlock後 copy(Ctl+C) 或某条曲线(注意scale是否相同),贴到另一张 图上, 再插入 (a) (b) + 注解等文字, 你也可以省去在LaTeX上的一些麻烦格式 设定。记得两边都要在"箭号"被按下後下执行喔(在 "A:插入文字" 旁边那个) LaTeX论文撰写简介及教战守则: 1.开头到结尾,以IEEEtran为例 \documentclass[journal]{IEEEtran} //文件格式宣告 \usepackage{amsmath, array, amssymb, latexsym, graphics, cite} //include 元件 \begin{document} //文件开始 \title{ 文件标题名称 } //这一段是在标题下的作者栏 及 第一页第一个column下的作者简介 \author{ Xx-Cc Bb,~\IEEEmembership{Student Member,~IEEE}, Your Boss,~\IEEEmembership{Senior Member,~IEEE}, and others \\ //换行 \thanks{Manuscript received Jan. 5, 2006, %revised June 15, 2005. % This research was supported in part by the National Science Council of Taiwan under Grant NSC-xx-xxxx-E-xxx-xxx and NSC-xx-xxxx-E-xxx-xxx}% <-this % stops a space \thanks{Xx-Cc Bb and Others are with Your institution} \thanks{Communication Author is the XXXX, Taiwan Taipei 106, Taiwan. (Tel: +886-x-xxxx-xxxx, Fax: +886-x-xxxx-xxxx, E-mail: [email protected])} } \markboth{Name of Journal:display on each odd page}{Xx-Cc. Bb {\em et al.}: Title of your paper: display on each even page} \maketitle //告诉LaTeX可以排title罗 \begin{abstract} 你的摘要 \end{abstract} \begin{keyword} 文章关键字 DPSK, PSK, ... \end{keyword} \section{Introduction} \PARstart{P}{hase}-modulated signal ...Bla Bla Bla //简介第一个字一定要\PARstart Bla Bla This following sections of this paper is organized as .... \section{XXX} Bla Bla .... \section{XXX} Bla Bla .... \section{Conclusion} \begin{thebibliography}{10} //参考文献区 \bibitem{gnauck02} //conference 范例(使用方法为 \cite{gnauck02}) A.~H. Gnauck, G.~Raybon, ....., and D.~M. Gill, ``2.5 {T}b$/$s (64 $\times$ 42.7 {G}b$/$s) transmission over 40 $\times$ 100 km {NZDSF} using {RZ-DPSK} format and all-{R}aman-amplified spans,'' in {\em Optical Fiber Commun. Conf.}, Optical Society of America, Washington, D.C., 2002. \newblock postdeadline paper FC2. \bibitem{gnauck05} //Journal 范例 A.~H. Gnauck and P.~J. Winzer, ``Optical phase-shift-keyed transmission,'' {\em J. Lightwave Technol.}, vol.~23, no.~1, pp.~115--130, 2005. \bibitem{recipe} //书籍范例 W.~H. Press, B.~P. Flannery, S.~A. Teukolsky, and W.~T. Vetterling, {\em Numerical Recipes in C}. \newblock Cambridge, UK: Cambridge Univ., 1992, ch. 10. \bibitem{agilent} //其他技术报告格式 Agilent App.~Note 1550-7: Making Time-Resolved Chirp Measurements Using the Optical Spectrum Analyzer and Digital Communications Analyzer, 2002. \bibitem{spectrogram} //如果你需要refer to wikipedia 的定义时 Spectrogram, Wikipedia Encyclopedia. \url{http://en.wikipedia.org/wiki/Spectrogram}. \end{thebibliography} \end{document} //结束罗 ^^" 2. bibtex (.bib) 档案格式范例 在.tex最後加入下列两行,就可以使用.bib罗(用以取代 thebibliography) \bibliographystyle{ieeetr} \bibliography{xxx .bib档的档案名称,最好跟主要档案放一起} % IEEE Journals. //定义一些缩写字串 @String{ptl = "IEEE Photon. Technol. Lett."} @String{jlt = "J. Lightwave Technol."} @String{info = "IEEE Trans. Info. Theory"} @String{jstqe = "IEEE J. Sel. Top. Quantum Electron."} @String{jsac = "IEEE J. Sel. Areas Commun."} @String{jqe = "IEEE J. Quantum Electron."} @String{el = "Electron. Lett."} @String{com = "IEEE Trans. Commun."} @String{optcom = "Opt. Commun."} @String{rsi = "Rev. Sci. Instrum."} % OSA Journal @String{ol = "Opt. Lett."} @String{oe = "Opt. Express"} @String{josab = "J. Opt. Soc. Amer. B"} @String{josaa = "J. Opt. Soc. Amer. A"} @String{apb = "Appl. Phys. B"} % conference @String{ofc = "Optical Fiber Commun. Conf."} @String{ecoc = "European Conf. on Optical Commun."} % @String{osa = "Optical Society of America, Washington, D.C."} % Name @String{xxx = "x.-x. Xx"} //Journal @Article{dorrer05, //这是辨别字串 使用时为\cite{dorrer05} author = "C.~Dorrer and C.~R. Doerr and I.~Kang and R.~Ryf and J.~Leuthold and P.~J. Winzer", title = "Measurement of eye diagrams and constellation diagrams of optical sources using linear optics and waveguide technology", journal= jlt, //利用你前面定义过的字串 volume = "23", number = "1", pages = "178-186", year = "2005", } //Book @book{qian, author = "S. Qian", title = "Introduction to Time-Frequency and Wavelet Transforms", publisher = "Prentice Hall", address = "Upper Saddle River, NJ", year = "2001" } //网页 @Book{spectrogram, title = "Spectrogram", publisher = "Wikipedia Encyclopedia.", url = "http://en.wikipedia.org/wiki/Spectrogram", } //技术报告 @Book{agilent, publisher = "Agilent App.~Note 1550-7, Making Time-Resolved Chirp Measurements Using the Optical Spectrum Analyzer and Digital Communications Analyzer", year = "2002", } 3. 常用样版档 3.1数学式 a=大括号 变两行 (我最常被问的问题) \begin{equation} a = \left \{ \begin{array}[rr] (<= 有r l c 三种参数置右 置左 置中对齐) \cos(t) & t > 5 \\[x cm] (<= 两行间隔大小控制) \sin(t) & t < 5 \end{array} \right . (<= 右边不加框) \end{equation} 3.2 $\sum $ 与 \begin{equation} \sum \end{equation} 的差别 $$为文字中间显示数学符号模式,下标会做调整, summation的上下限位置在符号左上及右下 \begin{eqution}\end{equation} or $$ $$ or \[ \] 为数学模式 summation的上下线位置在下方及上方 3.3 如何强制转换数学符号由文字模式到数学模式 $ "\displaystyle"{ \sum } $ 应用: 在3.1的"两行"为文字排版模式喔, 所以若要转为数学排版模式, 加 displaystyle 即可 3.4 括号 请利用 \left\{ \left[ \left( \right) \right ] \right\}, 由LaTeX来决定 括号大小, 我以前都傻傻自己在 \big \Big \Bigg ..., 除非在某写超长数学式换行时才会因为\left 对不到 \right产生error才需要自己决定 3.5 图档范例1 \begin{figure} \begin{center} //大小比例 // ./路径/档案名称 "./"为根目录 \includegraphics[width = 1 \textwidth]{./ch1/outline1.eps} \end{center} \caption{ 说明区 } \label{f1.outline} //类似取 bookmark \end{figure} 3.6 图档范例2 : 2x2 共四张图 \begin{figure} \begin{center} \begin{tabular}{c} \includegraphics[width = 0.5 \textwidth]{./ch1/nrz-dpsk.tx.eps} \\ (a) DPSK transmitter \\[0.2cm] \includegraphics[width = 0.55 \textwidth]{./ch1/dpsk.hetero.rx.eps} \\ (b) Heterodyne DPSK receiver \\[0.2cm] \includegraphics[width = 0.5 \textwidth]{./ch1/dpsk.dd.rx.eps} \\ (c) Direct-Detection DPSK receiver \end{tabular} \end{center} \caption{Typical transmitter and receivers structure for optical DPSK signal.} \label{f1.dpsk.tx-rx} \end{figure} 呼!!! 累了 先这样吧 下次在说明如何使用 WinEdt 管理论文 by project 以上, 有错请指正 -- 研究所念书没买过PC也不需网路, 租房子只到用床和浴室 毕业後工作决定买NB在家用ADSL, 结果还是只用床和浴室 人生像是C语言, do "making money" while "you awake" --



※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.41.157 ※ 编辑: jackyw99 来自: 140.112.41.157 (08/30 16:28)
1F:推 radom:印象中对於3.4节中/left对不到/right,可以用"."来解决 08/30 17:21
2F:推 htl:推 08/31 09:30
3F:推 jackyw99:谢谢指正, \left ( \right.\\(换行) \left. \right ) 08/31 21:21







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:Boy-Girl站内搜寻

TOP