- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
How to use Latex 如何使用Latex
Simon Cuce Introduction to Latex Introduction TeX is essentially a Markup Language (like HTML, XML and RTF) TeX written by Donald Knuth in 70′s A revolution in typesetting Latex is an extension of TeX Macro packages to make TeX easier to use Why Use LaTeX? Latex vs. Word Processors High typeset quality Easy to include math formulas Source file format is not bounded to a particular OS or platform Latex implementations exists for all platforms (DOS, Windows, Unices,..) Latex is free Latex vs. Word Processors De facto standard for scientific publishing Very few bugs Good for large documents Can run even on 386 PC Not very easy to learn Process to Create a Document Using LaTeX How to Setup LaTeX for Windows How to Use LaTeX to Create Documents Creating Latex Files Basic Structure of LaTeX Document Example of Latex document \documentclass{article} \title{Simple Example} \author{Andrei Gurtov} \date{March 2000} \begin{document} \maketitle Hello world! \end{document} The Basics Document Class \documentclass[options]{class} options = a4paper, 11pt, 12pt, 10pt, twocolumn, landscape,... class = article, report, book,... Packages \usepackage{package name} epsfig = insert PS pictures into the document fancyhdr = easy definition of footer and header Body of Text Start with \begin{document} End with \end{document} Typesetting Text \\ or \newline and \newpage Quotations Bold \textbf{……………} or \bf Italics \emph{…………} or \textit{………} or \it Underline \underline{…………} or \ul Body of Text cont… Including Multiple Files \input{filename.tex} Format Sections \section{…} = 1. Latex is Great \subsection{…} = 1.1 Why Latex is Great \subsubsection{…} = 1.1.1 Reason One \appendix - changes numbering scheme \chapter{…} - To be used with book and report document classes Titles, Authors and others \title{…} \author{…} \footnote{…} Format Contd. \maketitle - Display Title and Author \tableofcontents - generates TOC \listoftables - generates LOT \listoffigures - generates
文档评论(0)