home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / tex / latex / inf / latex.ipf < prev    next >
Encoding:
Information Presentation Facility markup  |  1993-12-08  |  266.3 KB  |  4,358 lines

  1. :userdoc.
  2. :docprof toc=123456.
  3.  
  4. :title.LaTeX help 1&per.0
  5. :h1.-Preface-
  6. :p.This file documents LaTeX, a document preparation system. LaTeX is a
  7. macro package for TeX.
  8. :p.This is edition 1.0 of the LaTeX documentation, and is for the Texinfo
  9. that is distributed as part of Version 18 of GNU Emacs. It uses version
  10. 2.90 of the texinfo.tex input file.
  11. :p.This is translated from LATEX.HLP v1.0a in the VMS Help Library.  The
  12. pre-translation version was written by George D. Greenwade of Sam
  13. Houston State University.
  14. :p.Copyright 1988 Free Software Foundation, Inc.
  15. :p.Permission is granted to make and distribute verbatim copies of
  16. this manual provided the copyright notice and this permission notice
  17. are preserved on all copies.
  18. :p.Permission is granted to copy and distribute modified versions of this
  19. manual under the conditions for verbatim copying, provided that the entire
  20. resulting derived work is distributed under the terms of a permission
  21. notice identical to this one.
  22. :p.Permission is granted to copy and distribute translations of this manual
  23. into another language, under the above conditions for modified versions,
  24. except that the sections entitled ``Distribution'' and ``General Public
  25. License'' may be included in a translation approved by the author instead
  26. of in the original English.
  27. :p.:parml tsize=30 break=none compact.
  28. :pt.:link reftype=hd refid=hd2.License:elink.:pd.Licensing information.
  29. :pt.:link reftype=hd refid=hd3.Overview:elink.:pd.What is LaTeX?
  30. :pt.:link reftype=hd refid=hd4.Commands:elink.:pd.Commands within a LaTeX document.
  31. :pt.:link reftype=hd refid=hd5.Parameters:elink.:pd.The command line.
  32. :pt.:link reftype=hd refid=hd6.Index:elink.:pd.An alphabetical "Concept Index".
  33.  
  34. :eparml.
  35. :h1 id=hd2.Licensing Information
  36. :lm margin=1.
  37. :p.  The programs currently being distributed that relate to Texinfo
  38. include two portions of GNU Emacs, plus two other separate programs
  39. (:font facename=Courier size=12x8.texindex:font facename=default size=0x0. and :font facename=Courier size=12x8.texinfo.tex:font facename=default size=0x0.).  These programs are
  40. :hp1.free:ehp1.; this means that everyone is free to use them and free to
  41. redistribute them on a free basis.  The Texinfo related programs are not
  42. in the public domain; they are copyrighted and there are restrictions on
  43. their distribution, but these restrictions are designed to permit
  44. everything that a good cooperating citizen would want to do.  What is
  45. not allowed is to try to prevent others from further sharing any version
  46. of these programs that they might get from you.
  47. :p.  Specifically, we want to make sure that you have the right to give
  48. away copies of the programs that relate to Texinfo, that you receive
  49. source code or else can get it if you want it, that you can change these
  50. programs or use pieces of them in new free programs, and that you know
  51. you can do these things.
  52. :p.  To make sure that everyone has such rights, we have to forbid you to
  53. deprive anyone else of these rights.  For example, if you distribute
  54. copies of the Texinfo related programs, you must give the recipients all
  55. the rights that you have.  You must make sure that they, too, receive or
  56. can get the source code.  And you must tell them their rights.
  57. :p.  Also, for our own protection, we must make certain that everyone finds
  58. out that there is no warranty for the programs that relate to Texinfo.
  59. If these programs are modified by someone else and passed on, we want
  60. their recipients to know that what they have is not what we distributed,
  61. so that any problems introduced by others will not reflect on our
  62. reputation.
  63. :p.  The precise conditions of the licensees for the programs currently
  64. being distributed that relate to Texinfo are found in the General Public
  65. Licensees that accompany them.  The programs that are part of GNU Emacs
  66. are covered by the GNU Emacs copying terms (see Section  of :hp1.The GNU Emacs Manual:ehp1.), 
  67. and other programs are covered by licensees that are contained in their
  68. source files.
  69. :h1 id=hd3.Overview of LaTeX and Local Guide
  70. :lm margin=1.
  71. :p.The LaTeX command typesets a file of text using the TeX program and the
  72. LaTeX Macro package for TeX.  To be more specific, it processes an input
  73. file containing the text of a document with interspersed commands that
  74. describe how the text should be formatted.  It produces at least three
  75. files as output&colon.
  76.  
  77. :ol.:li.
  78. A "Device Independent", or :font facename=Courier size=12x8.&apos..dvi&apos.:font facename=default size=0x0. file. This contains commands that
  79. can be translated into commands for a variety of output devices.  You
  80. can view the output of LaTeX by using a program such as :font facename=Courier size=12x8.xdvi:font facename=default size=0x0.,
  81. which actually uses the :font facename=Courier size=12x8.&apos..dvi&apos.:font facename=default size=0x0. file.
  82. :li.A "transcript" or :font facename=Courier size=12x8.&apos..log&apos.:font facename=default size=0x0. file that contains summary information and
  83. diagnostic messages for any errors discovered in the input file.
  84. :li.An "auxiliary" or :font facename=Courier size=12x8.&apos..aux&apos.:font facename=default size=0x0. file. This is used by LaTeX itself, for
  85. things such as sectioning.
  86.  
  87. :eol.:lm margin=1.
  88. :p.For a description of what goes on inside TeX, you should consult
  89. :hp1.The TeXbook:ehp1. by Donald E. Knuth, ISBN 0-201-13448-9, published
  90. jointly by the American Mathematical Society and Addison-Wesley
  91. Publishing Company.
  92. :p.For a description of LaTeX, you should consult&colon.
  93. :p.:hp1.LaTeX&colon. A Document Preparation System:ehp1., by Leslie Lamport, ISBN
  94. 0-201-15790-X, published jointly by the American Mathematical Society
  95. and Addison-Wesley Publishing Company, 1985.
  96. :p.:hp1.LaTeX for Engineers &. Scientists:ehp1., by David J. Buerger, ISBN
  97. 0-07-008845-4, McGraw-Hill, 1990.
  98. :p.:hp1.The LaTeX Cookbook:ehp1., by F. Teagle, Informatics Department,
  99. Rutherford Appelton Laboratory, Chilton, Didcot, Oxon, OX11 0QX, 1991.
  100. :p.:hp1.LaTeX for Everyone:ehp1., by Jane Hahn, available from PCTeX in
  101. California, and from the TeX Users Group, 1991.
  102. :p.:hp1.LaTeX Line by Line&colon. Tips and Techniques for Document Processing:ehp1.
  103. by Antoni Diller, Chichester&colon. John Wiley and Sons, 1992.
  104. :p.:hp1.A Guide to LaTeX:ehp1., by Helmut Kopka and Patrick Daly,
  105. Addison-Wesley, 1992.
  106.  
  107. :h1 id=hd4.Commands
  108. :lm margin=1.
  109. :p.A LaTeX command begins with the command name, which consists of a
  110. :font facename=Courier size=12x8.\:font facename=default size=0x0. followed by either (a) a string of letters or (b) a single
  111. non-letter.  Arguments contained in square brackets, :font facename=Courier size=12x8.[]:font facename=default size=0x0., are
  112. optional while arguments contained in braces, :font facename=Courier size=12x8.{}:font facename=default size=0x0., are required.
  113. :p.NOTE&colon.  LaTeX  is case sensitive.   Enter  all commands  in lower  case
  114. unless explicitly directed to do otherwise.
  115. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd8.Counters:elink.:pd.Information on internal counters.
  116. :pt.:link reftype=hd refid=hd9.Cross References:elink.:pd.Automatic referencing.
  117. :pt.:link reftype=hd refid=hd10.Definitions:elink.:pd.Define your own commands etc.
  118. :pt.:link reftype=hd refid=hd11.Document Styles:elink.:pd.Some of the various styles available.
  119. :pt.:link reftype=hd refid=hd12.Environments:elink.:pd.Such as enumerate &. itemize.
  120. :pt.:link reftype=hd refid=hd13.Footnotes:elink.:pd.How to produce footnotes.
  121. :pt.:link reftype=hd refid=hd14.Lengths:elink.:pd.The length commands.
  122. :pt.:link reftype=hd refid=hd15.Letters:elink.:pd.The letter style.
  123. :pt.:link reftype=hd refid=hd16.Line &. Page Breaking:elink.:pd.How do insert pagebreaks etc.
  124. :pt.:link reftype=hd refid=hd17.Making Paragraphs:elink.:pd.Paragraph commands.
  125. :pt.:link reftype=hd refid=hd18.Math Formulae:elink.:pd.How to create mathematical formulae.
  126. :pt.:link reftype=hd refid=hd19.Modes:elink.:pd.Paragraph, Math or LR modes.
  127. :pt.:link reftype=hd refid=hd20.Page Styles:elink.:pd.Various styles of page layout.
  128. :pt.:link reftype=hd refid=hd21.Sectioning:elink.:pd.How to section properly.
  129. :pt.:link reftype=hd refid=hd22.Spaces &. Boxes:elink.:pd.All the associated commands.
  130. :pt.:link reftype=hd refid=hd23.Special Characters:elink.:pd.Special reserved characters.
  131. :pt.:link reftype=hd refid=hd24.Splitting the Input:elink.:pd.Dealing with big files by splitting.
  132. :pt.:link reftype=hd refid=hd25.Starting &. Ending:elink.:pd.The formal start &. end layouts.
  133. :pt.:link reftype=hd refid=hd26.Table of Contents:elink.:pd.How to create a table of contents.
  134. :pt.:link reftype=hd refid=hd27.Terminal Input/Output:elink.:pd.User interaction.
  135. :pt.:link reftype=hd refid=hd28.Typefaces:elink.:pd.Such as bold, italics etc.
  136.  
  137. also available&dot.&dot.&dot.
  138.  
  139. :pt.:link reftype=hd refid=hd202.List of Commands:elink.:pd.An alphabetical list of all LaTex commands.
  140. :eparml.
  141. :h2 id=hd8.Counters
  142. :lm margin=1.
  143. :p.Everything LaTeX numbers for you has a counter associated with it. The
  144. name of the counter is the same as the name of the environment or
  145. command that produces the number, except with no :font facename=Courier size=12x8.\:font facename=default size=0x0..  (enumi -
  146. enumiv are used for the nested enumerate environment.)  Below is a list
  147. of the counters used in LaTeX 's standard document styles to control
  148. numbering.
  149. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  150.  part            paragraph       figure          enumi
  151.  chapter         subparagraph    table           enumii
  152.  section         page            footnote        enumiii
  153.  subsection      equation        mpfootnote      enumiv
  154.  subsubsection
  155. :font facename=default size=0x0.:lm margin=1.:elines.
  156. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd30.\addtocounter:elink.:pd.
  157. :pt.:link reftype=hd refid=hd31.\alph:elink.:pd.
  158. :pt.:link reftype=hd refid=hd32.\arabic:elink.:pd.
  159. :pt.:link reftype=hd refid=hd33.\fnsymbol:elink.:pd.
  160. :pt.:link reftype=hd refid=hd34.\newcounter:elink.:pd.
  161. :pt.:link reftype=hd refid=hd35.\roman:elink.:pd.
  162. :pt.:link reftype=hd refid=hd36.\setcounter:elink.:pd.
  163. :pt.:link reftype=hd refid=hd37.\usecounter:elink.:pd.
  164. :pt.:link reftype=hd refid=hd38.\value:elink.:pd.
  165.  
  166. :eparml.
  167. :h3 id=hd30.\addtocounter
  168. :lm margin=1.
  169. :p.:font facename=Courier size=12x8.\addtocounter{counter}{value}:font facename=default size=0x0.
  170. :p.The :font facename=Courier size=12x8.\addtocounter:font facename=default size=0x0. command increments the :font facename=Courier size=12x8.counter:font facename=default size=0x0. by the
  171. amount specified by the :font facename=Courier size=12x8.value:font facename=default size=0x0. argument.  The :font facename=Courier size=12x8.value:font facename=default size=0x0.
  172. argument can be negative.
  173. :h3 id=hd31.\alph
  174. :lm margin=1.
  175. :p.:font facename=Courier size=12x8.\alph{counter}:font facename=default size=0x0.
  176. :p.This command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be printed in
  177. alphabetic characters.  The :font facename=Courier size=12x8.\alph:font facename=default size=0x0. command causes lower case
  178. alphabetic alphabetic characters, i.e., :font facename=Courier size=12x8.a, b, c&dot.&dot.&dot.:font facename=default size=0x0. while the
  179. :font facename=Courier size=12x8.\Alph:font facename=default size=0x0. command causes upper case alphabetic characters, i.e.,
  180. :font facename=Courier size=12x8.A, B, C&dot.&dot.&dot.:font facename=default size=0x0..
  181. :h3 id=hd32.\arabic
  182. :lm margin=1.
  183. :p.:font facename=Courier size=12x8.\arabic{counter}:font facename=default size=0x0.
  184. :p.The :font facename=Courier size=12x8.\arabic:font facename=default size=0x0. command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be
  185. printed in arabic numbers, i.e., :font facename=Courier size=12x8.3:font facename=default size=0x0..
  186. :h3 id=hd33.\fnsymbol
  187. :lm margin=1.
  188. :p.:font facename=Courier size=12x8.\fnsymbol{counter}:font facename=default size=0x0.
  189. :p.The :font facename=Courier size=12x8.\fnsymbol:font facename=default size=0x0. command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to
  190. be printed in a specific sequence of nine symbols that can be used for
  191. numbering footnotes.
  192. :p.eg. From 1-9&colon.
  193. :p.NB. :font facename=Courier size=12x8.counter:font facename=default size=0x0. must have a value between 1 and 9 inclusive.
  194. :h3 id=hd34.\newcounter
  195. :lm margin=1.
  196. :p.:font facename=Courier size=12x8.\newcounter{foo}[counter]:font facename=default size=0x0.
  197. :p.The :font facename=Courier size=12x8.\newcounter:font facename=default size=0x0. command defines a new counter named :font facename=Courier size=12x8.foo:font facename=default size=0x0..
  198. The optional argument :font facename=Courier size=12x8.[counter]:font facename=default size=0x0. causes the counter :font facename=Courier size=12x8.foo:font facename=default size=0x0. to
  199. be reset whenever the counter named in the optional argument is
  200. incremented.
  201. :h3 id=hd35.\roman
  202. :lm margin=1.
  203. :p.:font facename=Courier size=12x8.\roman{counter}:font facename=default size=0x0.
  204. :p.This command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be printed in
  205. roman numerals.  The :font facename=Courier size=12x8.\roman:font facename=default size=0x0. command causes lower case roman
  206. numerals, i.e., :font facename=Courier size=12x8.i, ii, iii&dot.&dot.&dot.:font facename=default size=0x0., while the :font facename=Courier size=12x8.\Roman:font facename=default size=0x0. command
  207. causes upper case roman numerals, i.e., :font facename=Courier size=12x8.I, II, III&dot.&dot.&dot.:font facename=default size=0x0..
  208. :h3 id=hd36.\setcounter
  209. :lm margin=1.
  210. :p.:font facename=Courier size=12x8.\setcounter{counter}{value}:font facename=default size=0x0.
  211. :p.The :font facename=Courier size=12x8.\setcounter:font facename=default size=0x0. command sets the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to
  212. that specified by the :font facename=Courier size=12x8.value:font facename=default size=0x0. argument.
  213. :h3 id=hd37.\usecounter
  214. :lm margin=1.
  215. :p.:font facename=Courier size=12x8.\usecounter{counter}:font facename=default size=0x0.
  216. :p.The :font facename=Courier size=12x8.\usecounter:font facename=default size=0x0. command is used in the second argument of the
  217. :font facename=Courier size=12x8.list:font facename=default size=0x0. environment to allow the counter specified to be used to
  218. number the list items.
  219. :h3 id=hd38.\value
  220. :lm margin=1.
  221. :p.:font facename=Courier size=12x8.\value{counter}:font facename=default size=0x0.
  222. :p.The :font facename=Courier size=12x8.\value:font facename=default size=0x0. command produces the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. named
  223. in the mandatory argument.  It can be used where LaTeX expects an
  224. integer or number, such as the second argument of a :font facename=Courier size=12x8.\setcounter:font facename=default size=0x0.
  225. or :font facename=Courier size=12x8.\addtocounter:font facename=default size=0x0. command, or in&colon.
  226. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  227.         \hspace{\value{foo}\parindent}
  228. :font facename=default size=0x0.:lm margin=1.:elines.
  229. :p.It is useful for doing arithmetic with counters.
  230. :h2 id=hd9.Cross References
  231. :lm margin=1.
  232. :p.One reason for numbering things like figures and equations is to refer
  233. the reader to them, as in "See Figure 3 for more details."
  234. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd39.\label:elink.:pd.
  235. :pt.:link reftype=hd refid=hd40.\pageref:elink.:pd.
  236. :pt.:link reftype=hd refid=hd41.\ref:elink.:pd.
  237. :eparml.
  238. :h3 id=hd39.\label
  239. :lm margin=1.
  240. :p.:font facename=Courier size=12x8.\label{key}:font facename=default size=0x0.
  241. :p.A :font facename=Courier size=12x8.\label:font facename=default size=0x0. command appearing in ordinary text assigns to the
  242. :font facename=Courier size=12x8.key:font facename=default size=0x0. the number of the current sectional unit; one appearing
  243. inside a numbered environment assigns that number to the :font facename=Courier size=12x8.key:font facename=default size=0x0..
  244. :p.A :font facename=Courier size=12x8.key:font facename=default size=0x0. can consist of any sequence of letters, digits, or
  245. punctuation characters.  Upper and lowercase letters are different.
  246. :h3 id=hd40.\pageref
  247. :lm margin=1.
  248. :p.:font facename=Courier size=12x8.\pageref{key}:font facename=default size=0x0.
  249. :p.The :font facename=Courier size=12x8.\pageref:font facename=default size=0x0. command produces the page number of the place in the
  250. text where the corresponding :font facename=Courier size=12x8.\label:font facename=default size=0x0. command appears. ie. where
  251. :font facename=Courier size=12x8.\label{key}:font facename=default size=0x0. appears.
  252. :h3 id=hd41.\ref
  253. :lm margin=1.
  254. :p.:font facename=Courier size=12x8.\ref{key}:font facename=default size=0x0.
  255. :p.The :font facename=Courier size=12x8.\ref:font facename=default size=0x0. command produces the number of the sectional unit,
  256. equation number, &dot.&dot.&dot. of the corresponding :font facename=Courier size=12x8.\label:font facename=default size=0x0. command.
  257. :h2 id=hd10.Definitions
  258. :lm margin=1.
  259. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd42.\newcommand:elink.:pd.
  260. :pt.:link reftype=hd refid=hd43.\newenvironment:elink.:pd.
  261. :pt.:link reftype=hd refid=hd44.\newtheorem:elink.:pd.
  262. :pt.:link reftype=hd refid=hd45.\newfont:elink.:pd.
  263. :eparml.
  264. :h3 id=hd42.\newcommand
  265. :lm margin=1.
  266. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  267.  \newcommand{cmd}[args]{def}
  268.  \renewcommand{cmd}[args]{def}
  269. :font facename=default size=0x0.:lm margin=1.:elines.
  270. :p.These commands define (or redefine) a command.
  271.  
  272. :parml break=fit.:pt.:font facename=Courier size=12x8.cmd:font facename=default size=12x8.:pd.
  273. A command name beginning with a :font facename=Courier size=12x8.\:font facename=default size=0x0..  For :font facename=Courier size=12x8.\newcommand:font facename=default size=0x0. it
  274. must not be already defined and must not begin with :font facename=Courier size=12x8.\end:font facename=default size=0x0.; for
  275. :font facename=Courier size=12x8.\renewcommand:font facename=default size=0x0. it must already be defined.
  276. :pt.:font facename=Courier size=12x8.args:font facename=default size=12x8.:pd.An integer from 1 to 9 denoting the number of arguments of the command
  277. being defined.  The default is for the command to have no arguments.
  278. :pt.:font facename=Courier size=12x8.def:font facename=default size=12x8.:pd.The text to be substituted for every occurrence of :font facename=Courier size=12x8.cmd:font facename=default size=0x0.; a
  279. parameter of the form :font facename=Courier size=12x8.#n:font facename=default size=0x0. in :font facename=Courier size=12x8.cmd:font facename=default size=0x0. is replaced by the text of
  280. the nth argument when this substitution takes place.
  281.  
  282. :eparml.:lm margin=1.
  283. :h3 id=hd43.\newenvironment
  284. :lm margin=1.
  285. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  286.  \newenvironment{nam}[args]{begdef}{enddef}
  287.  \renewenvironment{nam}[args]{begdef}{enddef}
  288. :font facename=default size=0x0.:lm margin=1.:elines.
  289. :p.These commands define or redefine an environment.
  290.  
  291. :parml break=fit.:pt.:font facename=Courier size=12x8.nam:font facename=default size=12x8.:pd.
  292. The name of the environment.  For :font facename=Courier size=12x8.\newenvironment:font facename=default size=0x0. there must be
  293. no currently defined environment by that name, and the command
  294. :font facename=Courier size=12x8.\nam:font facename=default size=0x0. must be undefined.  For :font facename=Courier size=12x8.\renewenvironment:font facename=default size=0x0. the
  295. environment must already be defined.
  296. :pt.:font facename=Courier size=12x8.args:font facename=default size=12x8.:pd.An integer from 1 to 9 denoting the number of arguments of
  297. the newly-defined environment.  The default is no arguments.
  298. :pt.:font facename=Courier size=12x8.begdef:font facename=default size=12x8.:pd.The text substituted for every occurrence of :font facename=Courier size=12x8.\begin{nam}:font facename=default size=0x0.; a
  299. parameter of the form :font facename=Courier size=12x8.#n:font facename=default size=0x0. in :font facename=Courier size=12x8.cmd:font facename=default size=0x0. is replaced by the text of
  300. the nth argument when this substitution takes place.
  301. :pt.:font facename=Courier size=12x8.enddef:font facename=default size=12x8.:pd.The text substituted for every occurrence of :font facename=Courier size=12x8.\end{nam}:font facename=default size=0x0..  It may
  302. not contain any argument parameters.
  303.  
  304. :eparml.:lm margin=1.
  305. :h3 id=hd44.\newtheorem
  306. :lm margin=1.
  307. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  308.  \newtheorem{env_name}{caption}[within]
  309.  \newtheorem{env_name}[numbered_like]{caption}
  310. :font facename=default size=0x0.:lm margin=1.:elines.
  311. :p.This command defines a theorem-like environment.
  312.  
  313. :parml break=fit.:pt.:font facename=Courier size=12x8.env_name:font facename=default size=12x8.:pd.
  314. The name of the environment to be defined. A string of letters.  It must
  315. not be the name of an existing environment or counter.
  316. :pt.:font facename=Courier size=12x8.caption:font facename=default size=12x8.:pd.The text printed at the beginning of the environment, right before the
  317. number. This may simply say "Theorem", for example.
  318. :pt.:font facename=Courier size=12x8.within:font facename=default size=12x8.:pd.The name of an already defined counter, usually of a sectional unit.
  319. Provides a means of resetting the new theorem counter :hp2.within:ehp2.
  320. the sectional unit.
  321. :pt.:font facename=Courier size=12x8.numbered_like:font facename=default size=12x8.:pd.The name of an already defined theorem-like environment.
  322.  
  323. :eparml.:lm margin=1.
  324. :p.The :font facename=Courier size=12x8.\newtheorem:font facename=default size=0x0. command may have at most one optional argument.
  325. :h3 id=hd45.\newfont
  326. :lm margin=1.
  327. :p.:font facename=Courier size=12x8.\newfont{cmd}{font_name}:font facename=default size=0x0.
  328. :p.Defines the command name :font facename=Courier size=12x8.cmd:font facename=default size=0x0., which must not be currently
  329. defined, to be a declaration that selects the font named
  330. :font facename=Courier size=12x8.font_name:font facename=default size=0x0. to be the current font.
  331. :h2 id=hd11.Document Styles
  332. :lm margin=1.
  333. :p.Valid LaTeX document styles include&colon.
  334.  
  335. :ul.:li.
  336. article
  337. :li.report
  338. :li.letter
  339. :li.book
  340.  
  341. :eul.:lm margin=1.
  342. :p.Other document styles are often available. See :link reftype=hd refid=hd3.Overview:elink., for details.
  343. They are selected with the following command&colon.
  344. :p.:font facename=Courier size=12x8.\documentstyle [options] {style}:font facename=default size=0x0.
  345. :p.The options for the different styles are&colon.
  346.  
  347. :ol.:li.
  348. :font facename=Courier size=12x8.article:font facename=default size=0x0. - 11pt, 12pt, twoside, twocolumn, draft, fleqn, leqno, acm
  349. :li.:font facename=Courier size=12x8.report:font facename=default size=0x0.  - 11pt, 12pt, twoside, twocolumn, draft, fleqn, leqno, acm
  350. :li.:font facename=Courier size=12x8.letter:font facename=default size=0x0.  - 11pt, 12pt, fleqn,   leqno, acm
  351. :li.:font facename=Courier size=12x8.book:font facename=default size=0x0.    - 11pt, 12pt, twoside, twocolumn, draft, fleqn, leqno
  352.  
  353. :eol.:lm margin=1.
  354. :p.If you specify more than one option, they must be separated by a comma.
  355. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd46.\flushbottom:elink.:pd.
  356. :pt.:link reftype=hd refid=hd47.\onecolumn:elink.:pd.
  357. :pt.:link reftype=hd refid=hd48.\raggedbottom:elink.:pd.
  358. :pt.:link reftype=hd refid=hd49.\twocolumn:elink.:pd.
  359. :eparml.
  360. :h3 id=hd46.\flushbottom
  361. :lm margin=1.
  362. :p.The :font facename=Courier size=12x8.\flushbottom:font facename=default size=0x0. declaration makes all text pages the same
  363. height, adding extra vertical space when necessary to fill out the page.
  364. :p.This is the standard for the book style.
  365. :h3 id=hd47.\onecolumn
  366. :lm margin=1.
  367. :p.The :font facename=Courier size=12x8.\onecolumn:font facename=default size=0x0. declaration starts a new page and produces
  368. single-column output.
  369. :h3 id=hd48.\raggedbottom
  370. :lm margin=1.
  371. :p.The :font facename=Courier size=12x8.\raggedbottom:font facename=default size=0x0. declaration makes all pages the height of the
  372. text on that page.  No extra vertical space is added.
  373. :h3 id=hd49.\twocolumn
  374. :lm margin=1.
  375. :p.The :font facename=Courier size=12x8.\twocolumn:font facename=default size=0x0. declaration starts a new page and produces
  376. two-column output.
  377. :h2 id=hd12.Environments
  378. :lm margin=1.
  379. :p.LaTeX provides a number of different paragraph-making environments.
  380. Each environment begins and ends in the same manner.
  381. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  382.         \begin{environment-name}
  383.         .
  384.         .
  385.         .
  386.         \end{environment-name}
  387. :font facename=default size=0x0.:lm margin=1.:elines.
  388. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd50.array:elink.:pd.
  389. :pt.:link reftype=hd refid=hd51.center:elink.:pd.
  390. :pt.:link reftype=hd refid=hd52.description:elink.:pd.
  391. :pt.:link reftype=hd refid=hd53.enumerate:elink.:pd.
  392. :pt.:link reftype=hd refid=hd54.eqnarray:elink.:pd.
  393. :pt.:link reftype=hd refid=hd55.equation:elink.:pd.
  394. :pt.:link reftype=hd refid=hd56.figure:elink.:pd.
  395. :pt.:link reftype=hd refid=hd57.flushleft:elink.:pd.
  396. :pt.:link reftype=hd refid=hd58.flushright:elink.:pd.
  397. :pt.:link reftype=hd refid=hd59.itemize:elink.:pd.
  398. :pt.:link reftype=hd refid=hd60.list:elink.:pd.
  399. :pt.:link reftype=hd refid=hd61.minipage:elink.:pd.
  400. :pt.:link reftype=hd refid=hd62.picture:elink.:pd.
  401. :pt.:link reftype=hd refid=hd63.quotation:elink.:pd.
  402. :pt.:link reftype=hd refid=hd64.quote:elink.:pd.
  403. :pt.:link reftype=hd refid=hd65.tabbing:elink.:pd.
  404. :pt.:link reftype=hd refid=hd66.table:elink.:pd.
  405. :pt.:link reftype=hd refid=hd67.tabular:elink.:pd.
  406. :pt.:link reftype=hd refid=hd68.thebibliography:elink.:pd.
  407. :pt.:link reftype=hd refid=hd69.theorem:elink.:pd.
  408. :pt.:link reftype=hd refid=hd70.titlepage:elink.:pd.
  409. :pt.:link reftype=hd refid=hd71.verbatim:elink.:pd.
  410. :pt.:link reftype=hd refid=hd72.verse:elink.:pd.
  411. :eparml.
  412. :h3 id=hd50.array
  413. :lm margin=1.
  414. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  415. \begin{array}{col1col2&dot.&dot.&dot.coln}
  416. column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  417.  .
  418.  .
  419.  .
  420. \end{array}
  421. :font facename=default size=0x0.:lm margin=1.:elines.
  422. :p.Math arrays are produced with the array environment.  It has a single
  423. mandatory argument describing the number of columns and the alignment
  424. within them.  Each column, :font facename=Courier size=12x8.coln:font facename=default size=0x0., is specified by a single letter
  425. that tells how items in that row should be formatted.
  426.  
  427. :ul.:li.
  428. :font facename=Courier size=12x8.c:font facename=default size=0x0. - for centred
  429. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - for flushleft
  430. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - for flushright
  431.  
  432. :eul.:lm margin=1.
  433. :p.Column entries must be separated by an :font facename=Courier size=12x8.&.:font facename=default size=0x0..  Column entries may
  434. include other LaTeX commands.  Each row of the array must be terminated
  435. with the string :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  436. :h3 id=hd51.center
  437. :lm margin=1.
  438. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  439.  \begin{center}
  440.  Text on line 1 \\
  441.  Text on line 2 \\
  442.  .
  443.  .
  444.  .
  445.  \end{center}
  446. :font facename=default size=0x0.:lm margin=1.:elines.
  447. :p.The :font facename=Courier size=12x8.center:font facename=default size=0x0. environment allows you to create a paragraph consisting of
  448. lines that are centred within the left and right margins on the current
  449. page.  Each line must be terminated with the string :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  450. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd73.\centering:elink.:pd.
  451. :eparml.
  452. :h4 id=hd73.\centering
  453. :lm margin=1.
  454. :p.This declaration corresponds to the :font facename=Courier size=12x8.center:font facename=default size=0x0. environment.  This
  455. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  456. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..  The text of a figure or table can be centred on the
  457. page by putting a :font facename=Courier size=12x8.\centering:font facename=default size=0x0. command at the beginning of the
  458. figure or table environment.
  459. :p.Unlike the :font facename=Courier size=12x8.center:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\centering:font facename=default size=0x0. command does
  460. not start a new paragraph; it simply changes how LaTeX formats paragraph
  461. units.  To affect a paragraph unit's format, the scope of the
  462. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  463. environment like quote) that ends the paragraph unit.
  464. :p.Unlike the :font facename=Courier size=12x8.center:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\centering:font facename=default size=0x0. command does
  465. not start a new paragraph; it simply changes how LaTeX formats paragraph
  466. units.  To affect a paragraph unit's format, the scope of the
  467. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  468. environment like quote) that ends the paragraph unit.
  469. :h3 id=hd52.description
  470. :lm margin=1.
  471. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  472.  \begin{description}
  473.  \item [label] First item
  474.  \item [label] Second item
  475.  .
  476.  .
  477.  .
  478.  \end{description}
  479. :font facename=default size=0x0.:lm margin=1.:elines.
  480. :p.The :font facename=Courier size=12x8.description:font facename=default size=0x0. environment is used to make labelled lists.  The
  481. :font facename=Courier size=12x8.label:font facename=default size=0x0. is bold face and flushed right.
  482. :h3 id=hd53.enumerate
  483. :lm margin=1.
  484. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  485.  \begin{enumerate}
  486.  \item First item
  487.  \item Second item
  488.  .
  489.  .
  490.  .
  491.  \end{enumerate}
  492. :font facename=default size=0x0.:lm margin=1.:elines.
  493. :p.The :font facename=Courier size=12x8.enumerate:font facename=default size=0x0. environment produces a numbered list.  Enumerations
  494. can be nested within one another, up to four levels deep.  They can also
  495. be nested within other paragraph-making environments.
  496. :p.Each item of an enumerated list begins with an :font facename=Courier size=12x8.\item:font facename=default size=0x0. command.
  497. There must be at least one :font facename=Courier size=12x8.\item:font facename=default size=0x0. command within the environment.
  498. :h3 id=hd54.eqnarray
  499. :lm margin=1.
  500. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  501.  \begin{eqnarray}
  502.  math formula 1 \\
  503.  math formula 2 \\
  504.  .
  505.  .
  506.  .
  507.  \end{eqnarray}
  508. :font facename=default size=0x0.:lm margin=1.:elines.
  509. :p.The :font facename=Courier size=12x8.eqnarray:font facename=default size=0x0. environment is used to display a sequence of
  510. equations or inequalities.  It is very much like a three-column
  511. :font facename=Courier size=12x8.array:font facename=default size=0x0. environment, with consecutive rows separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0.
  512. and consecutive items within a row separated by an :font facename=Courier size=12x8.&.:font facename=default size=0x0..  An
  513. equation number is placed on every line unless that line has a
  514. :font facename=Courier size=12x8.\nonumber:font facename=default size=0x0. command.
  515. :h3 id=hd55.equation
  516. :lm margin=1.
  517. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  518.  \begin{equation}
  519.   math formula
  520.  \end{equation}
  521. :font facename=default size=0x0.:lm margin=1.:elines.
  522. :p.The :font facename=Courier size=12x8.equation:font facename=default size=0x0. environment centres your equation on the page and places
  523. the equation number in the right margin.
  524. :h3 id=hd56.figure
  525. :lm margin=1.
  526. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  527.  \begin{figure}[placement]
  528.   body of the figure
  529.  \caption{figure title}
  530.  \end{figure}
  531. :font facename=default size=0x0.:lm margin=1.:elines.
  532. :p.Figures are objects that are not part of the normal text, and are
  533. usually "floated" to a convenient place, like the top of a page.
  534. Figures will not be split between two pages.
  535. :p.The optional argument :font facename=Courier size=12x8.[placement]:font facename=default size=0x0. determines where LaTeX will try
  536. to place your figure.  There are four places where LaTeX can possibly
  537. put a float&colon.
  538.  
  539. :ol.:li.
  540. :font facename=Courier size=12x8.h:font facename=default size=0x0. (Here) - at the position in the text where the figure
  541. environment appears.
  542. :li.:font facename=Courier size=12x8.t:font facename=default size=0x0. (Top) - at the top of a text page.
  543. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. (Bottom) - at the bottom of a text page.
  544. :li.:font facename=Courier size=12x8.p:font facename=default size=0x0. (Page of floats) - on a separate float page, which is a page
  545. containing no text, only floats.
  546.  
  547. :eol.:lm margin=1.
  548. :p.The standard report and article styles use the default placement
  549. :font facename=Courier size=12x8.tbp:font facename=default size=0x0..
  550. :p.The body of the figure is made up of whatever text, LaTeX commands, etc.
  551. you wish.  The :font facename=Courier size=12x8.\caption:font facename=default size=0x0. command allows you to title your figure.
  552. :h3 id=hd57.flushleft
  553. :lm margin=1.
  554. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  555.  \begin{flushleft}
  556.  Text on line 1 \\
  557.  Text on line 2 \\
  558.  .
  559.  .
  560.  .
  561.  \end{flushleft}
  562. :font facename=default size=0x0.:lm margin=1.:elines.
  563. :p.The :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment allows you to create a paragraph
  564. consisting of lines that are flushed left, to the left-hand margin.
  565. Each line must be terminated with the string :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  566. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd74.\raggedright:elink.:pd.
  567. :eparml.
  568. :h4 id=hd74.\raggedright
  569. :lm margin=1.
  570. :p.This declaration corresponds to the :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment.  This
  571. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  572. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..
  573. :p.Unlike the :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\raggedright:font facename=default size=0x0. command
  574. does not start a new paragraph; it simply changes how LaTeX formats
  575. paragraph units.  To affect a paragraph unit's format, the scope of the
  576. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  577. environment like quote) that ends the paragraph unit.
  578. :h3 id=hd58.flushright
  579. :lm margin=1.
  580. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  581.  \begin{flushright}
  582.  Text on line 1 \\
  583.  Text on line 2 \\
  584.  .
  585.  .
  586.  .
  587.  \end{flushright}
  588. :font facename=default size=0x0.:lm margin=1.:elines.
  589. :p.The :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment allows you to create a paragraph
  590. consisting of lines that are flushed right, to the right-hand margin.
  591. Each line must be terminated with the string :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  592. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd75.\raggedleft:elink.:pd.
  593. :eparml.
  594. :h4 id=hd75.\raggedleft
  595. :lm margin=1.
  596. :p.This declaration corresponds to the :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment.  This
  597. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  598. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..
  599. :p.Unlike the :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\raggedleft:font facename=default size=0x0. command
  600. does not start a new paragraph; it simply changes how LaTeX formats
  601. paragraph units.  To affect a paragraph unit's format, the scope of the
  602. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  603. environment like quote) that ends the paragraph unit.
  604. :h3 id=hd59.itemize
  605. :lm margin=1.
  606. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  607.  \begin{itemize}
  608.  \item First item
  609.  \item Second item
  610.  .
  611.  .
  612.  .
  613.  \end{itemize}
  614. :font facename=default size=0x0.:lm margin=1.:elines.
  615. :p.The :font facename=Courier size=12x8.itemize:font facename=default size=0x0. environment produces a "bulleted" list.  Itemizations
  616. can be nested within one another, up to four levels deep.  They can also
  617. be nested within other paragraph-making environments.
  618. :p.Each item of an itemized list begins with an :font facename=Courier size=12x8.\item:font facename=default size=0x0. command.
  619. There must be at least one :font facename=Courier size=12x8.\item:font facename=default size=0x0. command within the environment.
  620. :h3 id=hd60.list
  621. :lm margin=1.
  622. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  623.  \begin{list}{label}{spacing}
  624.  \item First item
  625.  \item Second item
  626.  .
  627.  .
  628.  .
  629.  \end{list}
  630. :font facename=default size=0x0.:lm margin=1.:elines.
  631. :p.The :font facename=Courier size=12x8.{label}:font facename=default size=0x0. argument specifies how items should be labelled.
  632. This argument is a piece of text that is inserted in a box to form the
  633. label.  This argument can and usually does contain other LaTeX commands.
  634. :p.The :font facename=Courier size=12x8.{spacing}:font facename=default size=0x0. argument contains commands to change the spacing
  635. parameters for the list.  This argument will most often be null, i.e.,
  636. :font facename=Courier size=12x8.{}:font facename=default size=0x0..  This will select all default spacing which should suffice
  637. for most cases.
  638. :h3 id=hd61.minipage
  639. :lm margin=1.
  640. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  641.  \begin{minipage}[position]{width}
  642.   text
  643.  \end{minipage}
  644. :font facename=default size=0x0.:lm margin=1.:elines.
  645. :p.The :font facename=Courier size=12x8.minipage:font facename=default size=0x0. environment is similar to a :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. command.
  646. It takes the same optional :font facename=Courier size=12x8.position:font facename=default size=0x0. argument and mandatory
  647. :font facename=Courier size=12x8.width:font facename=default size=0x0. argument.  You may use other paragraph-making environments
  648. inside a minipage.
  649. :p.:font facename=Courier size=12x8.Footnotes:font facename=default size=0x0. in a :font facename=Courier size=12x8.minipage:font facename=default size=0x0. environment are handled in a way
  650. that is particularly useful for putting footnotes in figures or tables.
  651. A :font facename=Courier size=12x8.\footnote:font facename=default size=0x0. or :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command puts the footnote at
  652. the bottom of the minipage instead of at the bottom of the page, and it
  653. uses the :font facename=Courier size=12x8.mpfootnote:font facename=default size=0x0. counter instead of the ordinary
  654. :font facename=Courier size=12x8.footnote:font facename=default size=0x0. counter.
  655. :p.NOTE&colon. Don't put one minipage inside another if you are using footnotes;
  656. they may wind up at the bottom of the wrong minipage.
  657. :h3 id=hd62.picture
  658. :lm margin=1.
  659. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  660.  \begin{picture}(width,height)(x offset,y offset)
  661.  .
  662.   picture commands
  663.  .
  664.  \end{picture}
  665. :font facename=default size=0x0.:lm margin=1.:elines.
  666. :p.The :font facename=Courier size=12x8.picture:font facename=default size=0x0. environment allows you to create just about any kind
  667. of picture you want containing text, lines, arrows and circles.  You
  668. tell LaTeX where to put things in the picture by specifying their
  669. coordinates.  A coordinate is a number that may have a decimal point and
  670. a minus sign - a number like :font facename=Courier size=12x8.5:font facename=default size=0x0., :font facename=Courier size=12x8.2.3:font facename=default size=0x0. or :font facename=Courier size=12x8.-3.1416:font facename=default size=0x0..  A
  671. coordinate specifies a length in multiples of the unit length
  672. :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0., so if :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0. has been set to :font facename=Courier size=12x8.1cm:font facename=default size=0x0.,
  673. then the coordinate 2.54 specifies a length of 2.54 centimeters.  You
  674. can change the value of :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0. anywhere you want, using the
  675. :font facename=Courier size=12x8.\setlength:font facename=default size=0x0. command, but strange things will happen if you try
  676. changing it inside the picture environment.
  677. :p.A position is a pair of coordinates, such as :font facename=Courier size=12x8.(2.4,-5):font facename=default size=0x0., specifying
  678. the point with x-coordinate :font facename=Courier size=12x8.2.4:font facename=default size=0x0. and y-coordinate :font facename=Courier size=12x8.-5:font facename=default size=0x0..
  679. Coordinates are specified in the usual way with respect to an origin,
  680. which is normally at the lower-left corner of the picture.  Note that
  681. when a position appears as an argument, it is not enclosed in braces;
  682. the parentheses serve to delimit the argument.
  683. :p.The :font facename=Courier size=12x8.picture:font facename=default size=0x0. environment has one mandatory argument, which is a
  684. :font facename=Courier size=12x8.position:font facename=default size=0x0..  It specifies the size of the picture.  The environment
  685. produces a rectangular box with width and height determined by this
  686. argument's x- and y-coordinates.
  687. :p.The :font facename=Courier size=12x8.picture:font facename=default size=0x0. environment also has an optional :font facename=Courier size=12x8.position:font facename=default size=0x0.
  688. argument, following the :font facename=Courier size=12x8.size:font facename=default size=0x0. argument, that can change the
  689. origin.  (Unlike ordinary optional arguments, this argument is not
  690. contained in square brackets.) The optional argument gives the
  691. coordinates of the point at the lower-left corner of the picture
  692. (thereby determining the origin).  For example, if :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0.
  693. has been set to :font facename=Courier size=12x8.1mm:font facename=default size=0x0., the command&dot.&dot.&dot.
  694. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  695.    \begin{picture}(100,200)(10,20)
  696. :font facename=default size=0x0.:lm margin=1.:elines.
  697. &dot.&dot.&dot.produces a picture of width 100 millimeters and height 200
  698. millimeters, whose lower-left corner is the point (10,20) and whose
  699. upper-right corner is therefore the point (110,220).  When you first
  700. draw a picture, you will omit the optional argument, leaving the origin
  701. at the lower-left corner.  If you then want to modify your picture by
  702. shifting everything, you just add the appropriate optional argument.
  703. :p.The environment's mandatory argument determines the nominal size of the
  704. picture.  This need bear no relation to how large the picture really is;
  705. LaTeX will happily allow you to put things outside the picture, or even
  706. off the page.  The picture's nominal size is used by TeX in determining
  707. how much room to leave for it.
  708. :p.Everything that appears in a picture is drawn by the :font facename=Courier size=12x8.\put:font facename=default size=0x0.
  709. command. The command&dot.&dot.&dot.
  710. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  711.    \put (11.3,-.3){&dot.&dot.&dot.}
  712. :font facename=default size=0x0.:lm margin=1.:elines.
  713. &dot.&dot.&dot.puts the object specified by :font facename=Courier size=12x8.&dot.&dot.&dot.:font facename=default size=0x0. in the picture, with its
  714. reference point at coordinates (11.3,-.3).  The reference points for
  715. various objects will be described below.
  716. :p.The :font facename=Courier size=12x8.\put:font facename=default size=0x0. command creates an :font facename=Courier size=12x8.LR box:font facename=default size=0x0..  You can put anything
  717. in the text argument of the :font facename=Courier size=12x8.\put:font facename=default size=0x0. command that you'd put into the
  718. argument of an :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. and related commands.  When you do this, the
  719. reference point will be the lower left corner of the box.
  720. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd76.\circle:elink.:pd.
  721. :pt.:link reftype=hd refid=hd77.\dashbox:elink.:pd.
  722. :pt.:link reftype=hd refid=hd78.\frame:elink.:pd.
  723. :pt.:link reftype=hd refid=hd79.\framebox (picture):elink.:pd.
  724. :pt.:link reftype=hd refid=hd80.\line:elink.:pd.
  725. :pt.:link reftype=hd refid=hd81.\linethickness:elink.:pd.
  726. :pt.:link reftype=hd refid=hd82.\makebox (picture):elink.:pd.
  727. :pt.:link reftype=hd refid=hd83.\multiput:elink.:pd.
  728. :pt.:link reftype=hd refid=hd84.\oval:elink.:pd.
  729. :pt.:link reftype=hd refid=hd85.\put:elink.:pd.
  730. :pt.:link reftype=hd refid=hd86.\shortstack:elink.:pd.
  731. :pt.:link reftype=hd refid=hd87.\vector:elink.:pd.
  732. :eparml.
  733. :h4 id=hd76.\circle
  734. :lm margin=1.
  735. :p.:font facename=Courier size=12x8.\circle[*]{diameter}:font facename=default size=0x0.
  736. :p.The :font facename=Courier size=12x8.\circle:font facename=default size=0x0. command produces a circle of the specified diameter.
  737. If the :font facename=Courier size=12x8.*:font facename=default size=0x0.-form of the command is used, LaTeX draws a solid circle.
  738. :h4 id=hd77.\dashbox
  739. :lm margin=1.
  740. :p.:font facename=Courier size=12x8.\dashbox{dash_length}(width,height){&dot.&dot.&dot.}:font facename=default size=0x0.
  741. :p.The :font facename=Courier size=12x8.\dashbox:font facename=default size=0x0. has an extra argument which specifies the width of
  742. each dash.  A dashed box looks best when the :font facename=Courier size=12x8.width:font facename=default size=0x0. and
  743. :font facename=Courier size=12x8.height:font facename=default size=0x0. are multiples of the :font facename=Courier size=12x8.dash_length:font facename=default size=0x0..
  744. :h4 id=hd78.\frame
  745. :lm margin=1.
  746. :p.:font facename=Courier size=12x8.\frame{&dot.&dot.&dot.}:font facename=default size=0x0.
  747. :p.The :font facename=Courier size=12x8.\frame:font facename=default size=0x0. command puts a rectangular frame around the object
  748. specified in the argument.  The reference point is the bottom left
  749. corner of the frame.  No extra space is put between the frame and the
  750. object.
  751. :h4 id=hd79.\framebox
  752. :lm margin=1.
  753. :p.:font facename=Courier size=12x8.\framebox(width,height)[position]{&dot.&dot.&dot.}:font facename=default size=0x0.
  754. :p.The :font facename=Courier size=12x8.\framebox:font facename=default size=0x0. command is analogous to the :font facename=Courier size=12x8.\makebox:font facename=default size=0x0.
  755. command.
  756. :h4 id=hd80.\line
  757. :lm margin=1.
  758. :p.:font facename=Courier size=12x8.\line(x slope,y slope){length}:font facename=default size=0x0.
  759. :p.The :font facename=Courier size=12x8.\line:font facename=default size=0x0. command draws a line of the specified :font facename=Courier size=12x8.length:font facename=default size=0x0. and
  760. :font facename=Courier size=12x8.slope:font facename=default size=0x0..
  761. :h4 id=hd81.\linethickness
  762. :lm margin=1.
  763. :p.:font facename=Courier size=12x8.\linethickness{dimension}:font facename=default size=0x0.
  764. :p.Declares the thickness of horizontal and vertical lines in a picture
  765. environment to be :font facename=Courier size=12x8.dimension:font facename=default size=0x0., which must be a positive length. It
  766. does not affect the thickness of slanted lines and circles, or the
  767. quarter circles drawn by :font facename=Courier size=12x8.\oval:font facename=default size=0x0. to form the corners of an oval.
  768. :h4 id=hd82.\makebox
  769. :lm margin=1.
  770. :p.:font facename=Courier size=12x8.\makebox(width,height)[position]{&dot.&dot.&dot.}:font facename=default size=0x0.
  771. :p.The :font facename=Courier size=12x8.\makebox:font facename=default size=0x0. command for the picture environment is similar to
  772. the normal :font facename=Courier size=12x8.\makebox:font facename=default size=0x0. command except that you must specify a
  773. :font facename=Courier size=12x8.width:font facename=default size=0x0. and :font facename=Courier size=12x8.height:font facename=default size=0x0. in multiples of :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0..
  774. :p.The optional argument, :font facename=Courier size=12x8.[position]:font facename=default size=0x0., specifies the quadrant that
  775. your text appears in.  You may select up to two of the following&colon.
  776.  
  777. :ul.:li.
  778. :font facename=Courier size=12x8.t:font facename=default size=0x0. - Moves the item to the top of the rectangle
  779. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. - Moves the item to the bottom
  780. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Moves the item to the left
  781. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - Moves the item to the right
  782.  
  783. :eul.:lm margin=1.
  784. :h4 id=hd83.\multiput
  785. :lm margin=1.
  786. :p.:font facename=Courier size=12x8.\multiput(x coord,y coord)(delta x,delta y){number of copies}{object}:font facename=default size=0x0.
  787. :p.The :font facename=Courier size=12x8.\multiput:font facename=default size=0x0. command can be used when you are putting the same
  788. object in a regular pattern across a picture.
  789. :h4 id=hd84.\oval
  790. :lm margin=1.
  791. :p.:font facename=Courier size=12x8.\oval(width,height)[portion]:font facename=default size=0x0.
  792. :p.The :font facename=Courier size=12x8.\oval:font facename=default size=0x0. command produces a rectangle with rounded corners.  The
  793. optional argument, :font facename=Courier size=12x8.[portion]:font facename=default size=0x0., allows you to select part of the
  794. oval.
  795.  
  796. :ul.:li.
  797. :font facename=Courier size=12x8.t:font facename=default size=0x0. - Selects the top portion
  798. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. - Selects the bottom portion
  799. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - Selects the right portion
  800. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Selects the left portion
  801.  
  802. :eul.:lm margin=1.
  803. :h4 id=hd85.\put
  804. :lm margin=1.
  805. :p.:font facename=Courier size=12x8.\put(x coord,y coord){ &dot.&dot.&dot.  }:font facename=default size=0x0.
  806. :p.The :font facename=Courier size=12x8.\put:font facename=default size=0x0. command places the item specified by the mandatory
  807. argument at the given coordinates.
  808. :h4 id=hd86.\shortstack
  809. :lm margin=1.
  810. :p.:font facename=Courier size=12x8.\shortstack[position]{&dot.&dot.&dot.  \\ &dot.&dot.&dot.  \\ &dot.&dot.&dot.}:font facename=default size=0x0.
  811. :p.The :font facename=Courier size=12x8.\shortstack:font facename=default size=0x0. command produces a stack of objects.  The valid
  812. positions are&colon.
  813.  
  814. :ul.:li.
  815. :font facename=Courier size=12x8.r:font facename=default size=0x0. - Moves the objects to the right of the stack
  816. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Moves the objects to the left of the stack
  817. :li.:font facename=Courier size=12x8.c:font facename=default size=0x0. - Moves the objects to the center of the stack (default)
  818.  
  819. :eul.:lm margin=1.
  820. :h4 id=hd87.\vector
  821. :lm margin=1.
  822. :p.:font facename=Courier size=12x8.\vector(x slope,y slope){length}:font facename=default size=0x0.
  823. :p.The :font facename=Courier size=12x8.\vector:font facename=default size=0x0. command draws a line with an arrow of the specified
  824. length and slope.  The :font facename=Courier size=12x8.x:font facename=default size=0x0. and :font facename=Courier size=12x8.y:font facename=default size=0x0. values must lie between -4
  825. and +4, inclusive.
  826. :h3 id=hd63.quotation
  827. :lm margin=1.
  828. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  829.  \begin{quotation}
  830.   text
  831.  \end{quotation}
  832. :font facename=default size=0x0.:lm margin=1.:elines.
  833. :p.The margins of the :font facename=Courier size=12x8.quotation:font facename=default size=0x0. environment are indented on the left
  834. and the right.  The text is justified at both margins and there is
  835. paragraph indentation.  Leaving a blank line between text produces a new
  836. paragraph.
  837. :h3 id=hd64.quote
  838. :lm margin=1.
  839. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  840.  \begin{quote}
  841.   text
  842.  \end{quote}
  843. :font facename=default size=0x0.:lm margin=1.:elines.
  844. :p.The margins of the :font facename=Courier size=12x8.quote:font facename=default size=0x0. environment are indented on the left and
  845. the right.  The text is justified at both margins.  Leaving a blank line
  846. between text produces a new paragraph.
  847. :h3 id=hd65.tabbing
  848. :lm margin=1.
  849. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  850.  \begin{tabbing}
  851.  text \= more text \= still more text \= last text \\
  852.  second row \>  \> more \\
  853.  .
  854.  .
  855.  .
  856.  \end{tabbing}
  857. :font facename=default size=0x0.:lm margin=1.:elines.
  858. :p.The :font facename=Courier size=12x8.tabbing:font facename=default size=0x0. environment provides a way to align text in columns.
  859. It works by setting tab stops and tabbing to them much the way you do
  860. with an ordinary typewriter.
  861. :p.:parml tsize=30 break=none compact.
  862. :pt.:link reftype=hd refid=hd2011.\=:elink.:pd.
  863. :pt.:link reftype=hd refid=hd2012.\>:elink.:pd.
  864. :pt.:link reftype=hd refid=hd2013.\<:elink.:pd.
  865. :pt.:link reftype=hd refid=hd2014.\+:elink.:pd.
  866. :pt.:link reftype=hd refid=hd2015.\- (tabbing):elink.:pd.
  867. :pt.:link reftype=hd refid=hd2016.\':elink.:pd.
  868. :pt.:link reftype=hd refid=hd2017.\`:elink.:pd.
  869. :pt.:link reftype=hd refid=hd2075.\kill:elink.:pd.
  870. :eparml.
  871. :h4 id=hd96.\=
  872. :lm margin=1.
  873. :p.The :font facename=Courier size=12x8.\=:font facename=default size=0x0. command sets the tab stops.
  874. :h4 id=hd97.\>
  875. :lm margin=1.
  876. :p.The :font facename=Courier size=12x8.\>:font facename=default size=0x0. command causes LaTeX to advance to the next tab stop.
  877. :h4 id=hd98.\<
  878. :lm margin=1.
  879. :p.The :font facename=Courier size=12x8.\<:font facename=default size=0x0. command allows you to put something to the left of the
  880. local margin without changing the margin.
  881. :h4 id=hd99.\+
  882. :lm margin=1.
  883. :p.The :font facename=Courier size=12x8.\+:font facename=default size=0x0. command moves the left margin of the next and all the
  884. following commands one tab stop to the right.
  885. :h4 id=hd100.\-
  886. :lm margin=1.
  887. :p.The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command moves the left margin of the next and all the
  888. following commands one tab stop to the left.
  889. :h4 id=hd101.\'
  890. :lm margin=1.
  891. :p.The :font facename=Courier size=12x8.\':font facename=default size=0x0. command moves everything that you have typed so far in the
  892. current column, everything starting from the most recent :font facename=Courier size=12x8.\>:font facename=default size=0x0.,
  893. :font facename=Courier size=12x8.\<:font facename=default size=0x0., :font facename=Courier size=12x8.\':font facename=default size=0x0., :font facename=Courier size=12x8.\\:font facename=default size=0x0., or :font facename=Courier size=12x8.\kill:font facename=default size=0x0. command, to the right
  894. of the previous column, flush against the current column's tab stop.
  895. :h4 id=hd102.\`
  896. :lm margin=1.
  897. :p.The :font facename=Courier size=12x8.\`:font facename=default size=0x0. command allows you to put text flushed right against any
  898. tab stop, including tab stop 0.  However, it can't move text to the
  899. right of the last column because there's no tab stop there.  The
  900. :font facename=Courier size=12x8.\`:font facename=default size=0x0. command moves all the text that follows it, up to the
  901. :font facename=Courier size=12x8.\\:font facename=default size=0x0. or :font facename=Courier size=12x8.\end{tabbing}:font facename=default size=0x0. command that ends the line, to the
  902. right margin of the tabbing environment.  There must be no :font facename=Courier size=12x8.\>:font facename=default size=0x0. or
  903. :font facename=Courier size=12x8.\':font facename=default size=0x0. command between the :font facename=Courier size=12x8.\`:font facename=default size=0x0. and the command that ends the
  904. line.
  905. :h4 id=hd103.\kill
  906. :lm margin=1.
  907. :p.The :font facename=Courier size=12x8.\kill:font facename=default size=0x0. command allows you to set tab stops without producing
  908. text.  It works just like the :font facename=Courier size=12x8.\\:font facename=default size=0x0. except that it throws away the
  909. current line instead of producing output for it.  The effect of any
  910. :font facename=Courier size=12x8.\=:font facename=default size=0x0., :font facename=Courier size=12x8.\+:font facename=default size=0x0. or :font facename=Courier size=12x8.\-:font facename=default size=0x0. commands in that line remain in
  911. effect.
  912. :h3 id=hd66.table
  913. :lm margin=1.
  914. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  915.  \begin{table}[placement]
  916.   body of the table
  917.  \caption{table title}
  918.  \end{table}
  919. :font facename=default size=0x0.:lm margin=1.:elines.
  920. :p.Tables  are objects  that  are not part  of the normal  text,  and are
  921. usually  "floated"  to a convenient  place,  like  the top  of a page.
  922. Tables will not be split between two pages.
  923. :p.The optional argument :font facename=Courier size=12x8.[placement]:font facename=default size=0x0. determines where LaTeX will try
  924. to place your table.  There are four places where LaTeX can possibly put
  925. a float&colon.
  926.  
  927. :ol.:li.
  928. :font facename=Courier size=12x8.h:font facename=default size=0x0. (Here) - at the position in the text where the table
  929. environment appears.
  930. :li.:font facename=Courier size=12x8.t:font facename=default size=0x0. (Top) - at the top of a text page.
  931. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. (Bottom) - at the bottom of a text page.
  932. :li.:font facename=Courier size=12x8.p:font facename=default size=0x0. (Page of floats) - on a separate float page, which is a page
  933. containing no text, only floats.
  934.  
  935. :eol.:lm margin=1.
  936. :p.The standard report and article styles use the default placement :font facename=Courier size=12x8.tbp:font facename=default size=0x0..
  937. :p.The body of the table is made up of whatever text, LaTeX commands, etc.,
  938. you wish.  The :font facename=Courier size=12x8.\caption:font facename=default size=0x0. command allows you to title your table.
  939. :h3 id=hd67.tabular
  940. :lm margin=1.
  941. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  942.  \begin{tabular}[pos]{cols}
  943.  column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  944.  .
  945.  .
  946.  .
  947.  \end{tabular}
  948.                 or
  949.  \begin{tabular*}{width}[pos]{cols}
  950.  column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  951.  .
  952.  .
  953.  .
  954.  \end{tabular*}
  955. :font facename=default size=0x0.:lm margin=1.:elines.
  956. :p.These environments produce a box consisting of a sequence of rows of
  957. items, aligned vertically in columns.  The mandatory and optional
  958. arguments consist of&colon.
  959.  
  960. :parml break=fit.:pt.:font facename=Courier size=12x8.width:font facename=default size=12x8.:pd.
  961. Specifies the width of the :font facename=Courier size=12x8.tabular*:font facename=default size=0x0. environment.  There must be
  962. rubber space between columns that can stretch to fill out the specified
  963. width.
  964. :pt.:font facename=Courier size=12x8.pos:font facename=default size=12x8.:pd.Specifies the vertical position; default is alignment on the center of
  965. the environment.
  966.  
  967. :lm margin=13.:p.:lm margin=15.1.:lm margin=18.
  968. :font facename=Courier size=12x8.t:font facename=default size=0x0. - align on top row
  969. :lm margin=13.:p.:lm margin=15.2.:lm margin=18.
  970. :font facename=Courier size=12x8.b:font facename=default size=0x0. - align on bottom row
  971.  
  972. :p.:lm margin=13.
  973. :pt.:font facename=Courier size=12x8.cols:font facename=default size=12x8.:pd.Specifies the column formatting.  It consists of a sequence of the
  974. following specifiers, corresponding to the sequence of columns and
  975. intercolumn material.
  976.  
  977. :lm margin=13.:p.:lm margin=15.1.:lm margin=18.
  978. :font facename=Courier size=12x8.l:font facename=default size=0x0. - A column of left-aligned items.
  979. :lm margin=13.:p.:lm margin=15.2.:lm margin=18.
  980. :font facename=Courier size=12x8.r:font facename=default size=0x0. - A column of right-aligned items.
  981. :lm margin=13.:p.:lm margin=15.3.:lm margin=18.
  982. :font facename=Courier size=12x8.c:font facename=default size=0x0. - A column of centred items.
  983. :lm margin=13.:p.:lm margin=15.4.:lm margin=18.
  984. :font facename=Courier size=12x8.|:font facename=default size=0x0. - A vertical line the full height and depth of the environment.
  985. :lm margin=13.:p.:lm margin=15.5.:lm margin=18.
  986. :font facename=Courier size=12x8.@{text}:font facename=default size=0x0. - This inserts text in every row.  An @-expression
  987. suppresses the intercolumn space normally inserted between columns; any
  988. desired space between the inserted text and the adjacent items must be
  989. included in text.  An :font facename=Courier size=12x8.\extracolsep{wd}:font facename=default size=0x0. command in an
  990. @-expression causes an extra space of width :font facename=Courier size=12x8.wd:font facename=default size=0x0. to appear to the
  991. left of all subsequent columns, until countermanded by another
  992. :font facename=Courier size=12x8.\extracolsep:font facename=default size=0x0. command.  Unlike ordinary intercolumn space, this
  993. extra space is not suppressed by an @-expression.  An
  994. :font facename=Courier size=12x8.\extracolsep:font facename=default size=0x0. command can be used only in an @-expression in the
  995. :font facename=Courier size=12x8.cols:font facename=default size=0x0. argument.
  996. :lm margin=13.:p.:lm margin=15.6.:lm margin=18.
  997. :font facename=Courier size=12x8.p{wd}:font facename=default size=0x0. - Produces a column with each item typeset in a parbox of
  998. width :font facename=Courier size=12x8.wd:font facename=default size=0x0., as if it were the argument of a :font facename=Courier size=12x8.\parbox[t]{wd}:font facename=default size=0x0.
  999. command.  However, a :font facename=Courier size=12x8.\\:font facename=default size=0x0. may not appear in the item, except in the
  1000. following situations&colon.
  1001.  
  1002. :lm margin=18.:p.:lm margin=19..&larrow.:lm margin=21.
  1003. inside an environment like :font facename=Courier size=12x8.minipage:font facename=default size=0x0., :font facename=Courier size=12x8.array:font facename=default size=0x0., or :font facename=Courier size=12x8.tabular:font facename=default size=0x0..
  1004. :lm margin=18.:p.:lm margin=19..&larrow.:lm margin=21.
  1005. inside an explicit :font facename=Courier size=12x8.\parbox:font facename=default size=0x0..
  1006. :lm margin=18.:p.:lm margin=19..&larrow.:lm margin=21.
  1007. in the scope of a :font facename=Courier size=12x8.\centering:font facename=default size=0x0., :font facename=Courier size=12x8.\raggedright:font facename=default size=0x0., or :font facename=Courier size=12x8.\raggedleft:font facename=default size=0x0.
  1008. declaration.  The latter declarations must appear inside braces or an
  1009. environment when used in a :font facename=Courier size=12x8.p-column:font facename=default size=0x0. element.
  1010.  
  1011. :p.:lm margin=18.
  1012. :lm margin=13.:p.:lm margin=15.7.:lm margin=18.
  1013. :font facename=Courier size=12x8.*{num}{cols}:font facename=default size=0x0. - Equivalent to :font facename=Courier size=12x8.num:font facename=default size=0x0. copies of
  1014. :font facename=Courier size=12x8.cols:font facename=default size=0x0., where :font facename=Courier size=12x8.num:font facename=default size=0x0. is any positive integer and :font facename=Courier size=12x8.cols:font facename=default size=0x0. is
  1015. any list of column-specifiers, which may contain another
  1016. :font facename=Courier size=12x8.*-expression:font facename=default size=0x0..
  1017.  
  1018. :p.:lm margin=13.
  1019.  
  1020. :eparml.:lm margin=1.
  1021. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd104.\cline:elink.:pd.
  1022. :pt.:link reftype=hd refid=hd105.\hline:elink.:pd.
  1023. :pt.:link reftype=hd refid=hd106.\multicolumn:elink.:pd.
  1024. :pt.:link reftype=hd refid=hd107.\vline:elink.:pd.
  1025. :eparml.
  1026. :h4 id=hd104.\cline
  1027. :lm margin=1.
  1028. :p.:font facename=Courier size=12x8.\cline{i-j}:font facename=default size=0x0.
  1029. :p.The :font facename=Courier size=12x8.\cline:font facename=default size=0x0. command draws horizontal lines across the columns
  1030. specified, beginning in column :font facename=Courier size=12x8.i:font facename=default size=0x0. and ending in column :font facename=Courier size=12x8.j:font facename=default size=0x0.,
  1031. which are identified in the mandatory argument.
  1032. :h4 id=hd105.\hline
  1033. :lm margin=1.
  1034. :p.The :font facename=Courier size=12x8.\hline:font facename=default size=0x0. command will draw a horizontal line the width of the
  1035. table.  It's most commonly used to draw a line at the top, bottom, and
  1036. between the rows of the table.
  1037. :h4 id=hd106.\multicolumn
  1038. :lm margin=1.
  1039. :p.:font facename=Courier size=12x8.\multicolumn{cols}{pos}{text}:font facename=default size=0x0.
  1040. :p.The :font facename=Courier size=12x8.\multicolumn:font facename=default size=0x0. is used to make an entry that spans several
  1041. columns.  The first mandatory argument, :font facename=Courier size=12x8.cols:font facename=default size=0x0., specifies the
  1042. number of columns to span.  The second mandatory argument, :font facename=Courier size=12x8.pos:font facename=default size=0x0.,
  1043. specifies the formatting of the entry; :font facename=Courier size=12x8.c:font facename=default size=0x0. for centred, :font facename=Courier size=12x8.l:font facename=default size=0x0.
  1044. for flushleft, :font facename=Courier size=12x8.r:font facename=default size=0x0. for flushright.  The third mandatory argument,
  1045. :font facename=Courier size=12x8.text:font facename=default size=0x0., specifies what text is to make up the entry.
  1046. :h4 id=hd107.\vline
  1047. :lm margin=1.
  1048. :p.The :font facename=Courier size=12x8.\vline:font facename=default size=0x0. command will draw a vertical line extending the full
  1049. height and depth of its row.  An :font facename=Courier size=12x8.\hfill:font facename=default size=0x0. command can be used to
  1050. move the line to the edge of the column.  It can also be used in an
  1051. @-expression.
  1052. :h3 id=hd68.thebibliography
  1053. :lm margin=1.
  1054. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1055.  \begin{thebibliography}{widest-label}
  1056.  \bibitem[label]{cite_key}
  1057.  .
  1058.  .
  1059.  .
  1060.  \end{thebibliography}
  1061. :font facename=default size=0x0.:lm margin=1.:elines.
  1062. :p.The :font facename=Courier size=12x8.thebibliography:font facename=default size=0x0. environment produces a bibliography or
  1063. reference list.  In the :font facename=Courier size=12x8.article:font facename=default size=0x0. style, this reference list is
  1064. labelled "References"; in the :font facename=Courier size=12x8.report:font facename=default size=0x0. style, it is labelled
  1065. "Bibliography".
  1066.  
  1067. :ul.:li.
  1068. :font facename=Courier size=12x8.widest-label:font facename=default size=0x0.&colon. Text that, when printed, is approximately as wide
  1069. as the widest item label produces by the :font facename=Courier size=12x8.\bibitem:font facename=default size=0x0. commands.
  1070.  
  1071. :eul.:lm margin=1.
  1072. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd108.\bibitem:elink.:pd.
  1073. :pt.:link reftype=hd refid=hd109.\cite:elink.:pd.
  1074. :pt.:link reftype=hd refid=hd110.\nocite:elink.:pd.
  1075. :eparml.
  1076. :h4 id=hd108.\bibitem
  1077. :lm margin=1.
  1078. :p.:font facename=Courier size=12x8.\bibitem[label]{cite_key}:font facename=default size=0x0.
  1079. :p.The :font facename=Courier size=12x8.\bibitem:font facename=default size=0x0. command generates an entry labelled by :font facename=Courier size=12x8.label:font facename=default size=0x0..
  1080. If the :font facename=Courier size=12x8.label:font facename=default size=0x0. argument is missing, a number is generated as the
  1081. :font facename=Courier size=12x8.label:font facename=default size=0x0., using the :font facename=Courier size=12x8.enumi:font facename=default size=0x0. counter.  The :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. is
  1082. any sequence of letters, numbers, and punctuation symbols not containing
  1083. a comma.  This command writes an entry on the :font facename=Courier size=12x8.&apos..aux&apos.:font facename=default size=0x0. file
  1084. containing :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. and the item's :font facename=Courier size=12x8.label:font facename=default size=0x0..  When this
  1085. :font facename=Courier size=12x8.&apos..aux&apos.:font facename=default size=0x0. file is read by the :font facename=Courier size=12x8.\begin{document}:font facename=default size=0x0. command, the
  1086. item's :font facename=Courier size=12x8.label:font facename=default size=0x0. is associated with :font facename=Courier size=12x8.cite_key:font facename=default size=0x0., causing the
  1087. reference to :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. by a :font facename=Courier size=12x8.\cite:font facename=default size=0x0. command to produce the
  1088. associated :font facename=Courier size=12x8.label:font facename=default size=0x0..
  1089. :h4 id=hd109.\cite
  1090. :lm margin=1.
  1091. :p.:font facename=Courier size=12x8.\cite[text]{key_list}:font facename=default size=0x0.
  1092. :p.The :font facename=Courier size=12x8.key_list:font facename=default size=0x0. argument is a list of citation keys.  This command
  1093. generates an in-text citation to the references associated with the keys
  1094. in :font facename=Courier size=12x8.key_list:font facename=default size=0x0. by entries on the :font facename=Courier size=12x8.&apos..aux&apos.:font facename=default size=0x0. file read by the
  1095. :font facename=Courier size=12x8.\begin{document}:font facename=default size=0x0. command.
  1096. :h4 id=hd110.\nocite
  1097. :lm margin=1.
  1098. :p.:font facename=Courier size=12x8.\nocite{key_list}:font facename=default size=0x0.
  1099. :p.The :font facename=Courier size=12x8.\nocite:font facename=default size=0x0. command produces no text, but writes :font facename=Courier size=12x8.key_list:font facename=default size=0x0.,
  1100. which is a list of one or more citation keys, on the :font facename=Courier size=12x8.&apos..aux&apos.:font facename=default size=0x0. file.
  1101. :h3 id=hd69.theorem
  1102. :lm margin=1.
  1103. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1104.  \begin{theorem}
  1105.   theorem text
  1106.  \end{theorem}
  1107. :font facename=default size=0x0.:lm margin=1.:elines.
  1108. :p.The :font facename=Courier size=12x8.theorem:font facename=default size=0x0. environment produces "Theorem x" in boldface followed
  1109. by your theorem text.
  1110. :h3 id=hd70.titlepage
  1111. :lm margin=1.
  1112. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1113.  \begin{titlepage}
  1114.   text
  1115.  \end{titlepage}
  1116. :font facename=default size=0x0.:lm margin=1.:elines.
  1117. :p.The :font facename=Courier size=12x8.titlepage:font facename=default size=0x0. environment creates a title page, i.e.  a page with no
  1118. printed page number or heading.  It also causes the following page to be
  1119. numbered page one.  Formatting the title page is left to you.  The
  1120. :font facename=Courier size=12x8.\today:font facename=default size=0x0. command comes in handy for title pages.
  1121. :h3 id=hd71.verbatim
  1122. :lm margin=1.
  1123. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1124.  \begin{verbatim}
  1125.   text
  1126.  \end{verbatim}
  1127. :font facename=default size=0x0.:lm margin=1.:elines.
  1128. :p.The :font facename=Courier size=12x8.verbatim:font facename=default size=0x0. environment is a paragraph-making environment that
  1129. gets LaTeX to print exactly what you type in.  It turns LaTeX into a
  1130. typewriter with carriage returns and blanks having the same effect that
  1131. they would on a typewriter.
  1132. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd111.\verb:elink.:pd.
  1133. :eparml.
  1134. :h4 id=hd111.\verb
  1135. :lm margin=1.
  1136. :p.:font facename=Courier size=12x8.\verb char literal_text char \verb*char literal_text char:font facename=default size=0x0.
  1137. :p.Typesets :font facename=Courier size=12x8.literal_text:font facename=default size=0x0. exactly as typed, including special
  1138. characters and spaces, using a typewriter (:font facename=Courier size=12x8.\tt:font facename=default size=0x0.) type style.
  1139. There may be no space between :font facename=Courier size=12x8.\verb:font facename=default size=0x0. or :font facename=Courier size=12x8.\verb*:font facename=default size=0x0. and
  1140. :font facename=Courier size=12x8.char:font facename=default size=0x0. (space is shown here only for clarity).  The :font facename=Courier size=12x8.*-form:font facename=default size=0x0.
  1141. differs only in that spaces are printed.
  1142. :h3 id=hd72.verse
  1143. :lm margin=1.
  1144. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1145.  \begin{verse}
  1146.   text
  1147.  \end{verse}
  1148. :font facename=default size=0x0.:lm margin=1.:elines.
  1149. :p.The :font facename=Courier size=12x8.verse:font facename=default size=0x0. environment is designed for poetry, though you may find
  1150. other uses for it.
  1151. :h2 id=hd13.Footnotes
  1152. :lm margin=1.
  1153. :p.:font facename=Courier size=12x8.Footnotes:font facename=default size=0x0. can be produced in one of two ways.  They can be
  1154. produced with one command, the :font facename=Courier size=12x8.\footnote:font facename=default size=0x0. command.  They can also
  1155. be produced with two commands, the :font facename=Courier size=12x8.\footnotemark:font facename=default size=0x0. and the
  1156. :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. commands.  See the specific command for information
  1157. on why you would use one over the other.
  1158. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd112.\footnote:elink.:pd.
  1159. :pt.:link reftype=hd refid=hd113.\footnotemark:elink.:pd.
  1160. :pt.:link reftype=hd refid=hd114.\footnotetext:elink.:pd.
  1161. :eparml.
  1162. :h3 id=hd112.\footnote
  1163. :lm margin=1.
  1164. :p.:font facename=Courier size=12x8.\footnote[number]{text}:font facename=default size=0x0.
  1165. :p.The :font facename=Courier size=12x8.\footnote:font facename=default size=0x0. command places the numbered footnote :font facename=Courier size=12x8.text:font facename=default size=0x0. at
  1166. the bottom of the current page.  The optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0.,
  1167. is used to change the default footnote number.  This command can only be
  1168. used in outer paragraph mode.
  1169. :h3 id=hd113.\footnotemark
  1170. :lm margin=1.
  1171. :p.The :font facename=Courier size=12x8.\footnotemark:font facename=default size=0x0. command puts the footnote :font facename=Courier size=12x8.number:font facename=default size=0x0. in the
  1172. text.  This command can be used in inner paragraph mode.  The text of
  1173. the footnote is supplied by the :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command.
  1174. :h3 id=hd114.\footnotetext
  1175. :lm margin=1.
  1176. :p.:font facename=Courier size=12x8.\footnotetext[number]{text}:font facename=default size=0x0.
  1177. :p.The :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command produces the :font facename=Courier size=12x8.text:font facename=default size=0x0. to be placed
  1178. at the bottom of the page.  This command can come anywhere after the
  1179. :font facename=Courier size=12x8.\footnotemark:font facename=default size=0x0. command.  The :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command must
  1180. appear in outer paragraph mode.
  1181. :h2 id=hd14.Lengths
  1182. :lm margin=1.
  1183. :p.A :font facename=Courier size=12x8.length:font facename=default size=0x0. is a measure of distance.  Many LaTeX commands take a
  1184. length as an argument.
  1185. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd115.\newlength:elink.:pd.
  1186. :pt.:link reftype=hd refid=hd116.\setlength:elink.:pd.
  1187. :pt.:link reftype=hd refid=hd117.\addtolength:elink.:pd.
  1188. :pt.:link reftype=hd refid=hd118.\settowidth:elink.:pd.
  1189. :eparml.
  1190. :h3 id=hd115.\newlength
  1191. :lm margin=1.
  1192. :p.:font facename=Courier size=12x8.\newlength{\gnat}:font facename=default size=0x0.
  1193. :p.The :font facename=Courier size=12x8.\newlength:font facename=default size=0x0. command defines the mandatory argument,
  1194. :font facename=Courier size=12x8.\gnat:font facename=default size=0x0., as a :font facename=Courier size=12x8.length:font facename=default size=0x0. command with a value of :font facename=Courier size=12x8.0in:font facename=default size=0x0..  An
  1195. error occurs if a :font facename=Courier size=12x8.\gnat:font facename=default size=0x0. command already exists.
  1196. :h3 id=hd116.\setlength
  1197. :lm margin=1.
  1198. :p.:font facename=Courier size=12x8.\setlength{\gnat}{length}:font facename=default size=0x0.
  1199. :p.The :font facename=Courier size=12x8.\setlength:font facename=default size=0x0. command is used to set the value of a
  1200. :font facename=Courier size=12x8.length:font facename=default size=0x0. command.  The :font facename=Courier size=12x8.length:font facename=default size=0x0. argument can be expressed in
  1201. any terms of length LaTeX understands, i.e., inches (:font facename=Courier size=12x8.in:font facename=default size=0x0.),
  1202. millimeters (:font facename=Courier size=12x8.mm:font facename=default size=0x0.), points (:font facename=Courier size=12x8.pt:font facename=default size=0x0.), etc.
  1203. :h3 id=hd117.\addtolength
  1204. :lm margin=1.
  1205. :p.:font facename=Courier size=12x8.\addtolength{\gnat}{length}:font facename=default size=0x0.
  1206. :p.The :font facename=Courier size=12x8.\addtolength:font facename=default size=0x0. command increments a "length command" by the
  1207. amount specified in the :font facename=Courier size=12x8.length:font facename=default size=0x0. argument.  It can be a negative
  1208. amount.
  1209. :h3 id=hd118.\settowidth
  1210. :lm margin=1.
  1211. :p.:font facename=Courier size=12x8.\settowidth{\gnat}{text}:font facename=default size=0x0.
  1212. :p.The :font facename=Courier size=12x8.\settowidth:font facename=default size=0x0. command sets the value of a :font facename=Courier size=12x8.length:font facename=default size=0x0. command
  1213. equal to the width of the :font facename=Courier size=12x8.text:font facename=default size=0x0. argument.
  1214. :h2 id=hd15.Letters
  1215. :lm margin=1.
  1216. :p.You can use LaTeX to typeset letters, both personal and business.  The
  1217. :font facename=Courier size=12x8.letter:font facename=default size=0x0. document style is designed to make a number of letters at
  1218. once, although you can make just one if you so desire.
  1219. :p.Your :font facename=Courier size=12x8.&apos..tex&apos.:font facename=default size=0x0. source file has the same minimum commands as the other
  1220. document styles, i.e., you must have the following commands as a
  1221. minimum&colon.
  1222. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1223.  \documentstyle{letter}
  1224.  \begin{document}
  1225.   &dot.&dot.&dot. letters &dot.&dot.&dot.
  1226.  \end{document}
  1227. :font facename=default size=0x0.:lm margin=1.:elines.
  1228. :p.Each letter is a :font facename=Courier size=12x8.letter:font facename=default size=0x0. environment, whose argument is the name
  1229. and address of the recipient.  For example, you might have&colon.
  1230. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1231.  \begin{letter}{Mr. Joe Smith\\ 2345 Princess St. 
  1232.       \\ Edinburgh, EH1 1AA}
  1233.    &dot.&dot.&dot.
  1234.  \end{letter}
  1235. :font facename=default size=0x0.:lm margin=1.:elines.
  1236.  
  1237. :p.The letter itself begins with the :font facename=Courier size=12x8.\opening:font facename=default size=0x0. command.  The text of
  1238. the letter follows.  It is typed as ordinary LaTeX input.  Commands that
  1239. make no sense in a letter, like :font facename=Courier size=12x8.\chapter:font facename=default size=0x0., don't work.  The letter
  1240. closes with a :font facename=Courier size=12x8.\closing:font facename=default size=0x0. command.
  1241. :p.After the :font facename=Courier size=12x8.closing:font facename=default size=0x0., you can have additional material.  The
  1242. :font facename=Courier size=12x8.\cc:font facename=default size=0x0. command produces the usual "cc&colon. &dot.&dot.&dot.".  There's also a similar
  1243. :font facename=Courier size=12x8.\encl:font facename=default size=0x0. command for a list of enclosures.
  1244. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd119.\opening:elink.:pd.
  1245. :pt.:link reftype=hd refid=hd120.\closing:elink.:pd.
  1246. :pt.:link reftype=hd refid=hd121.Declarations:elink.:pd.
  1247. :eparml.
  1248. :h3 id=hd119.\opening
  1249. :lm margin=1.
  1250. :p.:font facename=Courier size=12x8.\opening{text}:font facename=default size=0x0.
  1251. :p.The letter begins with the :font facename=Courier size=12x8.\opening:font facename=default size=0x0. command.  The mandatory
  1252. argument, :font facename=Courier size=12x8.text:font facename=default size=0x0., is whatever text you wish to start your letter,
  1253. i.e.,
  1254. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1255.  \opening{Dear Joe,}
  1256. :font facename=default size=0x0.:lm margin=1.:elines.
  1257. :h3 id=hd120.\closing
  1258. :lm margin=1.
  1259. :p.:font facename=Courier size=12x8.\closing{text}:font facename=default size=0x0.
  1260. :p.The letter closes with a :font facename=Courier size=12x8.\closing:font facename=default size=0x0. command, i.e.,
  1261. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1262.  \closing{Best Regards,}
  1263. :font facename=default size=0x0.:lm margin=1.:elines.
  1264. :h3 id=hd121.Declarations
  1265. :lm margin=1.
  1266. :p.The following commands are declarations which take a single argument.
  1267. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd122.\address:elink.:pd.
  1268. :pt.:link reftype=hd refid=hd123.\signature:elink.:pd.
  1269. :pt.:link reftype=hd refid=hd124.\location:elink.:pd.
  1270. :pt.:link reftype=hd refid=hd125.\telephone:elink.:pd.
  1271. :eparml.
  1272. :h3 id=hd122.\address
  1273. :lm margin=1.
  1274. :p.:font facename=Courier size=12x8.\address{Return address}:font facename=default size=0x0.
  1275. :p.The return address, as it should appear on the letter and the envelope.
  1276. Separate lines of the address should be separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0. commands.
  1277. If you do not make an :font facename=Courier size=12x8.\address:font facename=default size=0x0. declaration, then the letter will
  1278. be formatted for copying onto your organisation's standard letterhead.
  1279. (See :link reftype=hd refid=hd3.Overview:elink., for details on your local implementation).  If you
  1280. give an :font facename=Courier size=12x8.\address:font facename=default size=0x0. declaration, then the letter will be formatted
  1281. as a personal letter.
  1282. :h3 id=hd123.\signature
  1283. :lm margin=1.
  1284. :p.:font facename=Courier size=12x8.\signature{Your name}:font facename=default size=0x0.
  1285. :p.Your name, as it should appear at the end of the letter underneath the
  1286. space for your signature.  Items that should go on separate lines should
  1287. be separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0. commands.
  1288. :h3 id=hd124.\location
  1289. :lm margin=1.
  1290. :p.:font facename=Courier size=12x8.\location{address}:font facename=default size=0x0.
  1291. :p.This modifies your organisation's standard address.  This only appears
  1292. if the :font facename=Courier size=12x8.firstpage:font facename=default size=0x0. pagestyle is selected.
  1293. :h3 id=hd125.\telephone
  1294. :lm margin=1.
  1295. :p.:font facename=Courier size=12x8.\telephone{number}:font facename=default size=0x0.
  1296. :p.This is your telephone number.  This only appears if the
  1297. :font facename=Courier size=12x8.firstpage:font facename=default size=0x0. pagestyle is selected.
  1298. :h2 id=hd16.Line &. Page Breaking
  1299. :lm margin=1.
  1300. :p.The first thing LaTeX does when processing ordinary text is to
  1301. translate your input file into a string of glyphs and spaces.  To
  1302. produce a printed document, this string must be broken into lines, and
  1303. these lines must be broken into pages.  In some environments, you do the
  1304. line breaking yourself with the :font facename=Courier size=12x8.\\:font facename=default size=0x0. command, but LaTeX usually
  1305. does it for you.
  1306. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd126.\\:elink.:pd.
  1307. :pt.:link reftype=hd refid=hd127.\- (hyphenation):elink.:pd.
  1308. :pt.:link reftype=hd refid=hd128.\cleardoublepage:elink.:pd.
  1309. :pt.:link reftype=hd refid=hd129.\clearpage:elink.:pd.
  1310. :pt.:link reftype=hd refid=hd130.\hyphenation:elink.:pd.
  1311. :pt.:link reftype=hd refid=hd131.\linebreak:elink.:pd.
  1312. :pt.:link reftype=hd refid=hd132.\newline:elink.:pd.
  1313. :pt.:link reftype=hd refid=hd133.\newpage:elink.:pd.
  1314. :pt.:link reftype=hd refid=hd134.\nolinebreak:elink.:pd.
  1315. :pt.:link reftype=hd refid=hd135.\nopagebreak:elink.:pd.
  1316. :pt.:link reftype=hd refid=hd136.\pagebreak:elink.:pd.
  1317. :eparml.
  1318. :h3 id=hd126.\\
  1319. :lm margin=1.
  1320. :p.:font facename=Courier size=12x8.\\[*][extra-space]:font facename=default size=0x0.
  1321. :p.The :font facename=Courier size=12x8.\\:font facename=default size=0x0. command tells LaTeX to start a new line.  It has an
  1322. optional argument, :font facename=Courier size=12x8.extra-space:font facename=default size=0x0., that specifies how much extra
  1323. vertical space is to be inserted before the next line.  This can be a
  1324. negative amount.
  1325. :p.The :font facename=Courier size=12x8.\\*:font facename=default size=0x0. command is the same as the ordinary :font facename=Courier size=12x8.\\:font facename=default size=0x0. command
  1326. except that it tells LaTeX not to start a new page after the line.
  1327. :h3 id=hd127.\-
  1328. :lm margin=1.
  1329. :p.The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command tells LaTeX that it may hyphenate the word at that
  1330. point.  LaTeX is very good at hyphenating, and it will usually find all
  1331. correct hyphenation points.  The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command is used for the
  1332. exceptional cases.
  1333. :h3 id=hd128.\cleardoublepage
  1334. :lm margin=1.
  1335. :p.The :font facename=Courier size=12x8.\cleardoublepage:font facename=default size=0x0. command ends the current page and causes all
  1336. figures and tables that have so far appeared in the input to be printed.
  1337. In a two-sided printing style, it also makes the next page a right-hand
  1338. (odd-numbered) page, producing a blank page if necessary.
  1339. :h3 id=hd129.\clearpage
  1340. :lm margin=1.
  1341. :p.The :font facename=Courier size=12x8.\clearpage:font facename=default size=0x0. command ends the current page and causes all
  1342. figures and tables that have so far appeared in the input to be printed.
  1343. :h3 id=hd130.\hyphenation
  1344. :lm margin=1.
  1345. :p.:font facename=Courier size=12x8.\hyphenation{words}:font facename=default size=0x0.
  1346. :p.The :font facename=Courier size=12x8.\hyphenation:font facename=default size=0x0. command declares allowed hyphenation points,
  1347. where :font facename=Courier size=12x8.words:font facename=default size=0x0. is a list of words, separated by spaces, in which
  1348. each hyphenation point is indicated by a :font facename=Courier size=12x8.-:font facename=default size=0x0. character.
  1349. :h3 id=hd131.\linebreak
  1350. :lm margin=1.
  1351. :p.:font facename=Courier size=12x8.\linebreak[number]:font facename=default size=0x0.
  1352. :p.The :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0. command tells LaTeX to break the current line at
  1353. the point of the command.  With the optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0.,
  1354. you can convert the :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0. command from a demand to a
  1355. request.  The number must be a number from 0 to 4.  The higher the
  1356. number, the more insistent the request is.
  1357. :p.The :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0. command causes LaTeX to stretch the line so it
  1358. extends to the right margin.
  1359. :h3 id=hd132.\newline
  1360. :lm margin=1.
  1361. :p.The :font facename=Courier size=12x8.\newline:font facename=default size=0x0. command breaks the line right where it is.  The
  1362. :font facename=Courier size=12x8.\newline:font facename=default size=0x0. command can be used only in paragraph mode.
  1363. :h3 id=hd133.\newpage
  1364. :lm margin=1.
  1365. :p.The :font facename=Courier size=12x8.\newpage:font facename=default size=0x0. command ends the current page.
  1366. :h3 id=hd134.\nolinebreak
  1367. :lm margin=1.
  1368. :p.:font facename=Courier size=12x8.\nolinebreak[number]:font facename=default size=0x0.
  1369. :p.The :font facename=Courier size=12x8.\nolinebreak:font facename=default size=0x0. command prevents LaTeX from breaking the current
  1370. line at the point of the command.  With the optional argument,
  1371. :font facename=Courier size=12x8.number:font facename=default size=0x0., you can convert the :font facename=Courier size=12x8.\nolinebreak:font facename=default size=0x0. command from a
  1372. demand to a request.  The number must be a number from 0 to 4.  The
  1373. higher the number, the more insistent the request is.
  1374. :h3 id=hd135.\nopagebreak
  1375. :lm margin=1.
  1376. :p.:font facename=Courier size=12x8.\nopagebreak[number]:font facename=default size=0x0.
  1377. :p.The :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command prevents LaTeX from breaking the current
  1378. page at the point of the command.  With the optional argument,
  1379. :font facename=Courier size=12x8.number:font facename=default size=0x0., you can convert the :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command from a
  1380. demand to a request.  The number must be a number from 0 to 4.  The
  1381. higher the number, the more insistent the request is.
  1382. :p.The :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command prevents LaTeX from breaking the current
  1383. page at the point of the command.  With the optional argument,
  1384. :font facename=Courier size=12x8.number:font facename=default size=0x0., you can convert the :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command from a
  1385. demand to a request.  The number must be a number from 0 to 4.  The
  1386. higher the number, the more insistent the request is.
  1387. :h3 id=hd136.\pagebreak
  1388. :lm margin=1.
  1389. :p.:font facename=Courier size=12x8.\pagebreak[number]:font facename=default size=0x0.
  1390. :p.The :font facename=Courier size=12x8.\pagebreak:font facename=default size=0x0. command tells LaTeX to break the current page at
  1391. the point of the command.  With the optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0.,
  1392. you can convert the :font facename=Courier size=12x8.\pagebreak:font facename=default size=0x0. command from a demand to a
  1393. request.  The number must be a number from 0 to 4.  The higher the
  1394. number, the more insistent the request is.
  1395. :h2 id=hd17.Making Paragraphs
  1396. :lm margin=1.
  1397. :p.A paragraph is ended by one or more completely blank lines -- lines not
  1398. containing even an :font facename=Courier size=12x8.%:font facename=default size=0x0..  A blank line should not appear where a new
  1399. paragraph cannot be started, such as in math mode or in the argument of
  1400. a sectioning command.
  1401. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd137.\indent:elink.:pd.
  1402. :pt.:link reftype=hd refid=hd138.\noindent:elink.:pd.
  1403. :pt.:link reftype=hd refid=hd139.\par:elink.:pd.
  1404. :eparml.
  1405. :h3 id=hd137.\indent
  1406. :lm margin=1.
  1407. :p.:font facename=Courier size=12x8.\indent:font facename=default size=0x0.
  1408. :p.This produces a horizontal space whose width equals the width of the
  1409. paragraph indentation.  It is used to add paragraph indentation where it
  1410. would otherwise be suppressed.
  1411. :h3 id=hd138.\noindent
  1412. :lm margin=1.
  1413. :p.:font facename=Courier size=12x8.\noindent:font facename=default size=0x0.
  1414. :p.When used at the beginning of the paragraph, it suppresses the paragraph
  1415. indentation.  It has no effect when used in the middle of a paragraph.
  1416. :h3 id=hd139.\par
  1417. :lm margin=1.
  1418. :p.Equivalent to a blank line; often used to make command or environment
  1419. definitions easier to read.
  1420. :h2 id=hd18.Math Formulae
  1421. :lm margin=1.
  1422. :p.There are three environments that put LaTeX in math mode&colon.
  1423.  
  1424. :parml break=fit.:pt.:font facename=Courier size=12x8.math:font facename=default size=12x8.:pd.
  1425. For Formulae that appear right in the text.
  1426. :pt.:font facename=Courier size=12x8.displaymath:font facename=default size=12x8.:pd.For Formulae that appear on their own line.
  1427. :pt.:font facename=Courier size=12x8.equation:font facename=default size=12x8.:pd.The same as the displaymath environment except that it adds an equation
  1428. number in the right margin.
  1429.  
  1430. :eparml.:lm margin=1.
  1431. :p.The :font facename=Courier size=12x8.math:font facename=default size=0x0. environment can be used in both paragraph and LR mode,
  1432. but the :font facename=Courier size=12x8.displaymath:font facename=default size=0x0. and :font facename=Courier size=12x8.equation:font facename=default size=0x0. environments can be used
  1433. only in paragraph mode.  The :font facename=Courier size=12x8.math:font facename=default size=0x0. and :font facename=Courier size=12x8.displaymath:font facename=default size=0x0.
  1434. environments are used so often that they have the following short forms&colon.
  1435. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1436.     \(&dot.&dot.&dot.\)     instead of     \begin{math}&dot.&dot.&dot.\end{math}
  1437.     \[&dot.&dot.&dot.\]     instead of     \begin{displaymath}&dot.&dot.&dot.\end{displaymath}
  1438. :font facename=default size=0x0.:lm margin=1.:elines.
  1439. :p.In fact, the :font facename=Courier size=12x8.math:font facename=default size=0x0. environment is so common that it has an even
  1440. shorter form&colon.
  1441. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1442.     $ &dot.&dot.&dot. $     instead of     \(&dot.&dot.&dot.\)
  1443. :font facename=default size=0x0.:lm margin=1.:elines.
  1444. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd140.Subscripts &. Superscripts:elink.:pd.
  1445. :pt.:link reftype=hd refid=hd141.Math Symbols:elink.:pd.
  1446. :pt.:link reftype=hd refid=hd142.Spacing in Math Mode:elink.:pd.
  1447. :pt.:link reftype=hd refid=hd143.Math Miscellany:elink.:pd.
  1448. :eparml.
  1449. :h3 id=hd140.Subscripts &. Superscripts
  1450. :lm margin=1.
  1451. :p.To get an expression :font facename=Courier size=12x8.exp:font facename=default size=0x0. to appear as a subscript, you just type
  1452. :font facename=Courier size=12x8._{exp}:font facename=default size=0x0..  To get :font facename=Courier size=12x8.exp:font facename=default size=0x0. to appear as a superscript, you type
  1453. :font facename=Courier size=12x8.^{exp}:font facename=default size=0x0.. LaTeX handles superscripted superscripts and all of
  1454. that stuff in the natural way.  It even does the right thing when
  1455. something has both a subscript and a superscript.
  1456. :h3 id=hd141.Math Symbols
  1457. :lm margin=1.
  1458. :p.LaTeX provides almost any mathematical symbol you're likely to need. The
  1459. commands for generating them can be used only in math mode.  For
  1460. example, if you include :font facename=Courier size=12x8.$\pi$:font facename=default size=0x0. in your source, you will get the
  1461. symbol Ï€ in your output.
  1462. :h3 id=hd142.Spacing in Math Mode
  1463. :lm margin=1.
  1464. :p.In a :font facename=Courier size=12x8.math:font facename=default size=0x0. environment, LaTeX ignores the spaces you type and puts
  1465. in the spacing that it thinks is best.  LaTeX formats mathematics the
  1466. way it's done in mathematics texts.  If you want different spacing,
  1467. LaTeX provides the following four commands for use in math mode&colon.
  1468. In a :font facename=Courier size=12x8.math:font facename=default size=0x0. environment, LaTeX ignores the spaces you type and puts
  1469. in the spacing that it thinks is best.  LaTeX formats mathematics the
  1470. way it's done in mathematics texts.  If you want different spacing,
  1471. LaTeX provides the following four commands for use in math mode&colon.
  1472.  
  1473. :ol.:li.
  1474. :font facename=Courier size=12x8.\;:font facename=default size=0x0. - a thick space
  1475. :li.:font facename=Courier size=12x8.\&colon.:font facename=default size=0x0. - a medium space
  1476. :li.:font facename=Courier size=12x8.\,:font facename=default size=0x0. - a thin space
  1477. :li.:font facename=Courier size=12x8.\!:font facename=default size=0x0. - a negative thin space
  1478.  
  1479. :eol.:lm margin=1.
  1480. :h3 id=hd143.Math Miscellany
  1481. :lm margin=1.
  1482.  
  1483. :parml break=fit.
  1484. :pt.:font facename=Courier size=12x8.\cdots:font facename=default size=12x8.:pd.The :font facename=Courier size=12x8.\cdots:font facename=default size=0x0. command produces a horizontal ellipsis where the dots
  1485. are raised to the center of the line.
  1486. :p.
  1487.  
  1488. :pt.:font facename=Courier size=12x8.\ddots:font facename=default size=12x8.:pd.The :font facename=Courier size=12x8.\ddots:font facename=default size=0x0. command produces a diagonal ellipsis.
  1489. :p.
  1490. :pt.:font facename=Courier size=12x8.\frac:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\frac{num}{den}:font facename=default size=0x0.
  1491. The :font facename=Courier size=12x8.\frac:font facename=default size=0x0. command produces the fraction :font facename=Courier size=12x8.num:font facename=default size=0x0. divided by :font facename=Courier size=12x8.den:font facename=default size=0x0..
  1492. :p.
  1493. :pt.:font facename=Courier size=12x8.\ldots:font facename=default size=12x8.:pd.The :font facename=Courier size=12x8.\ldots:font facename=default size=0x0. command produces an ellipsis.  This command works in
  1494. any mode, not just math mode.
  1495. :p.eg.
  1496. :pt.:font facename=Courier size=12x8.\overbrace:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\overbrace{text}:font facename=default size=0x0.
  1497. The :font facename=Courier size=12x8.\overbrace:font facename=default size=0x0. command generates a brace over text.
  1498. :p.
  1499. :pt.:font facename=Courier size=12x8.\overline:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\overline{text}:font facename=default size=0x0.
  1500. The :font facename=Courier size=12x8.\overline:font facename=default size=0x0. command causes the argument text to be overlined.
  1501. :p.
  1502. :pt.:font facename=Courier size=12x8.\sqrt:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\sqrt[root]{arg}:font facename=default size=0x0.
  1503. The :font facename=Courier size=12x8.\sqrt:font facename=default size=0x0. command produces the square root of its argument.  The
  1504. optional argument, :font facename=Courier size=12x8.root:font facename=default size=0x0., determines what root to produce, i.e.,
  1505. the cube root of :font facename=Courier size=12x8.x+y:font facename=default size=0x0. would be typed as :font facename=Courier size=12x8.$\sqrt[3]{x+y}$:font facename=default size=0x0..
  1506. :p.
  1507. :pt.:font facename=Courier size=12x8.\underbrace:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\underbrace{text}:font facename=default size=0x0.
  1508. The :font facename=Courier size=12x8.\underbrace:font facename=default size=0x0. command generates text with a brace underneath.
  1509. :p.
  1510. :pt.:font facename=Courier size=12x8.\underline:font facename=default size=12x8.:pd.:font facename=Courier size=12x8.\underline{text}:font facename=default size=0x0.
  1511. The :font facename=Courier size=12x8.\underline:font facename=default size=0x0. command causes the argument text to be underlined.
  1512. This command can also be used in paragraph and LR modes.
  1513. :p.
  1514. :pt.:font facename=Courier size=12x8.\vdots:font facename=default size=12x8.:pd.The :font facename=Courier size=12x8.\vdots:font facename=default size=0x0. command produces a vertical ellipsis.
  1515. :p.
  1516.  
  1517. :eparml.:lm margin=1.
  1518. :h2 id=hd19.Modes
  1519. :lm margin=1.
  1520.  
  1521. :p.When LaTeX is processing your input text, it is always in one of three
  1522. modes&colon.
  1523.  
  1524. :ul.:li.
  1525. Paragraph mode
  1526. :li.Math mode
  1527. :li.Left-to-right mode, called LR mode for short
  1528.  
  1529. :eul.:lm margin=1.
  1530. :p.LaTeX changes mode only when it goes up or down a staircase to a
  1531. different level, though not all level changes produce mode changes.
  1532. Mode changes occur only when entering or leaving an environment, or when
  1533. LaTeX is processing the argument of certain text-producing commands.
  1534. :p."Paragraph mode" is the most common; it's the one LaTeX is in when
  1535. processing ordinary text.  In that mode, LaTeX breaks your text into
  1536. lines and breaks the lines into pages.  LaTeX is in "math mode" when
  1537. it's generating a mathematical formula.  In "LR mode", as in paragraph
  1538. mode, LaTeX considers the output that it produces to be a string of
  1539. words with spaces between them.  However, unlike paragraph mode, LaTeX
  1540. keeps going from left to right; it never starts a new line in LR mode.
  1541. Even if you put a hundred words into an :font facename=Courier size=12x8.\mbox:font facename=default size=0x0., LaTeX would keep
  1542. typesetting them from left to right inside a single box, and then
  1543. complain because the resulting box was too wide to fit on the line.
  1544. :p.LaTeX is in LR mode when it starts making a box with an :font facename=Courier size=12x8.\mbox:font facename=default size=0x0.
  1545. command.  You can get it to enter a different mode inside the box - for
  1546. example, you can make it enter math mode to put a formula in the box.
  1547. There are also several text-producing commands and environments for
  1548. making a box that put LaTeX in paragraph mode.  The box make by one of
  1549. these commands or environments will be called a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..  When
  1550. LaTeX is in paragraph mode while making a box, it is said to be in
  1551. "inner paragraph mode".  Its normal paragraph mode, which it starts out
  1552. in, is called "outer paragraph mode".
  1553. :h2 id=hd20.Page Styles
  1554. :lm margin=1.
  1555. :p.The :font facename=Courier size=12x8.\documentstyle:font facename=default size=0x0. command determines the size and position of
  1556. the page's head and foot.  The page style determines what goes in them.
  1557. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd144.\maketitle:elink.:pd.
  1558. :pt.:link reftype=hd refid=hd145.\pagenumbering:elink.:pd.
  1559. :pt.:link reftype=hd refid=hd146.\pagestyle:elink.:pd.
  1560. :pt.:link reftype=hd refid=hd147.\thispagestyle:elink.:pd.
  1561. :eparml.
  1562. :h3 id=hd144.\maketitle
  1563. :lm margin=1.
  1564. :p.:font facename=Courier size=12x8.\maketitle:font facename=default size=0x0.
  1565. :p.The :font facename=Courier size=12x8.\maketitle:font facename=default size=0x0. command generates a title on a separate title page
  1566. - except in the :font facename=Courier size=12x8.article:font facename=default size=0x0. style, where the title normally goes at
  1567. the top of the first page.  Information used to produce the title is
  1568. obtained from the following declarations&colon.
  1569. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd148.\author:elink.:pd.
  1570. :pt.:link reftype=hd refid=hd149.\date:elink.:pd.
  1571. :pt.:link reftype=hd refid=hd150.\thanks:elink.:pd.
  1572. :pt.:link reftype=hd refid=hd151.\title:elink.:pd.
  1573. :eparml.
  1574. :h3 id=hd148.\author
  1575. :lm margin=1.
  1576. :p.:font facename=Courier size=12x8.\author{names}:font facename=default size=0x0.
  1577. :p.The :font facename=Courier size=12x8.\author:font facename=default size=0x0. command declares the author(s), where :font facename=Courier size=12x8.names:font facename=default size=0x0. is
  1578. a list of authors separated by :font facename=Courier size=12x8.\and:font facename=default size=0x0. commands.  Use :font facename=Courier size=12x8.\\:font facename=default size=0x0. to
  1579. separate lines within a single author's entry -- for example, to give
  1580. the author's institution or address.
  1581. :p.NOTE&colon. The :font facename=Courier size=12x8.milstd:font facename=default size=0x0. and :font facename=Courier size=12x8.book-form:font facename=default size=0x0. styles have re-defined the
  1582. :font facename=Courier size=12x8.\maketitle:font facename=default size=0x0. command.  The :font facename=Courier size=12x8.\title:font facename=default size=0x0. declaration is the only
  1583. command of those shown below that has any meaning.
  1584. :h3 id=hd149.\date
  1585. :lm margin=1.
  1586. :p.:font facename=Courier size=12x8.\date{text}:font facename=default size=0x0.
  1587. :p.The :font facename=Courier size=12x8.\date:font facename=default size=0x0. command declares text to be the document's date.  With
  1588. no :font facename=Courier size=12x8.\date:font facename=default size=0x0. command, the current date is used.
  1589. :h3 id=hd150.\thanks
  1590. :lm margin=1.
  1591. :p.:font facename=Courier size=12x8.\thanks{text}:font facename=default size=0x0.
  1592. :p.The :font facename=Courier size=12x8.\thanks:font facename=default size=0x0. command produces a :font facename=Courier size=12x8.footnote:font facename=default size=0x0. to the title.
  1593. :h3 id=hd151.\title
  1594. :lm margin=1.
  1595. :p.:font facename=Courier size=12x8.\title{text}:font facename=default size=0x0.
  1596. :p.The :font facename=Courier size=12x8.\title:font facename=default size=0x0. command declares :font facename=Courier size=12x8.text:font facename=default size=0x0. to be the title.  Use
  1597. :font facename=Courier size=12x8.\\:font facename=default size=0x0. to tell LaTeX where to start a new line in a long title.
  1598. :h3 id=hd145.\pagenumbering
  1599. :lm margin=1.
  1600. :p.:font facename=Courier size=12x8.\pagenumbering{num_style}:font facename=default size=0x0.
  1601. :p.Specifies the style of page numbers.  Possible values of :font facename=Courier size=12x8.num_style:font facename=default size=0x0. are&colon.
  1602.  
  1603. :parml break=fit.:pt.:font facename=Courier size=12x8.arabic:font facename=default size=12x8.:pd.
  1604. Arabic numerals
  1605. :pt.:font facename=Courier size=12x8.roman:font facename=default size=12x8.:pd.Lowercase roman numerals
  1606. :pt.:font facename=Courier size=12x8.Roman:font facename=default size=12x8.:pd.Uppercase roman numerals
  1607. :pt.:font facename=Courier size=12x8.alph:font facename=default size=12x8.:pd.Lowercase letters
  1608. :pt.:font facename=Courier size=12x8.Alph:font facename=default size=12x8.:pd.Uppercase letters
  1609.  
  1610. :eparml.:lm margin=1.
  1611. :h3 id=hd146.\pagestyle
  1612. :lm margin=1.
  1613. :p.:font facename=Courier size=12x8.\pagestyle{option}:font facename=default size=0x0.
  1614. :p.The :font facename=Courier size=12x8.\pagestyle:font facename=default size=0x0. command changes the style from the current page on
  1615. throughout the remainder of your document.
  1616. :p.The valid options are&colon.
  1617.  
  1618. :parml break=fit.:pt.:font facename=Courier size=12x8.plain:font facename=default size=12x8.:pd.
  1619. Just a plain page number.
  1620. :pt.:font facename=Courier size=12x8.empty:font facename=default size=12x8.:pd.Produces empty heads and feet - no page numbers.
  1621. :pt.:font facename=Courier size=12x8.headings:font facename=default size=12x8.:pd.Puts running headings on each page.  The document style specifies what
  1622. goes in the headings.
  1623. :pt.:font facename=Courier size=12x8.myheadings:font facename=default size=12x8.:pd.You specify what is to go in the heading with the :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. or
  1624. the :font facename=Courier size=12x8.\markright:font facename=default size=0x0. commands.
  1625.  
  1626. :eparml.:lm margin=1.
  1627. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd152.\mark:elink.:pd.
  1628. :eparml.
  1629. :h3 id=hd152.\mark
  1630. :lm margin=1.
  1631. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1632. \markboth{left head}{right head} 
  1633. \markright{right head}
  1634. :font facename=default size=0x0.:lm margin=1.:elines.
  1635. :p.The :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. and :font facename=Courier size=12x8.\markright:font facename=default size=0x0. commands are used in
  1636. conjunction with the page style :font facename=Courier size=12x8.myheadings:font facename=default size=0x0. for setting either
  1637. both or just the right heading.  In addition to their use with the
  1638. :font facename=Courier size=12x8.myheadings:font facename=default size=0x0. page style, you can use them to override the normal
  1639. headings in the headings style, since LaTeX uses these same commands to
  1640. generate those heads.  You should note that a "left-hand heading" is
  1641. generated by the last :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. command before the end of the
  1642. page, while a "right-hand heading" is generated by the first
  1643. :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. or :font facename=Courier size=12x8.\markright:font facename=default size=0x0. that comes on the page if there is
  1644. one, otherwise by the last one before the page.
  1645. :h3 id=hd147.\thispagestyle
  1646. :lm margin=1.
  1647. :p.:font facename=Courier size=12x8.\thispagestyle{option}:font facename=default size=0x0.
  1648. :p.The :font facename=Courier size=12x8.\thispagestyle:font facename=default size=0x0. command works in the same manner as the
  1649. :font facename=Courier size=12x8.\pagestyle:font facename=default size=0x0. command except that it changes the style for the
  1650. current page only.
  1651. :h2 id=hd21.Sectioning
  1652. :lm margin=1.
  1653. :p.Sectioning commands provide the means to structure your text into units.
  1654.  
  1655. :ul.:li.
  1656. :font facename=Courier size=12x8.\part:font facename=default size=0x0.
  1657. :li.:font facename=Courier size=12x8.\chapter:font facename=default size=0x0. (report style only)
  1658. :li.:font facename=Courier size=12x8.\section:font facename=default size=0x0.
  1659. :li.:font facename=Courier size=12x8.\subsection:font facename=default size=0x0.
  1660. :li.:font facename=Courier size=12x8.\subsubsection:font facename=default size=0x0.
  1661. :li.:font facename=Courier size=12x8.\paragraph:font facename=default size=0x0.
  1662. :li.:font facename=Courier size=12x8.\subparagraph:font facename=default size=0x0.
  1663. :li.:font facename=Courier size=12x8.\subsubparagraph:font facename=default size=0x0. (milstd and book-form styles only)
  1664. :li.:font facename=Courier size=12x8.\subsubsubparagraph:font facename=default size=0x0. (milstd and book-form styles only)
  1665.  
  1666. :eul.:lm margin=1.
  1667. :p.All sectioning commands take the same general form, i.e.,
  1668. :p.:font facename=Courier size=12x8.\chapter[optional]{title}:font facename=default size=0x0.
  1669. :p.In addition to providing the heading in the text, the mandatory argument
  1670. of the sectioning command can appear in two other places&colon.
  1671.  
  1672. :ol.:li.
  1673. The table of contents
  1674. :li.The running head at the top of the page
  1675.  
  1676. :eol.:lm margin=1.
  1677. :p.You may not want the same thing to appear in these other two places as
  1678. appears in the text heading.  To handle this situation, the sectioning
  1679. commands have an :font facename=Courier size=12x8.optional:font facename=default size=0x0. argument that provides the text for
  1680. these other two purposes.
  1681. :p.The "sectioning commands" have :font facename=Courier size=12x8.*-forms:font facename=default size=0x0. that print a :font facename=Courier size=12x8.title:font facename=default size=0x0.,
  1682. but do not include a number and do not make an entry in the table of
  1683. contents.  For example, the :font facename=Courier size=12x8.*-form:font facename=default size=0x0. of the :font facename=Courier size=12x8.\subsection:font facename=default size=0x0.
  1684. command could look like&colon.
  1685. :p.:font facename=Courier size=12x8.\subsection*{Example subsection}:font facename=default size=0x0.
  1686. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd153.\appendix:elink.:pd.
  1687. :eparml.
  1688. :h3 id=hd153.\appendix
  1689. :lm margin=1.
  1690. :p.:font facename=Courier size=12x8.\appendix:font facename=default size=0x0.
  1691. :p.The :font facename=Courier size=12x8.\appendix:font facename=default size=0x0. command changes the way sectional units are
  1692. numbered.  The :font facename=Courier size=12x8.\appendix:font facename=default size=0x0. command generates no text and does not
  1693. affect the numbering or parts.
  1694. :h2 id=hd22.Spaces &. Boxes
  1695. :lm margin=1.
  1696. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd154.\addvspace:elink.:pd.
  1697. :pt.:link reftype=hd refid=hd155.\bigskip:elink.:pd.
  1698. :pt.:link reftype=hd refid=hd156.\dotfill:elink.:pd.
  1699. :pt.:link reftype=hd refid=hd157.\fbox:elink.:pd.
  1700. :pt.:link reftype=hd refid=hd158.\framebox:elink.:pd.
  1701. :pt.:link reftype=hd refid=hd159.\hfill:elink.:pd.
  1702. :pt.:link reftype=hd refid=hd160.\hrulefill:elink.:pd.
  1703. :pt.:link reftype=hd refid=hd161.\hspace:elink.:pd.
  1704. :pt.:link reftype=hd refid=hd162.\makebox:elink.:pd.
  1705. :pt.:link reftype=hd refid=hd163.\mbox:elink.:pd.
  1706. :pt.:link reftype=hd refid=hd164.\medskip:elink.:pd.
  1707. :pt.:link reftype=hd refid=hd165.\newsavebox:elink.:pd.
  1708. :pt.:link reftype=hd refid=hd166.\parbox:elink.:pd.
  1709. :pt.:link reftype=hd refid=hd167.\raisebox:elink.:pd.
  1710. :pt.:link reftype=hd refid=hd168.\rule:elink.:pd.
  1711. :pt.:link reftype=hd refid=hd169.\savebox:elink.:pd.
  1712. :pt.:link reftype=hd refid=hd170.\smallskip:elink.:pd.
  1713. :pt.:link reftype=hd refid=hd171.\usebox:elink.:pd.
  1714. :pt.:link reftype=hd refid=hd172.\vfill:elink.:pd.
  1715. :pt.:link reftype=hd refid=hd173.\vspace:elink.:pd.
  1716. :eparml.
  1717. :h3 id=hd154.\addvspace
  1718. :lm margin=1.
  1719. :p.:font facename=Courier size=12x8.\addvspace{length}:font facename=default size=0x0.
  1720. :p.The :font facename=Courier size=12x8.\addvspace:font facename=default size=0x0. command normally adds a vertical space of height
  1721. length.  However, if vertical space has already been added to the same
  1722. point in the output by a previous :font facename=Courier size=12x8.\addvspace:font facename=default size=0x0. command, then this
  1723. command will not add more space than needed to make the natural length
  1724. of the total vertical space equal to :font facename=Courier size=12x8.length:font facename=default size=0x0..
  1725. :h3 id=hd155.\bigskip
  1726. :lm margin=1.
  1727. :p.The :font facename=Courier size=12x8.\bigskip:font facename=default size=0x0. command is equivalent to
  1728. :font facename=Courier size=12x8.\vspace{bigskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.bigskipamount:font facename=default size=0x0. is determined
  1729. by the document style.
  1730. :h3 id=hd156.\dotfill
  1731. :lm margin=1.
  1732. :p.The :font facename=Courier size=12x8.\dotfill:font facename=default size=0x0. command produces a "rubber length" that produces dots
  1733. instead of just spaces.
  1734. :h3 id=hd157.\fbox
  1735. :lm margin=1.
  1736. :p.:font facename=Courier size=12x8.\fbox{text}:font facename=default size=0x0.
  1737. :p.The :font facename=Courier size=12x8.\fbox:font facename=default size=0x0. command is exactly the same as the :font facename=Courier size=12x8.\mbox:font facename=default size=0x0.
  1738. command, except that it puts a frame around the outside of the box that
  1739. it creates.
  1740. :h3 id=hd158.\framebox
  1741. :lm margin=1.
  1742. :p.:font facename=Courier size=12x8.\framebox[width][position]{text}:font facename=default size=0x0.
  1743. :p.The :font facename=Courier size=12x8.\framebox:font facename=default size=0x0. command is exactly the same as the :font facename=Courier size=12x8.\makebox:font facename=default size=0x0.
  1744. command, except that it puts a frame around the outside of the box that
  1745. it creates.
  1746. :p.The framebox command produces a rule of thickness :font facename=Courier size=12x8.\fboxrule:font facename=default size=0x0., and
  1747. leaves a space :font facename=Courier size=12x8.\fboxsep:font facename=default size=0x0. between the rule and the contents of the
  1748. box.
  1749. :h3 id=hd159.\hfill
  1750. :lm margin=1.
  1751. :p.The :font facename=Courier size=12x8.\hfill:font facename=default size=0x0. fill command produces a "rubber length" which can
  1752. stretch or shrink horizontally.  It will be filled with spaces.
  1753. :h3 id=hd160.\hrulespace
  1754. :lm margin=1.
  1755. :p.The :font facename=Courier size=12x8.\hrulefill:font facename=default size=0x0. fill command produces a "rubber length" which can
  1756. stretch or shrink horizontally.  It will be filled with a horizontal
  1757. rule.
  1758. :h3 id=hd161.\hspace
  1759. :lm margin=1.
  1760. :p.:font facename=Courier size=12x8.\hspace[*]{length}:font facename=default size=0x0.
  1761. :p.The :font facename=Courier size=12x8.\hspace:font facename=default size=0x0. command adds horizontal space.  The length of the
  1762. space can be expressed in any terms that LaTeX understands, i.e.,
  1763. points, inches, etc.  You can add negative as well as positive space
  1764. with an :font facename=Courier size=12x8.\hspace:font facename=default size=0x0. command.  Adding negative space is like
  1765. backspacing.
  1766. :p.LaTeX removes horizontal space that comes at the end of a line.  If you
  1767. don't want LaTeX to remove this space, include the optional :font facename=Courier size=12x8.*:font facename=default size=0x0.
  1768. argument.  Then the space is never removed.
  1769. :h3 id=hd162.\makebox
  1770. :lm margin=1.
  1771. :p.:font facename=Courier size=12x8.\makebox[width][position]{text}:font facename=default size=0x0.
  1772. :p.The :font facename=Courier size=12x8.\makebox:font facename=default size=0x0. command creates a box to contain the :font facename=Courier size=12x8.text:font facename=default size=0x0.
  1773. specified.  The width of the box is specified by the optional
  1774. :font facename=Courier size=12x8.width:font facename=default size=0x0. argument.  The position of the text within the box is
  1775. determined by the optional :font facename=Courier size=12x8.position:font facename=default size=0x0. argument.
  1776.  
  1777. :ul.:li.
  1778. :font facename=Courier size=12x8.c:font facename=default size=0x0. - centered (default)
  1779. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - flushleft
  1780. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - flushright
  1781.  
  1782. :eul.:lm margin=1.
  1783. :h3 id=hd163.\mbox
  1784. :lm margin=1.
  1785. :p.:font facename=Courier size=12x8.\mbox{text}:font facename=default size=0x0.
  1786. :p.The :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. command creates a box just wide enough to hold the text
  1787. created by its argument.
  1788. :h3 id=hd164.\medskip
  1789. :lm margin=1.
  1790. :p.The :font facename=Courier size=12x8.\medskip:font facename=default size=0x0. command is equivalent to
  1791. :font facename=Courier size=12x8.\vspace{medskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.medskipamount:font facename=default size=0x0. is determined
  1792. by the document style.
  1793. :h3 id=hd165.\newsavebox
  1794. :lm margin=1.
  1795. :p.:font facename=Courier size=12x8.\newsavebox{cmd}:font facename=default size=0x0.
  1796. :p.Declares :font facename=Courier size=12x8.cmd:font facename=default size=0x0., which must be a command name that is not already
  1797. defined, to be a bin for saving boxes.
  1798. :h3 id=hd166.\parbox
  1799. :lm margin=1.
  1800. :p.:font facename=Courier size=12x8.\parbox[position]{width}{text}:font facename=default size=0x0.
  1801. :p.A :font facename=Courier size=12x8.parbox:font facename=default size=0x0. is a box whose contents are created in :font facename=Courier size=12x8.paragraph:font facename=default size=0x0.
  1802. mode.  The :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. has two mandatory arguments&colon.
  1803.  
  1804. :parml break=fit.:pt.:font facename=Courier size=12x8.width:font facename=default size=12x8.:pd.
  1805. specifies the width of the parbox; and
  1806. :pt.:font facename=Courier size=12x8.text:font facename=default size=12x8.:pd.the text that goes inside the parbox.
  1807.  
  1808. :eparml.:lm margin=1.
  1809. :p.LaTeX will position a :font facename=Courier size=12x8.parbox:font facename=default size=0x0. so its center lines up with the center of
  1810. the text line.  An optional first argument, :font facename=Courier size=12x8.position:font facename=default size=0x0., allows you
  1811. to line up either the top or bottom line in the parbox.
  1812. :p.A :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. command is used for a parbox containing a small piece
  1813. of text, with nothing fancy inside.  In particular, you shouldn't use
  1814. any of the paragraph-making environments inside a :font facename=Courier size=12x8.\parbox:font facename=default size=0x0.
  1815. argument.  For larger pieces of text, including ones containing a
  1816. paragraph-making environment, you should use a :font facename=Courier size=12x8.minipage:font facename=default size=0x0.
  1817. environment.
  1818. :h3 id=hd167.\raisebox
  1819. :lm margin=1.
  1820. :p.:font facename=Courier size=12x8.\raisebox{distance}[extend-above][extend-below]{text}:font facename=default size=0x0.
  1821. :p.The :font facename=Courier size=12x8.\raisebox:font facename=default size=0x0. command is used to raise or lower text.  The first
  1822. mandatory argument specifies how high the text is to be raised (or
  1823. lowered if it is a negative amount).  The text itself is processed in
  1824. :font facename=Courier size=12x8.LR mode:font facename=default size=0x0..
  1825. :p.Sometimes it's useful to make LaTeX think something has a different
  1826. size than it really does - or a different size than LaTeX would
  1827. normally think it has.  The :font facename=Courier size=12x8.\raisebox:font facename=default size=0x0. command lets you tell
  1828. LaTeX how tall it is.
  1829. :p.The first optional argument, :font facename=Courier size=12x8.extend-above:font facename=default size=0x0., makes LaTeX think
  1830. that the text extends above the line by the amount specified.  The
  1831. second optional argument, :font facename=Courier size=12x8.extend-below:font facename=default size=0x0., makes LaTeX think that
  1832. the text extends below the line by the amount specified.
  1833. :h3 id=hd168.\rule
  1834. :lm margin=1.
  1835. :p.:font facename=Courier size=12x8.\rule[raise-height]{width}{thickness}:font facename=default size=0x0.
  1836. :p.The :font facename=Courier size=12x8.\rule:font facename=default size=0x0. command is used to produce horizontal lines.  The
  1837. arguments are defined as follows&colon.
  1838.  
  1839. :parml break=fit.:pt.:font facename=Courier size=12x8.raise-height:font facename=default size=12x8.:pd.
  1840. specifies how high to raise the rule (optional)
  1841. :pt.:font facename=Courier size=12x8.width:font facename=default size=12x8.:pd.specifies the length of the rule (mandatory)
  1842. :pt.:font facename=Courier size=12x8.thickness:font facename=default size=12x8.:pd.specifies the thickness of the rule (mandatory)
  1843.  
  1844. :eparml.:lm margin=1.
  1845. :h3 id=hd169.\savebox
  1846. :lm margin=1.
  1847. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1848.  \sbox{cmd}[text]
  1849.  \savebox{cmd}[width][pos]{text}
  1850. :font facename=default size=0x0.:lm margin=1.:elines.
  1851. :p.These commands typeset :font facename=Courier size=12x8.text:font facename=default size=0x0. in a box just as for :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. or
  1852. :font facename=Courier size=12x8.\makebox:font facename=default size=0x0..  However, instead of printing the resulting box, they
  1853. save it in bin :font facename=Courier size=12x8.cmd:font facename=default size=0x0., which must have been declared with
  1854. :font facename=Courier size=12x8.\newsavebox:font facename=default size=0x0..
  1855. :h3 id=hd170.\smallskip
  1856. :lm margin=1.
  1857. :p.:font facename=Courier size=12x8.\smallskip:font facename=default size=0x0.
  1858. :p.The :font facename=Courier size=12x8.\smallskip:font facename=default size=0x0. command is equivalent to
  1859. :font facename=Courier size=12x8.\vspace{smallskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.smallskipamount:font facename=default size=0x0. is
  1860. determined by the document style.
  1861. :h3 id=hd171.\usebox
  1862. :lm margin=1.
  1863. :p.:font facename=Courier size=12x8.\usebox{cmd}:font facename=default size=0x0.
  1864. :p.Prints the box most recently saved in bin :font facename=Courier size=12x8.cmd:font facename=default size=0x0. by a
  1865. :font facename=Courier size=12x8.\savebox:font facename=default size=0x0. command.
  1866. :h3 id=hd172.\vfill
  1867. :lm margin=1.
  1868. :p.The :font facename=Courier size=12x8.\vfill:font facename=default size=0x0. fill command produces a rubber length which can
  1869. stretch or shrink vertically.
  1870. :h3 id=hd173.\vspace
  1871. :lm margin=1.
  1872. :p.:font facename=Courier size=12x8.\vspace[*]{length}:font facename=default size=0x0.
  1873. :p.The :font facename=Courier size=12x8.\vspace:font facename=default size=0x0. command adds vertical space.  The length of the space
  1874. can be expressed in any terms that LaTeX understands, i.e., points,
  1875. inches, etc.  You can add negative as well as positive space with an
  1876. :font facename=Courier size=12x8.\vspace:font facename=default size=0x0. command.
  1877. :p.LaTeX removes vertical space that comes at the end of a page.  If you
  1878. don't want LaTeX to remove this space, include the optional :font facename=Courier size=12x8.*:font facename=default size=0x0.
  1879. argument.  Then the space is never removed.
  1880. :h2 id=hd23.Special Characters
  1881. :lm margin=1.
  1882.  
  1883. :p.The following characters play a special role in LaTeX and are called
  1884. "special printing characters", or simply "special characters".
  1885. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1886.                           # $ % &. ~ _ ^ \ { }
  1887. :font facename=default size=0x0.:lm margin=1.:elines.
  1888. Whenever you put one of these special characters into your file, you are
  1889. doing something special.  If you simply want the character to be printed
  1890. just as any other letter, include a :font facename=Courier size=12x8.\:font facename=default size=0x0. in front of the character.
  1891. For example, :font facename=Courier size=12x8.\$:font facename=default size=0x0. will produce :font facename=Courier size=12x8.$:font facename=default size=0x0. in your output.
  1892. :p.The exception to the rule is the :font facename=Courier size=12x8.\:font facename=default size=0x0. itself because :font facename=Courier size=12x8.\\:font facename=default size=0x0. has
  1893. its own special meaning.  A :font facename=Courier size=12x8.\:font facename=default size=0x0. is produced by typing
  1894. :font facename=Courier size=12x8.$\backslash$:font facename=default size=0x0. in your file.
  1895. :h2 id=hd24.Splitting the Input
  1896. :lm margin=1.
  1897. :p.A large document requires a lot of input.  Rather than putting the whole
  1898. input in a single large file, it's more efficient to split it into
  1899. several smaller ones.  Regardless of how many separate files you use,
  1900. there is one that is the root file; it is the one whose name you type
  1901. when you run LaTeX.
  1902. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd174.\include:elink.:pd.
  1903. :pt.:link reftype=hd refid=hd175.\includeonly:elink.:pd.
  1904. :eparml.
  1905. :h3 id=hd174.\include
  1906. :lm margin=1.
  1907. :p.:font facename=Courier size=12x8.\include{file}:font facename=default size=0x0.
  1908. :p.The :font facename=Courier size=12x8.\include:font facename=default size=0x0. command is used in conjunction with the
  1909. :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0. command for selective inclusion of files.  The
  1910. :font facename=Courier size=12x8.file:font facename=default size=0x0. argument is the first name of a file, denoting
  1911. :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0..  If file is one the file names in the file list of the
  1912. :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0. command or if there is no :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0.
  1913. command, the :font facename=Courier size=12x8.\include:font facename=default size=0x0. command is equivalent to
  1914. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1915. \clearpage 
  1916. :font facename=default size=0x0.:lm margin=1.:elines.
  1917. except that if the file :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0. does not exist, then a warning
  1918. message rather than an error is produced.  If the file is not in the
  1919. file list, the :font facename=Courier size=12x8.\include:font facename=default size=0x0. command is equivalent to :font facename=Courier size=12x8.\clearpage:font facename=default size=0x0..
  1920. :p.The :font facename=Courier size=12x8.\include:font facename=default size=0x0. command may not appear in the preamble or in a file
  1921. read by another :font facename=Courier size=12x8.\include:font facename=default size=0x0. command.
  1922. :h3 id=hd175.\includeonly
  1923. :lm margin=1.
  1924. :p.:font facename=Courier size=12x8.\includeonly{file_list}:font facename=default size=0x0.
  1925. :p.The :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0. command controls which files will be read in by
  1926. an :font facename=Courier size=12x8.\include:font facename=default size=0x0. command.  It can only appear in the preamble.
  1927. :h3 id=hd176.\input
  1928. :lm margin=1.
  1929. :p.:font facename=Courier size=12x8.\input file:font facename=default size=0x0.
  1930. :p.The :font facename=Courier size=12x8.\input:font facename=default size=0x0. command causes the indicated file to be read and
  1931. processed, exactly as if its contents had been inserted in the current
  1932. file at that point.  The file name may be a complete file name with
  1933. extension or just a first name, in which case the file :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0.
  1934. is used.
  1935. :h2 id=hd25.Starting &. Ending
  1936. :lm margin=1.
  1937. :p.Your input file must contain the following commands as a minimum&dot.&dot.&dot.
  1938. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  1939.  \documentstyle{style}
  1940.  \begin{document}
  1941.    &dot.&dot.&dot. your text goes here &dot.&dot.&dot.
  1942.  \end{document}
  1943. :font facename=default size=0x0.:lm margin=1.:elines.
  1944. &dot.&dot.&dot.where the :font facename=Courier size=12x8.style:font facename=default size=0x0. selected is one the valid styles for LaTeX.
  1945. See :link reftype=hd refid=hd11.Document Styles:elink., and also see :link reftype=hd refid=hd3.Overview:elink., for details of the
  1946. various document styles available locally.
  1947. :p.You may include other LaTeX commands between the :font facename=Courier size=12x8.\documentstyle:font facename=default size=0x0.
  1948. and the :font facename=Courier size=12x8.\begin{document}:font facename=default size=0x0. commands.
  1949. :h2 id=hd26.Table of Contents
  1950. :lm margin=1.
  1951. :p.A table of contents is produced with the :font facename=Courier size=12x8.\tableofcontents:font facename=default size=0x0.
  1952. command. You put the command right where you want the table of contents
  1953. to go; LaTeX does the rest for you.  It produces a heading, but it does
  1954. not automatically start a new page.  If you want a new page after the
  1955. table of contents, include a :font facename=Courier size=12x8.\newpage:font facename=default size=0x0. command after the
  1956. :font facename=Courier size=12x8.\tableofcontents:font facename=default size=0x0. command.
  1957. :p.There are similar commands :font facename=Courier size=12x8.\listoffigures:font facename=default size=0x0. and
  1958. :font facename=Courier size=12x8.\listoftables:font facename=default size=0x0. for producing a list of figures and a list of
  1959. tables, respectively.  Everything works exactly the same as for the
  1960. table of contents.
  1961. :p.NOTE&colon. If you want any of these  items  to be generated,  you cannot
  1962. have the :font facename=Courier size=12x8.\nofiles:font facename=default size=0x0. command in your document.
  1963. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd177.\addcontentsline:elink.:pd.
  1964. :pt.:link reftype=hd refid=hd178.\addtocontents:elink.:pd.
  1965. :eparml.
  1966. :h3 id=hd177.\addcontentsline
  1967. :lm margin=1.
  1968. :p.:font facename=Courier size=12x8.\addcontentsline{file}{sec_unit}{entry}:font facename=default size=0x0.
  1969. :p.The :font facename=Courier size=12x8.\addcontentsline:font facename=default size=0x0. command adds an entry to the specified list
  1970. or table where&dot.&dot.&dot.
  1971.  
  1972. :ul.:li.
  1973. :font facename=Courier size=12x8.file:font facename=default size=0x0. is the extension of the file on which information is to be
  1974. written&colon. :font facename=Courier size=12x8.toc:font facename=default size=0x0. (table of contents), :font facename=Courier size=12x8.lof:font facename=default size=0x0. (list of figures),
  1975. or :font facename=Courier size=12x8.lot:font facename=default size=0x0. (list of tables).
  1976. :li.:font facename=Courier size=12x8.sec_unit:font facename=default size=0x0. controls the formatting of the entry.  It should be one
  1977. of the following, depending upon the value of the file argument&colon.
  1978.  
  1979. :parml break=fit.:pt.:font facename=Courier size=12x8.toc:font facename=default size=12x8.:pd.
  1980. the name of the sectional unit, such as part or subsection.
  1981. :pt.:font facename=Courier size=12x8.lof:font facename=default size=12x8.:pd.figure
  1982. :pt.:font facename=Courier size=12x8.lot:font facename=default size=12x8.:pd.table
  1983.  
  1984. :eparml.:lm margin=6.
  1985. :li.:font facename=Courier size=12x8.entry:font facename=default size=0x0. is the text of the entry.
  1986.  
  1987. :eul.:lm margin=1.
  1988. :h3 id=hd178.\addtocontents
  1989. :lm margin=1.
  1990. :p.:font facename=Courier size=12x8.\addtocontents{file}{text}:font facename=default size=0x0.
  1991. :p.The :font facename=Courier size=12x8.\addtocontents:font facename=default size=0x0. command adds text (or formatting commands) directly
  1992. to the file that generates the table of contents or list of figures or
  1993. tables.
  1994.  
  1995. :parml break=fit.:pt.:font facename=Courier size=12x8.file :font facename=default size=12x8.:pd.
  1996. is the extension of the file on which information is to be written&colon.
  1997. :font facename=Courier size=12x8.toc:font facename=default size=0x0. (table of contents), :font facename=Courier size=12x8.lof:font facename=default size=0x0. (list of figures), or
  1998. :font facename=Courier size=12x8.lot:font facename=default size=0x0. (list of tables).
  1999. :pt.:font facename=Courier size=12x8.text :font facename=default size=12x8.:pd.is the information to be written.
  2000.  
  2001. :eparml.:lm margin=1.
  2002. :h2 id=hd27.Terminal Input/Output
  2003. :lm margin=1.
  2004. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd179.\typeout:elink.:pd.
  2005. :pt.:link reftype=hd refid=hd180.\typein:elink.:pd.
  2006. :eparml.
  2007. :h3 id=hd179.\typeout
  2008. :lm margin=1.
  2009. :p.:font facename=Courier size=12x8.\typeout{msg}:font facename=default size=0x0.
  2010. :p.Prints :font facename=Courier size=12x8.msg:font facename=default size=0x0. on the terminal and in the :font facename=Courier size=12x8.log:font facename=default size=0x0. file.  Commands
  2011. in :font facename=Courier size=12x8.msg:font facename=default size=0x0. that are defined with :font facename=Courier size=12x8.\newcommand:font facename=default size=0x0. or
  2012. :font facename=Courier size=12x8.\renewcommand:font facename=default size=0x0. are replaced by their definitions before being
  2013. printed.
  2014. :p.LaTeX's usual rules for treating multiple spaces as
  2015. a single space and ignoring spaces after a command name apply to
  2016. :font facename=Courier size=12x8.msg:font facename=default size=0x0..  A :font facename=Courier size=12x8.\space:font facename=default size=0x0. command in :font facename=Courier size=12x8.msg:font facename=default size=0x0. causes a single space
  2017. to be printed.
  2018. :h3 id=hd180.\typein
  2019. :lm margin=1.
  2020. :p.:font facename=Courier size=12x8.\typein[cmd]{msg}:font facename=default size=0x0.
  2021. :p.Prints :font facename=Courier size=12x8.msg:font facename=default size=0x0. on the terminal and causes LaTeX to stop and wait for
  2022. you to type a line of input, ending with return.  If the :font facename=Courier size=12x8.cmd:font facename=default size=0x0.
  2023. argument is missing, the typed input is processed as if it had been
  2024. included in the input file in place of the :font facename=Courier size=12x8.\typein:font facename=default size=0x0. command.  If
  2025. the :font facename=Courier size=12x8.cmd:font facename=default size=0x0. argument is present, it must be a command name.  This
  2026. command name is then defined or redefined to be the typed input.
  2027. :h2 id=hd28.Typefaces
  2028. :lm margin=1.
  2029. :p.The :font facename=Courier size=12x8.typeface:font facename=default size=0x0. is specified by giving the "size" and "style".  A
  2030. typeface is also called a "font".
  2031. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd181.Styles:elink.:pd.
  2032. :pt.:link reftype=hd refid=hd182.Sizes:elink.:pd.
  2033. :eparml.
  2034. :h3 id=hd181.\Styles
  2035. :lm margin=1.
  2036. :p.The following type style commands are supported by LaTeX.
  2037. :p.The following type style commands are supported by LaTeX.
  2038.  
  2039. :parml break=fit.:pt.:font facename=Courier size=12x8.\rm:font facename=default size=12x8.:pd.
  2040. Roman.
  2041. :pt.:font facename=Courier size=12x8.\it:font facename=default size=12x8.:pd.Italics.
  2042. :pt.:font facename=Courier size=12x8.\em:font facename=default size=12x8.:pd.Emphasis (toggles between \it and \rm).
  2043. :pt.:font facename=Courier size=12x8.\bf:font facename=default size=12x8.:pd.Boldface.
  2044. :pt.:font facename=Courier size=12x8.\sl:font facename=default size=12x8.:pd.Slanted.
  2045. :pt.:font facename=Courier size=12x8.\sf:font facename=default size=12x8.:pd.Sans serif.
  2046. :pt.:font facename=Courier size=12x8.\sc:font facename=default size=12x8.:pd.Small caps.
  2047. :pt.:font facename=Courier size=12x8.\tt:font facename=default size=12x8.:pd.Typewriter.
  2048.  
  2049. :eparml.:lm margin=1.
  2050. :h3 id=hd182.Sizes
  2051. :lm margin=1.
  2052. :p.The following type size commands are supported by LaTeX.
  2053.  
  2054. :parml break=fit.:pt.:font facename=Courier size=12x8.\tiny:font facename=default size=12x8.:pd.
  2055. :pt.:font facename=Courier size=12x8.\scriptsize:font facename=default size=12x8.:pd.:pt.:font facename=Courier size=12x8.\footnotesize:font facename=default size=12x8.:pd.:pt.:font facename=Courier size=12x8.\small:font facename=default size=12x8.:pd.:pt.:font facename=Courier size=12x8.\normalsize:font facename=default size=12x8.:pd.(default)
  2056. :pt.:font facename=Courier size=12x8.\large:font facename=default size=12x8.:pd.:pt.:font facename=Courier size=12x8.\Large:font facename=default size=12x8.:pd.(capital "l")
  2057. :pt.:font facename=Courier size=12x8.\LARGE:font facename=default size=12x8.:pd.(all caps)
  2058. :pt.:font facename=Courier size=12x8.\huge:font facename=default size=12x8.:pd.:pt.:font facename=Courier size=12x8.\Huge:font facename=default size=12x8.:pd.(capital "h")
  2059.  
  2060. :eparml.:lm margin=1.
  2061. :h1 id=hd5.Parameters
  2062. :lm margin=1.
  2063. :p.The input file specification indicates the file to be formatted; TeX
  2064. uses :font facename=Courier size=12x8.&apos..tex&apos.:font facename=default size=0x0. as a default file extension.  If you omit the input file
  2065. entirely, TeX accepts input from the terminal.  You specify command
  2066. options by supplying a string as a parameter to the command. eg.
  2067. :p.:font facename=Courier size=12x8.latex "\scrollmode:font facename=default size=0x0.
  2068. :p.&dot.&dot.&dot.will process :font facename=Courier size=12x8.&apos.foo.tex&apos.:font facename=default size=0x0. without pausing after every error.
  2069. :p.Output files are always created in the current directory. When you fail
  2070. to specify an input file name, TeX bases the output names on the file
  2071. specification associated with the logical name TEX_OUTPUT, typically
  2072. :font facename=Courier size=12x8.texput.log:font facename=default size=0x0..
  2073.  
  2074.  
  2075. :h1 id=hd202.Alphabetical List of Commands
  2076. :lm margin=1.
  2077. :p.:parml tsize=30 break=none compact.:pt.:link reftype=hd refid=hd20172._{exp} (subscript):elink.:pd.
  2078. :pt.:link reftype=hd refid=hd20175.^{exp} (superscript):elink.:pd.
  2079. :pt.:link reftype=hd refid=hd205.\\:elink.:pd.
  2080. :pt.:link reftype=hd refid=hd206.\- (hyphenation):elink.:pd.
  2081. :pt.:link reftype=hd refid=hd207.\;:elink.:pd.
  2082. :pt.:link reftype=hd refid=hd208.\COLON:elink.:pd.
  2083. :pt.:link reftype=hd refid=hd209.\COMMA:elink.:pd.
  2084. :pt.:link reftype=hd refid=hd2010.\!:elink.:pd.
  2085. :pt.:link reftype=hd refid=hd2011.\=:elink.:pd.
  2086. :pt.:link reftype=hd refid=hd2012.\>:elink.:pd.
  2087. :pt.:link reftype=hd refid=hd2013.\<:elink.:pd.
  2088. :pt.:link reftype=hd refid=hd2014.\+:elink.:pd.
  2089. :pt.:link reftype=hd refid=hd2015.\- (tabbing):elink.:pd.
  2090. :pt.:link reftype=hd refid=hd2016.\A:elink.:pd.
  2091. :pt.:link reftype=hd refid=hd2017.\`:elink.:pd.
  2092. :pt.:link reftype=hd refid=hd2018.\addcontentsline:elink.:pd.
  2093. :pt.:link reftype=hd refid=hd2019.\addtocontents:elink.:pd.
  2094. :pt.:link reftype=hd refid=hd2020.\addtocounter:elink.:pd.
  2095. :pt.:link reftype=hd refid=hd2021.\address:elink.:pd.
  2096. :pt.:link reftype=hd refid=hd2022.\addtolength:elink.:pd.
  2097. :pt.:link reftype=hd refid=hd2023.\addvspace:elink.:pd.
  2098. :pt.:link reftype=hd refid=hd2024.\alph:elink.:pd.
  2099. :pt.:link reftype=hd refid=hd2025.\appendix:elink.:pd.
  2100. :pt.:link reftype=hd refid=hd2026.\arabic:elink.:pd.
  2101. :pt.:link reftype=hd refid=hd2027.\array:elink.:pd.
  2102. :pt.:link reftype=hd refid=hd2028.\author:elink.:pd.
  2103. :pt.:link reftype=hd refid=hd2029.\bf:elink.:pd.
  2104. :pt.:link reftype=hd refid=hd2030.\bibitem:elink.:pd.
  2105. :pt.:link reftype=hd refid=hd2031.\bigskip:elink.:pd.
  2106. :pt.:link reftype=hd refid=hd2032.\cdots:elink.:pd.
  2107. :pt.:link reftype=hd refid=hd51.center:elink.:pd.
  2108. :pt.:link reftype=hd refid=hd2034.\centering:elink.:pd.
  2109. :pt.:link reftype=hd refid=hd2035.\circle:elink.:pd.
  2110. :pt.:link reftype=hd refid=hd2036.\cite:elink.:pd.
  2111. :pt.:link reftype=hd refid=hd2037.\cleardoublepage:elink.:pd.
  2112. :pt.:link reftype=hd refid=hd2038.\clearpage:elink.:pd.
  2113. :pt.:link reftype=hd refid=hd2039.\cline:elink.:pd.
  2114. :pt.:link reftype=hd refid=hd2040.\closing:elink.:pd.
  2115. :pt.:link reftype=hd refid=hd2041.\dashbox:elink.:pd.
  2116. :pt.:link reftype=hd refid=hd2042.\date:elink.:pd.
  2117. :pt.:link reftype=hd refid=hd2043.\ddots:elink.:pd.
  2118. :pt.:link reftype=hd refid=hd2044.description:elink.:pd.
  2119. :pt.:link reftype=hd refid=hd2045.\dotfill:elink.:pd.
  2120. :pt.:link reftype=hd refid=hd2046.\em:elink.:pd.
  2121. :pt.:link reftype=hd refid=hd2047.enumerate:elink.:pd.
  2122. :pt.:link reftype=hd refid=hd2048.eqnarray:elink.:pd.
  2123. :pt.:link reftype=hd refid=hd2049.equation:elink.:pd.
  2124. :pt.:link reftype=hd refid=hd2050.figure:elink.:pd.
  2125. :pt.:link reftype=hd refid=hd2051.\fbox:elink.:pd.
  2126. :pt.:link reftype=hd refid=hd2052.\flushbottom:elink.:pd.
  2127. :pt.:link reftype=hd refid=hd57.flushleft:elink.:pd.
  2128. :pt.:link reftype=hd refid=hd58.flushright:elink.:pd.
  2129. :pt.:link reftype=hd refid=hd2055.\fnsymbol:elink.:pd.
  2130. :pt.:link reftype=hd refid=hd2056.\footnote:elink.:pd.
  2131. :pt.:link reftype=hd refid=hd2057.\footnotemark:elink.:pd.
  2132. :pt.:link reftype=hd refid=hd2058.\footnotesize:elink.:pd.
  2133. :pt.:link reftype=hd refid=hd2059.\footnotetext:elink.:pd.
  2134. :pt.:link reftype=hd refid=hd2060.\frac:elink.:pd.
  2135. :pt.:link reftype=hd refid=hd2061.\frame:elink.:pd.
  2136. :pt.:link reftype=hd refid=hd2062.\framebox:elink.:pd.
  2137. :pt.:link reftype=hd refid=hd2063.\hfill:elink.:pd.
  2138. :pt.:link reftype=hd refid=hd2064.\hline:elink.:pd.
  2139. :pt.:link reftype=hd refid=hd2065.\hrulefill:elink.:pd.
  2140. :pt.:link reftype=hd refid=hd2066.\hspace:elink.:pd.
  2141. :pt.:link reftype=hd refid=hd2067.\huge:elink.:pd.
  2142. :pt.:link reftype=hd refid=hd2068.\Huge (capital "h"):elink.:pd.
  2143. :pt.:link reftype=hd refid=hd2069.\hyphenation:elink.:pd.
  2144. :pt.:link reftype=hd refid=hd2070.\include:elink.:pd.
  2145. :pt.:link reftype=hd refid=hd2071.\includeonly:elink.:pd.
  2146. :pt.:link reftype=hd refid=hd2072.\indent:elink.:pd.
  2147. :pt.:link reftype=hd refid=hd2073.\it:elink.:pd.
  2148. :pt.:link reftype=hd refid=hd2074.itemize:elink.:pd.
  2149. :pt.:link reftype=hd refid=hd2075.\kill:elink.:pd.
  2150. :pt.:link reftype=hd refid=hd2076.\label:elink.:pd.
  2151. :pt.:link reftype=hd refid=hd2077.\large:elink.:pd.
  2152. :pt.:link reftype=hd refid=hd2078.\Large (capital "l"):elink.:pd.
  2153. :pt.:link reftype=hd refid=hd2079.\LARGE (all caps):elink.:pd.
  2154. :pt.:link reftype=hd refid=hd2080.\ldots:elink.:pd.
  2155. :pt.:link reftype=hd refid=hd2081.\line:elink.:pd.
  2156. :pt.:link reftype=hd refid=hd2082.\linebreak:elink.:pd.
  2157. :pt.:link reftype=hd refid=hd2083.\linethickness:elink.:pd.
  2158. :pt.:link reftype=hd refid=hd2084.list:elink.:pd.
  2159. :pt.:link reftype=hd refid=hd2085.\location:elink.:pd.
  2160. :pt.:link reftype=hd refid=hd2086.\makebox:elink.:pd.
  2161. :pt.:link reftype=hd refid=hd2087.\maketitle:elink.:pd.
  2162. :pt.:link reftype=hd refid=hd2088.\mark:elink.:pd.
  2163. :pt.:link reftype=hd refid=hd2089.\mbox:elink.:pd.
  2164. :pt.:link reftype=hd refid=hd2090.\medskip:elink.:pd.
  2165. :pt.:link reftype=hd refid=hd2091.minipage:elink.:pd.
  2166. :pt.:link reftype=hd refid=hd2092.\multicolumn:elink.:pd.
  2167. :pt.:link reftype=hd refid=hd2093.\multiput:elink.:pd.
  2168. :pt.:link reftype=hd refid=hd2094.\newcommand:elink.:pd.
  2169. :pt.:link reftype=hd refid=hd2095.\newcounter:elink.:pd.
  2170. :pt.:link reftype=hd refid=hd2096.\newenvironment:elink.:pd.
  2171. :pt.:link reftype=hd refid=hd2097.\newfont:elink.:pd.
  2172. :pt.:link reftype=hd refid=hd2098.\newlength:elink.:pd.
  2173. :pt.:link reftype=hd refid=hd2099.\newline:elink.:pd.
  2174. :pt.:link reftype=hd refid=hd20100.\newpage:elink.:pd.
  2175. :pt.:link reftype=hd refid=hd20101.\newsavebox:elink.:pd.
  2176. :pt.:link reftype=hd refid=hd20102.\newtheorem:elink.:pd.
  2177. :pt.:link reftype=hd refid=hd20103.\nocite:elink.:pd.
  2178. :pt.:link reftype=hd refid=hd20104.\noindent:elink.:pd.
  2179. :pt.:link reftype=hd refid=hd20105.\nolinebreak:elink.:pd.
  2180. :pt.:link reftype=hd refid=hd20106.\normalsize:elink.:pd.
  2181. :pt.:link reftype=hd refid=hd20107.\nopagebreak:elink.:pd.
  2182. :pt.:link reftype=hd refid=hd20108.\onecolumn:elink.:pd.
  2183. :pt.:link reftype=hd refid=hd20109.\opening:elink.:pd.
  2184. :pt.:link reftype=hd refid=hd20110.\oval:elink.:pd.
  2185. :pt.:link reftype=hd refid=hd20111.\overbrace:elink.:pd.
  2186. :pt.:link reftype=hd refid=hd20112.\overline:elink.:pd.
  2187. :pt.:link reftype=hd refid=hd20113.\pagebreak:elink.:pd.
  2188. :pt.:link reftype=hd refid=hd20114.\pagenumbering:elink.:pd.
  2189. :pt.:link reftype=hd refid=hd20115.\pageref:elink.:pd.
  2190. :pt.:link reftype=hd refid=hd20116.\pagestyle:elink.:pd.
  2191. :pt.:link reftype=hd refid=hd20117.\par:elink.:pd.
  2192. :pt.:link reftype=hd refid=hd20118.\parbox:elink.:pd.
  2193. :pt.:link reftype=hd refid=hd62.picture:elink.:pd.
  2194. :pt.:link reftype=hd refid=hd20120.\put:elink.:pd.
  2195. :pt.:link reftype=hd refid=hd20121.quotation:elink.:pd.
  2196. :pt.:link reftype=hd refid=hd20122.quote:elink.:pd.
  2197. :pt.:link reftype=hd refid=hd20123.\raggedbottom:elink.:pd.
  2198. :pt.:link reftype=hd refid=hd20124.\raggedleft:elink.:pd.
  2199. :pt.:link reftype=hd refid=hd20125.\raggedright:elink.:pd.
  2200. :pt.:link reftype=hd refid=hd20126.\raisebox:elink.:pd.
  2201. :pt.:link reftype=hd refid=hd20127.\ref:elink.:pd.
  2202. :pt.:link reftype=hd refid=hd20128.\rm:elink.:pd.
  2203. :pt.:link reftype=hd refid=hd20129.\roman:elink.:pd.
  2204. :pt.:link reftype=hd refid=hd20130.\rule:elink.:pd.
  2205. :pt.:link reftype=hd refid=hd20131.\savebox:elink.:pd.
  2206. :pt.:link reftype=hd refid=hd20132.\sc:elink.:pd.
  2207. :pt.:link reftype=hd refid=hd20133.\scriptsize:elink.:pd.
  2208. :pt.:link reftype=hd refid=hd20134.\setcounter:elink.:pd.
  2209. :pt.:link reftype=hd refid=hd20135.\setlength:elink.:pd.
  2210. :pt.:link reftype=hd refid=hd20136.\settowidth:elink.:pd.
  2211. :pt.:link reftype=hd refid=hd20137.\sf:elink.:pd.
  2212. :pt.:link reftype=hd refid=hd20138.\shortstack:elink.:pd.
  2213. :pt.:link reftype=hd refid=hd20139.\signature:elink.:pd.
  2214. :pt.:link reftype=hd refid=hd20140.\sl:elink.:pd.
  2215. :pt.:link reftype=hd refid=hd20141.\small:elink.:pd.
  2216. :pt.:link reftype=hd refid=hd20142.\smallskip:elink.:pd.
  2217. :pt.:link reftype=hd refid=hd20143.\sqrt:elink.:pd.
  2218. :pt.:link reftype=hd refid=hd65.tabbing:elink.:pd.
  2219. :pt.:link reftype=hd refid=hd20145.table:elink.:pd.
  2220. :pt.:link reftype=hd refid=hd67.tabular:elink.:pd.
  2221. :pt.:link reftype=hd refid=hd20147.\telephone:elink.:pd.
  2222. :pt.:link reftype=hd refid=hd20148.\thanks:elink.:pd.
  2223. :pt.:link reftype=hd refid=hd68.thebibliography:elink.:pd.
  2224. :pt.:link reftype=hd refid=hd20150.theorem:elink.:pd.
  2225. :pt.:link reftype=hd refid=hd20151.\thispagestyle:elink.:pd.
  2226. :pt.:link reftype=hd refid=hd20152.\tiny:elink.:pd.
  2227. :pt.:link reftype=hd refid=hd20153.\title:elink.:pd.
  2228. :pt.:link reftype=hd refid=hd20154.titlepage:elink.:pd.
  2229. :pt.:link reftype=hd refid=hd20155.\tt:elink.:pd.
  2230. :pt.:link reftype=hd refid=hd20156.\twocolumn:elink.:pd.
  2231. :pt.:link reftype=hd refid=hd20157.\typeout:elink.:pd.
  2232. :pt.:link reftype=hd refid=hd20158.\typein:elink.:pd.
  2233. :pt.:link reftype=hd refid=hd20159.\underbrace:elink.:pd.
  2234. :pt.:link reftype=hd refid=hd20160.\underline:elink.:pd.
  2235. :pt.:link reftype=hd refid=hd20161.\usebox:elink.:pd.
  2236. :pt.:link reftype=hd refid=hd20162.\usecounter:elink.:pd.
  2237. :pt.:link reftype=hd refid=hd20163.\value:elink.:pd.
  2238. :pt.:link reftype=hd refid=hd20164.\vdots:elink.:pd.
  2239. :pt.:link reftype=hd refid=hd20165.\vector:elink.:pd.
  2240. :pt.:link reftype=hd refid=hd20166.\verb:elink.:pd.
  2241. :pt.:link reftype=hd refid=hd71.verbatim:elink.:pd.
  2242. :pt.:link reftype=hd refid=hd20168.verse:elink.:pd.
  2243. :pt.:link reftype=hd refid=hd20169.\vfill:elink.:pd.
  2244. :pt.:link reftype=hd refid=hd20170.\vline:elink.:pd.
  2245. :pt.:link reftype=hd refid=hd20171.\vspace:elink.:pd.
  2246. :eparml.
  2247. :h2 id=hd20172._{exp} (subscript)
  2248. :lm margin=1.
  2249. :p.To get an expression :font facename=Courier size=12x8.exp:font facename=default size=0x0. to appear as a subscript, you just type
  2250. :font facename=Courier size=12x8._{exp}:font facename=default size=0x0..  Use in math mode.
  2251. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2252. :p.See :link reftype=hd refid=hd140.Subscripts &. Superscripts:elink..
  2253. :h2 id=hd20175.^{exp} (superscript)
  2254. :lm margin=1.
  2255. :p.To get an expression :font facename=Courier size=12x8.exp:font facename=default size=0x0. to appear as a superscript, you just
  2256. type :font facename=Courier size=12x8.^{exp}:font facename=default size=0x0..  Use in math mode.
  2257. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2258. :p.See :link reftype=hd refid=hd140.Subscripts &. Superscripts:elink..
  2259. :h2 id=hd205.\\
  2260. :lm margin=1.
  2261. :p.:font facename=Courier size=12x8.\\[*][extra-space]:font facename=default size=0x0.
  2262. :p.The :font facename=Courier size=12x8.\\:font facename=default size=0x0. command tells LaTeX to start a new line.  It has an
  2263. optional argument, :font facename=Courier size=12x8.extra-space:font facename=default size=0x0., that specifies how much extra
  2264. vertical space is to be inserted before the next line.  This can be a
  2265. negative amount.
  2266. :p.The :font facename=Courier size=12x8.\\*:font facename=default size=0x0. command is the same as the ordinary :font facename=Courier size=12x8.\\:font facename=default size=0x0. command
  2267. except that it tells LaTeX not to start a new page after the line.
  2268. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2269. :h2 id=hd206.\-
  2270. :lm margin=1.
  2271. :p.The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command tells LaTeX that it may hyphenate the word at that
  2272. point.  LaTeX is very good at hyphenating, and it will usually find all
  2273. correct hyphenation points.  The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command is used for the
  2274. exceptional cases.
  2275. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2276. :h2 id=hd207.\;
  2277. :lm margin=1.
  2278. :p.Include a thick space in math mode.
  2279. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2280. :p.See :link reftype=hd refid=hd142.Spacing In Math Mode:elink..
  2281. :h2 id=hd208.\&colon.
  2282. :lm margin=1.
  2283. :p.Include a medium space in math mode.
  2284. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2285. :p.See :link reftype=hd refid=hd142.Spacing In Math Mode:elink..
  2286. :h2 id=hd209.\,
  2287. :lm margin=1.
  2288. :p.Include a thin space in math mode.
  2289. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2290. :p.See :link reftype=hd refid=hd142.Spacing In Math Mode:elink..
  2291. :h2 id=hd2010.\!
  2292. :lm margin=1.
  2293. :p.Include a negative thin space in math mode.
  2294. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2295. :p.See :link reftype=hd refid=hd142.Spacing In Math Mode:elink..
  2296. :h2 id=hd2011.\=
  2297. :lm margin=1.
  2298. :p.The :font facename=Courier size=12x8.\=:font facename=default size=0x0. command sets the tab stops.
  2299. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2300. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2301. :h2 id=hd2012.\>
  2302. :lm margin=1.
  2303. :p.The :font facename=Courier size=12x8.\>:font facename=default size=0x0. command causes LaTeX to advance to the next tab stop.
  2304. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2305. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2306. :h2 id=hd2013.\<
  2307. :lm margin=1.
  2308. :p.The :font facename=Courier size=12x8.\<:font facename=default size=0x0. command allows you to put something to the left of the
  2309. local margin without changing the margin.
  2310. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2311. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2312. :h2 id=hd2014.\+
  2313. :lm margin=1.
  2314. :p.The :font facename=Courier size=12x8.\+:font facename=default size=0x0. command moves the left margin of the next and all the
  2315. following commands one tab stop to the right.
  2316. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2317. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2318. :h2 id=hd2015.\-
  2319. :lm margin=1.
  2320. :p.The :font facename=Courier size=12x8.\-:font facename=default size=0x0. command moves the left margin of the next and all the
  2321. following commands one tab stop to the left.
  2322. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2323. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2324. :h2 id=hd2016.\'
  2325. :lm margin=1.
  2326. :p.The :font facename=Courier size=12x8.\':font facename=default size=0x0. command moves everything that you have typed so far in the
  2327. current column, everything starting from the most recent :font facename=Courier size=12x8.\>:font facename=default size=0x0.,
  2328. :font facename=Courier size=12x8.\<:font facename=default size=0x0., :font facename=Courier size=12x8.\':font facename=default size=0x0., :font facename=Courier size=12x8.\\:font facename=default size=0x0., or :font facename=Courier size=12x8.\kill:font facename=default size=0x0. command, to the right
  2329. of the previous column, flush against the current column's tab stop.
  2330. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2331. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2332. :h2 id=hd2017.\`
  2333. :lm margin=1.
  2334. :p.The :font facename=Courier size=12x8.\`:font facename=default size=0x0. command allows you to put text flushed right against any
  2335. tab stop, including tab stop 0.  However, it can't move text to the
  2336. right of the last column because there's no tab stop there.  The
  2337. :font facename=Courier size=12x8.\`:font facename=default size=0x0. command moves all the text that follows it, up to the
  2338. :font facename=Courier size=12x8.\\:font facename=default size=0x0. or :font facename=Courier size=12x8.\end{tabbing}:font facename=default size=0x0. command that ends the line, to the
  2339. right margin of the tabbing environment.  There must be no :font facename=Courier size=12x8.\>:font facename=default size=0x0. or
  2340. :font facename=Courier size=12x8.\':font facename=default size=0x0. command between the :font facename=Courier size=12x8.\`:font facename=default size=0x0. and the command that ends the
  2341. line.
  2342. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2343. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2344. :h2 id=hd2018.\addcontentsline
  2345. :lm margin=1.
  2346. :p.:font facename=Courier size=12x8.\addcontentsline{file}{sec_unit}{entry}:font facename=default size=0x0.
  2347. :p.The :font facename=Courier size=12x8.\addcontentsline:font facename=default size=0x0. command adds an entry to the specified list
  2348. or table where&dot.&dot.&dot.
  2349.  
  2350. :ul.:li.
  2351. :font facename=Courier size=12x8.file:font facename=default size=0x0. is the extension of the file on which information is to be
  2352. written&colon. :font facename=Courier size=12x8.toc:font facename=default size=0x0. (table of contents), :font facename=Courier size=12x8.lof:font facename=default size=0x0. (list of figures),
  2353. or :font facename=Courier size=12x8.lot:font facename=default size=0x0. (list of tables).
  2354. :li.:font facename=Courier size=12x8.sec_unit:font facename=default size=0x0. controls the formatting of the entry.  It should be one
  2355. of the following, depending upon the value of the file argument&colon.
  2356.  
  2357. :ol.:li.
  2358. :font facename=Courier size=12x8.toc:font facename=default size=0x0. - the name of the sectional unit, such as part or subsection.
  2359. :li.:font facename=Courier size=12x8.lof:font facename=default size=0x0. - figure
  2360. :li.:font facename=Courier size=12x8.lot:font facename=default size=0x0. - table
  2361.  
  2362. :eol.:lm margin=6.
  2363. :li.:font facename=Courier size=12x8.entry:font facename=default size=0x0. is the text of the entry.
  2364.  
  2365. :eul.:lm margin=1.
  2366. :p.See :link reftype=hd refid=hd26.Table Of Contents:elink..
  2367. :h2 id=hd2019.\addtocontents
  2368. :lm margin=1.
  2369. :p.:font facename=Courier size=12x8.\addtocontents{file}{text}:font facename=default size=0x0.
  2370. :p.The :font facename=Courier size=12x8.\addtocontents:font facename=default size=0x0. command adds text (or formatting commands)
  2371. directly to the file that generates the table of contents or list of
  2372. figures or tables.
  2373.  
  2374. :ul.:li.
  2375. :font facename=Courier size=12x8.file:font facename=default size=0x0. is the extension of the file on which information is to be
  2376. written&colon. :font facename=Courier size=12x8.toc:font facename=default size=0x0. (table of contents), :font facename=Courier size=12x8.lof:font facename=default size=0x0. (list of figures),
  2377. or :font facename=Courier size=12x8.lot:font facename=default size=0x0. (list of tables).
  2378. :li.:font facename=Courier size=12x8.text:font facename=default size=0x0. is the information to be written.
  2379.  
  2380. :eul.:lm margin=1.
  2381. :p.See :link reftype=hd refid=hd26.Table Of Contents:elink..
  2382. :h2 id=hd2020.\addtocounter
  2383. :lm margin=1.
  2384. :p.:font facename=Courier size=12x8.\addtocounter{counter}{value}:font facename=default size=0x0.
  2385. :p.The :font facename=Courier size=12x8.\addtocounter:font facename=default size=0x0. command increments the counter by the amount
  2386. specified by the :font facename=Courier size=12x8.value:font facename=default size=0x0. argument.  The :font facename=Courier size=12x8.value:font facename=default size=0x0. argument can
  2387. be negative.
  2388. :p.See :link reftype=hd refid=hd8.Counters:elink..
  2389. :h2 id=hd2021.\address
  2390. :lm margin=1.
  2391. :p.:font facename=Courier size=12x8.\address{Return address}:font facename=default size=0x0.
  2392. :p.The return address, as it should appear on the letter and the envelope.
  2393. Separate lines of the address should be separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0. commands.
  2394. If you do not make an :font facename=Courier size=12x8.\address:font facename=default size=0x0. declaration, then the letter will
  2395. be formatted for copying onto your organisation's standard letterhead.
  2396. If you give an :font facename=Courier size=12x8.\address:font facename=default size=0x0. declaration, then the letter will be
  2397. formatted as a personal letter.
  2398. :p.See :link reftype=hd refid=hd15.Letters:elink..
  2399. :p.See :link reftype=hd refid=hd121.Declarations:elink..
  2400. :h2 id=hd2022.\addtolength
  2401. :lm margin=1.
  2402. :p.:font facename=Courier size=12x8.\addtolength{\gnat}{length}:font facename=default size=0x0.
  2403. :p.The :font facename=Courier size=12x8.\addtolength:font facename=default size=0x0. command increments a length command by the
  2404. amount specified in the :font facename=Courier size=12x8.length:font facename=default size=0x0. argument.  It can be a negative
  2405. amount.
  2406. :p.See :link reftype=hd refid=hd14.Lengths:elink..
  2407. :h2 id=hd2023.\addvspace
  2408. :lm margin=1.
  2409. :p.:font facename=Courier size=12x8.\addvspace{length}:font facename=default size=0x0.
  2410. :p.The :font facename=Courier size=12x8.\addvspace:font facename=default size=0x0. command normally adds a vertical space of height
  2411. :font facename=Courier size=12x8.length:font facename=default size=0x0..  However, if vertical space has already been added to the
  2412. same point in the output by a previous :font facename=Courier size=12x8.\addvspace:font facename=default size=0x0. command, then
  2413. this command will not add more space than needed to make the natural
  2414. length of the total vertical space equal to :font facename=Courier size=12x8.length:font facename=default size=0x0..
  2415. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2416. :h2 id=hd2024.\alph
  2417. :lm margin=1.
  2418. :p.:font facename=Courier size=12x8.\alph{counter}:font facename=default size=0x0.
  2419. :p.This command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be printed in
  2420. alphabetic characters.  The :font facename=Courier size=12x8.\alph:font facename=default size=0x0. command causes lower case
  2421. alphabetic characters, i.e., a, b, c&dot.&dot.&dot.  while the :font facename=Courier size=12x8.\Alph:font facename=default size=0x0. command
  2422. causes upper case alphabetic characters, i.e., A, B, C&dot.&dot.&dot.
  2423. :p.See :link reftype=hd refid=hd8.Counters:elink..
  2424. :h2 id=hd2025.\appendix
  2425. :lm margin=1.
  2426. :p.:font facename=Courier size=12x8.\appendix:font facename=default size=0x0.
  2427. :p.The :font facename=Courier size=12x8.\appendix:font facename=default size=0x0. command changes the way sectional units are
  2428. numbered.  The :font facename=Courier size=12x8.\appendix:font facename=default size=0x0. command generates no text and does not
  2429. affect the numbering or parts.
  2430. :p.See :link reftype=hd refid=hd21.Sectioning:elink..
  2431. :h2 id=hd2026.\arabic
  2432. :lm margin=1.
  2433. :p.:font facename=Courier size=12x8.\arabic{counter}:font facename=default size=0x0.
  2434. :p.The :font facename=Courier size=12x8.\arabic:font facename=default size=0x0. command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be
  2435. printed in arabic numbers, i.e., 3.
  2436. :p.See :link reftype=hd refid=hd8.Counters:elink..
  2437. :h2 id=hd2027.\array
  2438. :lm margin=1.
  2439. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2440.  \begin{array}{col1col2&dot.&dot.&dot.coln}
  2441.  column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  2442.  .
  2443.  .
  2444.  .
  2445.  \end{array}
  2446. :font facename=default size=0x0.:lm margin=1.:elines.
  2447. :p.Math arrays are produced with the :font facename=Courier size=12x8.array:font facename=default size=0x0. environment.  It has a
  2448. single mandatory argument describing the number of columns and the
  2449. alignment within them.  Each column, :font facename=Courier size=12x8.coln:font facename=default size=0x0., is specified by a
  2450. single letter that tells how items in that row should be formatted.
  2451.  
  2452. :ul.:li.
  2453. :font facename=Courier size=12x8.c:font facename=default size=0x0. for centered
  2454. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. for flushleft
  2455. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. for flushright
  2456.  
  2457. :eul.:lm margin=1.
  2458. :p.Column entries must be separated by an :font facename=Courier size=12x8.&.:font facename=default size=0x0..  Column entries may
  2459. include other LaTeX commands.  Each row of the array must be terminated
  2460. with the string :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  2461. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2462. :h2 id=hd2028.\author
  2463. :lm margin=1.
  2464. :p.:font facename=Courier size=12x8.\author{names}:font facename=default size=0x0.
  2465. :p.The :font facename=Courier size=12x8.\author:font facename=default size=0x0. command declares the author(s), where :font facename=Courier size=12x8.names:font facename=default size=0x0. is
  2466. a list of authors separated by :font facename=Courier size=12x8.\and:font facename=default size=0x0. commands.  Use :font facename=Courier size=12x8.\\:font facename=default size=0x0. to
  2467. separate lines within a single author's entry -- for example, to give
  2468. the author's institution or address.
  2469. :p.NOTE&colon. The :font facename=Courier size=12x8.milstd:font facename=default size=0x0. and :font facename=Courier size=12x8.book-form:font facename=default size=0x0. styles have re-defined the
  2470. :font facename=Courier size=12x8.\maketitle:font facename=default size=0x0. command.  The :font facename=Courier size=12x8.\title:font facename=default size=0x0. declaration is the only
  2471. command of those shown below that has any meaning.
  2472. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  2473. :h2 id=hd2029.\bf
  2474. :lm margin=1.
  2475. :p.Boldface typeface.
  2476. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2477. :p.See :link reftype=hd refid=hd181.Styles:elink..
  2478. :h2 id=hd2030.\bibitem
  2479. :lm margin=1.
  2480. :p.:font facename=Courier size=12x8.\bibitem[label]{cite_key}:font facename=default size=0x0.
  2481. :p.The :font facename=Courier size=12x8.\bibitem:font facename=default size=0x0. command generates an entry labelled by :font facename=Courier size=12x8.label:font facename=default size=0x0..
  2482. If the :font facename=Courier size=12x8.label:font facename=default size=0x0. argument is missing, a number is generated as the
  2483. label, using the :font facename=Courier size=12x8.enumi:font facename=default size=0x0. counter.  The :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. is any
  2484. sequence of letters, numbers, and punctuation symbols not containing a
  2485. comma.  This command writes an entry on the :font facename=Courier size=12x8.&apos.aux&apos.:font facename=default size=0x0. file containing
  2486. :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. and the item's :font facename=Courier size=12x8.label:font facename=default size=0x0..  When this :font facename=Courier size=12x8.&apos.aux&apos.:font facename=default size=0x0. file
  2487. is read by the :font facename=Courier size=12x8.\begin{document}:font facename=default size=0x0. command, the item's
  2488. :font facename=Courier size=12x8.label:font facename=default size=0x0. is associated with :font facename=Courier size=12x8.cite_key:font facename=default size=0x0., causing the reference
  2489. to :font facename=Courier size=12x8.cite_key:font facename=default size=0x0. by a :font facename=Courier size=12x8.\cite:font facename=default size=0x0. command to produce the associated
  2490. label.
  2491. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2492. :p.See :link reftype=hd refid=hd68.thebibliography:elink..
  2493. :h2 id=hd2031.\bigskip
  2494. :lm margin=1.
  2495. :p.The :font facename=Courier size=12x8.\bigskip:font facename=default size=0x0. command is equivalent to
  2496. :font facename=Courier size=12x8.\vspace{bigskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.bigskipamount:font facename=default size=0x0. is determined
  2497. by the document style.
  2498. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2499. :h2 id=hd2032.\cdots
  2500. :lm margin=1.
  2501. :p.The :font facename=Courier size=12x8.\cdots:font facename=default size=0x0. command produces a horizontal ellipsis where the dots
  2502. are raised to the center of the line.
  2503. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2504. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  2505. :h2 id=hd2033.center
  2506. :lm margin=1.
  2507. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2508.  \begin{center}
  2509.  Text on line 1 \\
  2510.  Text on line 2 \\
  2511.  .
  2512.  .
  2513.  .
  2514.  \end{center}
  2515. :font facename=default size=0x0.:lm margin=1.:elines.
  2516. :p.The :font facename=Courier size=12x8.center:font facename=default size=0x0. environment allows you to create a paragraph
  2517. consisting of lines that are centered within the left and right margins
  2518. on the current page.  Each line must be terminated with a :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  2519. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2520. :h2 id=hd2034.\centering
  2521. :lm margin=1.
  2522. :p.This declaration corresponds to the :font facename=Courier size=12x8.center:font facename=default size=0x0. environment.  This
  2523. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  2524. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..  The text of a figure or table can be centered on the
  2525. page by putting a :font facename=Courier size=12x8.\centering:font facename=default size=0x0. command at the beginning of the
  2526. figure or table environment.
  2527. :p.Unlike the :font facename=Courier size=12x8.center:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\centering:font facename=default size=0x0. command does
  2528. not start a new paragraph; it simply changes how LaTeX formats paragraph
  2529. units. To affect a paragraph unit's format, the scope of the declaration
  2530. must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an environment
  2531. like quote) that ends the paragraph unit.
  2532. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2533. :p.See :link reftype=hd refid=hd51.center:elink..
  2534. :h2 id=hd2035.\circle
  2535. :lm margin=1.
  2536. :p.:font facename=Courier size=12x8.\circle[*]{diameter}:font facename=default size=0x0.
  2537. :p.The :font facename=Courier size=12x8.\circle:font facename=default size=0x0. command produces a circle of the specified
  2538. :font facename=Courier size=12x8.diameter:font facename=default size=0x0..  If the :font facename=Courier size=12x8.*-form:font facename=default size=0x0. of the command is used, LaTeX
  2539. draws a solid circle.
  2540. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2541. :p.See :link reftype=hd refid=hd62.picture:elink..
  2542. :h2 id=hd2036.\cite
  2543. :lm margin=1.
  2544. :p.:font facename=Courier size=12x8.\cite[text]{key_list}:font facename=default size=0x0.
  2545. :p.The :font facename=Courier size=12x8.key_list:font facename=default size=0x0. argument is a list of citation keys.  This command
  2546. generates an in-text citation to the references associated with the keys
  2547. in :font facename=Courier size=12x8.key_list:font facename=default size=0x0. by entries on the :font facename=Courier size=12x8.&apos.aux&apos.:font facename=default size=0x0. file read by the
  2548. :font facename=Courier size=12x8.\begin{document}:font facename=default size=0x0. command.
  2549. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2550. :p.See :link reftype=hd refid=hd68.thebibliography:elink..
  2551. :h2 id=hd2037.\cleardoublepage
  2552. :lm margin=1.
  2553. :p.The :font facename=Courier size=12x8.\cleardoublepage:font facename=default size=0x0. command ends the current page and causes all
  2554. figures and tables that have so far appeared in the input to be printed.
  2555. In a :font facename=Courier size=12x8.two-sided:font facename=default size=0x0. printing style, it also makes the next page a
  2556. right-hand (odd-numbered) page, producing a blank page if necessary.
  2557. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2558. :h2 id=hd2038.\clearpage
  2559. :lm margin=1.
  2560. :p.The :font facename=Courier size=12x8.\clearpage:font facename=default size=0x0. command ends the current page and causes all
  2561. figures and tables that have so far appeared in the input to be printed.
  2562. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2563. :h2 id=hd2039.\cline
  2564. :lm margin=1.
  2565. :p.:font facename=Courier size=12x8.\cline{i-j}:font facename=default size=0x0.
  2566. :p.The :font facename=Courier size=12x8.\cline:font facename=default size=0x0. command draws horizontal lines across the columns
  2567. specified, beginning in column :font facename=Courier size=12x8.i:font facename=default size=0x0. and ending in column :font facename=Courier size=12x8.j:font facename=default size=0x0.,
  2568. which are identified in the mandatory argument.
  2569. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2570. :p.See :link reftype=hd refid=hd67.tabular:elink..
  2571. :h2 id=hd2040.\closing
  2572. :lm margin=1.
  2573. :p.:font facename=Courier size=12x8.\closing{text}:font facename=default size=0x0.
  2574. :p.The letter closes with a :font facename=Courier size=12x8.\closing:font facename=default size=0x0. command, i.e.,
  2575. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2576.  \closing{Best Regards,}
  2577. :font facename=default size=0x0.:lm margin=1.:elines.
  2578. :p.See :link reftype=hd refid=hd15.Letters:elink..
  2579. :h2 id=hd2041.\dashbox
  2580. :lm margin=1.
  2581. :p.:font facename=Courier size=12x8.\dashbox{dash length}(width,height){ &dot.&dot.&dot. }:font facename=default size=0x0.
  2582. :p.The :font facename=Courier size=12x8.\dashbox:font facename=default size=0x0. has an extra argument which specifies the width of
  2583. each dash.  A dashed box looks best when the :font facename=Courier size=12x8.width:font facename=default size=0x0. and
  2584. :font facename=Courier size=12x8.height:font facename=default size=0x0. are multiples of the :font facename=Courier size=12x8.dash length:font facename=default size=0x0..
  2585. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2586. :p.See :link reftype=hd refid=hd62.picture:elink..
  2587. :h2 id=hd2042.\date
  2588. :lm margin=1.
  2589. :p.:font facename=Courier size=12x8.\date{text}:font facename=default size=0x0.
  2590. :p.The :font facename=Courier size=12x8.\date:font facename=default size=0x0. command declares text to be the document's date.  With
  2591. no :font facename=Courier size=12x8.\date:font facename=default size=0x0. command, the current date is used.
  2592. :p.See :link reftype=hd refid=hd20.Page Styles:elink.
  2593. :h2 id=hd2043.\ddots
  2594. :lm margin=1.
  2595. :p.The :font facename=Courier size=12x8.\ddots:font facename=default size=0x0. command produces a diagonal ellipsis.
  2596. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2597. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  2598. :h2 id=hd2044.description
  2599. :lm margin=1.
  2600. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2601.  \begin{description}
  2602.  \item [label] First item
  2603.  \item [label] Second item
  2604.  .
  2605.  .
  2606.  .
  2607.  \end{description}
  2608. :font facename=default size=0x0.:lm margin=1.:elines.
  2609. :p.The :font facename=Courier size=12x8.description:font facename=default size=0x0. environment is used to make labelled lists.  The
  2610. label is bold face and flushed right.
  2611. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2612. :h2 id=hd2045.\dotfill
  2613. :lm margin=1.
  2614. :p.The :font facename=Courier size=12x8.\dotfill:font facename=default size=0x0.  command  produces  a rubber  length  that produces  dots
  2615. instead of just spaces.
  2616. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2617. :h2 id=hd2046.\em
  2618. :lm margin=1.
  2619. :p.Emphasis (toggles between :font facename=Courier size=12x8.\it:font facename=default size=0x0. and :font facename=Courier size=12x8.\rm:font facename=default size=0x0.).
  2620. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2621. :p.See :link reftype=hd refid=hd181.Styles:elink..
  2622. :h2 id=hd2047.enumerate
  2623. :lm margin=1.
  2624. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2625.  \begin{enumerate}
  2626.  \item First item
  2627.  \item Second item
  2628.  .
  2629.  .
  2630.  .
  2631.  \end{enumerate}
  2632. :font facename=default size=0x0.:lm margin=1.:elines.
  2633. :p.The :font facename=Courier size=12x8.enumerate:font facename=default size=0x0. environment produces a numbered list.  Enumerations  can
  2634. be nested within one another,  up to four levels deep.   They can also
  2635. be nested within other paragraph-making environments.
  2636. :p.Each item of an enumerated list begins with an :font facename=Courier size=12x8.\item:font facename=default size=0x0. command.
  2637. There must be at least one :font facename=Courier size=12x8.\item:font facename=default size=0x0. command within the environment.
  2638. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2639. :h2 id=hd2048.eqnarray
  2640. :lm margin=1.
  2641. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2642.  \begin{eqnarray}
  2643.  math formula 1 \\
  2644.  math formula 2 \\
  2645.  .
  2646.  .
  2647.  .
  2648.  \end{eqnarray}
  2649. :font facename=default size=0x0.:lm margin=1.:elines.
  2650. :p.The :font facename=Courier size=12x8.eqnarray:font facename=default size=0x0. environment is used to display a sequence of
  2651. equations or inequalities.  It is very much like a three-column
  2652. :font facename=Courier size=12x8.array:font facename=default size=0x0. environment, with consecutive rows separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0.
  2653. and consecutive items within a row separated by an :font facename=Courier size=12x8.&.:font facename=default size=0x0..  An
  2654. equation number is placed on every line unless that line has a
  2655. :font facename=Courier size=12x8.\nonumber:font facename=default size=0x0. command.
  2656. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2657. :h2 id=hd2049.equation
  2658. :lm margin=1.
  2659. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2660.  \begin{equation}
  2661.   math formula
  2662.  \end{equation}
  2663. :font facename=default size=0x0.:lm margin=1.:elines.
  2664. :p.The :font facename=Courier size=12x8.equation:font facename=default size=0x0. environment centers your equation on the page and
  2665. places the equation number in the right margin.
  2666. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2667. :h2 id=hd2050.figure
  2668. :lm margin=1.
  2669. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2670.  \begin{figure}[placement]
  2671.   body of the figure
  2672.  \caption{figure title}
  2673.  \end{figure}
  2674. :font facename=default size=0x0.:lm margin=1.:elines.
  2675. :p.Figures  are objects  that are not part  of the normal  text,  and are
  2676. usually  "floated"  to a convenient  place,  like  the top  of a page.
  2677. Figures will not be split between two pages.
  2678. :p.The optional argument :font facename=Courier size=12x8.[placement]:font facename=default size=0x0. determines where LaTeX will try
  2679. to place your figure.  There are four places where LaTeX can possibly
  2680. put a float&colon.
  2681.  
  2682. :ol.:li.
  2683. :font facename=Courier size=12x8.h:font facename=default size=0x0.&colon. Here - at the position in the text where the figure
  2684. environment appears.
  2685. :li.:font facename=Courier size=12x8.t:font facename=default size=0x0.&colon. Top - at the top of a text page.
  2686. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0.&colon. Bottom - at the bottom of a text page.
  2687. :li.:font facename=Courier size=12x8.p:font facename=default size=0x0.&colon. Page of floats - on a separate float page, which is a page
  2688. containing no text, only floats.
  2689.  
  2690. :eol.:lm margin=1.
  2691. :p.The standard :font facename=Courier size=12x8.report:font facename=default size=0x0. and :font facename=Courier size=12x8.article:font facename=default size=0x0. styles use the default placement :font facename=Courier size=12x8.tbp:font facename=default size=0x0..
  2692. :p.The body of the figure is made up of whatever text, LaTeX commands,
  2693. etc., you wish.  The :font facename=Courier size=12x8.\caption:font facename=default size=0x0. command allows you to title your
  2694. figure.
  2695. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2696. :h2 id=hd2051.\fbox
  2697. :lm margin=1.
  2698. :p.:font facename=Courier size=12x8.\fbox{text}:font facename=default size=0x0.
  2699. :p.The :font facename=Courier size=12x8.\fbox:font facename=default size=0x0. command is exactly the same as the :font facename=Courier size=12x8.\mbox:font facename=default size=0x0.
  2700. command, except that it puts a frame around the outside of the box that
  2701. it creates.
  2702. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2703. :h2 id=hd2052.\flushbottom
  2704. :lm margin=1.
  2705. :p.The :font facename=Courier size=12x8.\flushbottom:font facename=default size=0x0.  declaration  makes  all text pages  the same height,
  2706. adding extra vertical space when necessary to fill out the page.
  2707. :p.See :link reftype=hd refid=hd11.Document Styles:elink..
  2708. :h2 id=hd2053.flushleft
  2709. :lm margin=1.
  2710. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2711.  \begin{flushleft}
  2712.  Text on line 1 \\
  2713.  Text on line 2 \\
  2714.  .
  2715.  .
  2716.  .
  2717.  \end{flushleft}
  2718. :font facename=default size=0x0.:lm margin=1.:elines.
  2719. :p.The :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment  allows you to create a paragraph consisting
  2720. of lines  that are flushed  left to the left-hand  margin.   Each line
  2721. must be terminated with a :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  2722. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2723. :h2 id=hd2054.flushright
  2724. :lm margin=1.
  2725. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2726.  \begin{flushright}
  2727.  Text on line 1 \\
  2728.  Text on line 2 \\
  2729.  .
  2730.  .
  2731.  .
  2732.  \end{flushright}
  2733. :font facename=default size=0x0.:lm margin=1.:elines.
  2734. :p.The :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment allows you to create a paragraph consisting
  2735. of lines that are flushed  right to the right-hand  margin.  Each line
  2736. must be terminated with a :font facename=Courier size=12x8.\\:font facename=default size=0x0..
  2737. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2738. :h2 id=hd2055.\fnsymbol
  2739. :lm margin=1.
  2740. :p.:font facename=Courier size=12x8.\fnsymbol{counter}:font facename=default size=0x0.
  2741. :p.The :font facename=Courier size=12x8.\fnsymbol:font facename=default size=0x0. command causes the value of the :font facename=Courier size=12x8.counter:font facename=default size=0x0. to be printed in
  2742. a specific  sequence  of nine symbols  that can be used  for numbering
  2743. footnotes.
  2744. :p.See :link reftype=hd refid=hd8.Counters:elink..
  2745. :h2 id=hd2056.\footnote
  2746. :lm margin=1.
  2747. :p.:font facename=Courier size=12x8.\footnote[number]{text}:font facename=default size=0x0.
  2748. :p.The :font facename=Courier size=12x8.\footnote:font facename=default size=0x0. command places the numbered footnote text at the
  2749. bottom of the current page.  The optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0., is
  2750. used to change the default footnote number.  This command can only be
  2751. used in outer paragraph mode.
  2752. :p.See :link reftype=hd refid=hd13.Footnotes:elink..
  2753. :h2 id=hd2057.\footnotemark
  2754. :lm margin=1.
  2755. :p.The :font facename=Courier size=12x8.\footnotemark:font facename=default size=0x0.  command puts the footnote number in the text.  This
  2756. command can be used in inner paragraph mode.  The text of the footnote
  2757. is supplied by the :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command.
  2758. :p.See :link reftype=hd refid=hd13.Footnotes:elink..
  2759. :h2 id=hd2058.\footnotesize
  2760. :lm margin=1.
  2761. :p.Third smallest of 10 typefaces available.  This is the default size for
  2762. footnotes.
  2763. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2764. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2765. :h2 id=hd2059.\footnotetext
  2766. :lm margin=1.
  2767. :p.:font facename=Courier size=12x8.\footnotetext [number] {text}:font facename=default size=0x0.
  2768. :p.The :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command produces the text to be placed at the
  2769. bottom of the page.  This command can come anywhere after the
  2770. :font facename=Courier size=12x8.\footnotemark:font facename=default size=0x0. command.  The :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command must
  2771. appear in outer paragraph mode.
  2772. :p.The optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0., is used to change the default
  2773. footnote number.
  2774. :p.See :link reftype=hd refid=hd13.Footnotes:elink..
  2775. :h2 id=hd2060.\frac
  2776. :lm margin=1.
  2777. :p.:font facename=Courier size=12x8.\frac{num}{den}:font facename=default size=0x0.
  2778. :p.The :font facename=Courier size=12x8.\frac:font facename=default size=0x0. command produces the fraction :font facename=Courier size=12x8.num:font facename=default size=0x0. divided by
  2779. :font facename=Courier size=12x8.den:font facename=default size=0x0..
  2780. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2781. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  2782. :h2 id=hd2061.\frame
  2783. :lm margin=1.
  2784. :p.:font facename=Courier size=12x8.\frame{ &dot.&dot.&dot.  }:font facename=default size=0x0.
  2785. :p.The :font facename=Courier size=12x8.\frame:font facename=default size=0x0. command puts a rectangular frame around the object
  2786. specified in the argument.  The reference point is the bottom left
  2787. corner of the frame.  No extra space is put between the frame and the
  2788. object.
  2789. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2790. :p.See :link reftype=hd refid=hd62.picture:elink..
  2791. :h2 id=hd2062.\framebox
  2792. :lm margin=1.
  2793. :p.:font facename=Courier size=12x8.\framebox[width][position]{text}:font facename=default size=0x0.
  2794. :p.The :font facename=Courier size=12x8.framebox:font facename=default size=0x0. command produces a rule of thickness
  2795. :font facename=Courier size=12x8.\fboxrule:font facename=default size=0x0., and leaves a space :font facename=Courier size=12x8.\fboxsep:font facename=default size=0x0. between the rule
  2796. and the contents of the box.
  2797. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2798. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2799. :p.See :link reftype=hd refid=hd62.picture:elink..
  2800. :h2 id=hd2063.\hfill
  2801. :lm margin=1.
  2802. :p.The :font facename=Courier size=12x8.\hfill:font facename=default size=0x0. fill command produces a rubber length which can
  2803. stretch or shrink horizontally.  It will be filled with spaces.
  2804. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2805. :h2 id=hd2064.\hline
  2806. :lm margin=1.
  2807. :p.The :font facename=Courier size=12x8.\hline:font facename=default size=0x0. command will draw a horizontal line the width of the
  2808. table.  It's most commonly used to draw a line at the top, bottom, and
  2809. between the rows of the table.
  2810. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2811. :p.See :link reftype=hd refid=hd67.tabular:elink..
  2812. :h2 id=hd2065.\hrulefill
  2813. :lm margin=1.
  2814. :p.The :font facename=Courier size=12x8.\hrulefill:font facename=default size=0x0. fill command produces a rubber length which can
  2815. stretch or shrink horizontally.  It will be filled with a horizontal
  2816. rule.
  2817. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2818. :h2 id=hd2066.\hspace
  2819. :lm margin=1.
  2820. :p.:font facename=Courier size=12x8.\hspace[*]{length}:font facename=default size=0x0.
  2821. :p.The :font facename=Courier size=12x8.\hspace:font facename=default size=0x0. command adds horizontal space.  The length of the
  2822. space can be expressed in any terms that LaTeX understands, i.e.,
  2823. points, inches, etc.  You can add negative as well as positive space
  2824. with an :font facename=Courier size=12x8.\hspace:font facename=default size=0x0. command.  Adding negative space is like
  2825. backspacing.
  2826. :p.LaTeX removes horizontal space that comes at the end of a line.  If you
  2827. don't want LaTeX to remove this space, include the optional :font facename=Courier size=12x8.*:font facename=default size=0x0.
  2828. argument.  Then the space is never removed.
  2829. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  2830. :h2 id=hd2067.\huge
  2831. :lm margin=1.
  2832. :p.Second largest of 10 typefaces available.
  2833. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2834. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2835. :h2 id=hd2068.\Huge
  2836. :lm margin=1.
  2837. :p.Largest of 10 typefaces available.  All fonts may not be available in
  2838. this size.
  2839. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2840. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2841. :h2 id=hd2069.\hyphenation
  2842. :lm margin=1.
  2843. :p.:font facename=Courier size=12x8.\hyphenation{words}:font facename=default size=0x0.
  2844. :p.The :font facename=Courier size=12x8.\hyphenation:font facename=default size=0x0. command declares allowed hyphenation points,
  2845. where :font facename=Courier size=12x8.words:font facename=default size=0x0. is a list of words, separated by spaces, in which
  2846. each hyphenation point is indicated by a :font facename=Courier size=12x8.-:font facename=default size=0x0. character.
  2847. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2848. :h2 id=hd2070.\include
  2849. :lm margin=1.
  2850. :p.:font facename=Courier size=12x8.\include{file}:font facename=default size=0x0.
  2851. :p.The :font facename=Courier size=12x8.\include:font facename=default size=0x0.  command  is used  in conjunction  with  the :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0.
  2852. command for selective  inclusion  of files.  The :font facename=Courier size=12x8.file:font facename=default size=0x0. argument  is the
  2853. first  name of a file,  denoting  :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0..   If :font facename=Courier size=12x8.file:font facename=default size=0x0.  is one the file
  2854. names in the file list of the :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0.  command  or if there is no
  2855. :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0. command, the :font facename=Courier size=12x8.\include:font facename=default size=0x0. command is equivalent to
  2856. :p.:font facename=Courier size=12x8.\clearpage :font facename=default size=0x0.
  2857. :p.except that if the file :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0. does not exist, then a warning
  2858. message rather than an error is produced.  If the file is not in the
  2859. file list, the :font facename=Courier size=12x8.\include:font facename=default size=0x0. command is equivalent to
  2860. :font facename=Courier size=12x8.\clearpage:font facename=default size=0x0..
  2861. :p.The :font facename=Courier size=12x8.\include:font facename=default size=0x0. command may not appear in the preamble or in a file
  2862. read by another :font facename=Courier size=12x8.\include:font facename=default size=0x0. command.
  2863. :p.See :link reftype=hd refid=hd24.Splitting The Input:elink..
  2864. :h2 id=hd2071.\includeonly
  2865. :lm margin=1.
  2866. :p.:font facename=Courier size=12x8.\includeonly{file_list}:font facename=default size=0x0.
  2867. :p.The :font facename=Courier size=12x8.\includeonly:font facename=default size=0x0. command controls which files will be read in by
  2868. an :font facename=Courier size=12x8.\include:font facename=default size=0x0. command.  It can only appear in the preamble.
  2869. :p.See :link reftype=hd refid=hd24.Splitting The Input:elink..
  2870. :h2 id=hd2072.\indent
  2871. :lm margin=1.
  2872. :p.This produces  a horizontal  space whose width equals the width of the
  2873. paragraph indentation.   It is used to add paragraph indentation where
  2874. it would otherwise be suppressed.
  2875. :p.See :link reftype=hd refid=hd17.Making Paragraphs:elink..
  2876. :h2 id=hd20195.\input
  2877. :lm margin=1.
  2878. :p.:font facename=Courier size=12x8.\input file:font facename=default size=0x0.
  2879. :p.The :font facename=Courier size=12x8.\input:font facename=default size=0x0. command causes the indicated file to be read and
  2880. processed, exactly as if its contents had been inserted in the current
  2881. file at that point.  The file name may be a complete file name with
  2882. extension or just a first name, in which case the file :font facename=Courier size=12x8.&apos.file.tex&apos.:font facename=default size=0x0.
  2883. is used.
  2884. :p.See :link reftype=hd refid=hd24.Splitting The Input:elink..
  2885. :h2 id=hd2073.\it
  2886. :lm margin=1.
  2887. :p.Italics typeface.
  2888. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2889. :p.See :link reftype=hd refid=hd181.Styles:elink..
  2890. :h2 id=hd2074.itemize
  2891. :lm margin=1.
  2892. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2893.  \begin{itemize}
  2894.  \item First item
  2895.  \item Second item
  2896.  .
  2897.  .
  2898.  .
  2899.  \end{itemize}
  2900. :font facename=default size=0x0.:lm margin=1.:elines.
  2901. :p.The :font facename=Courier size=12x8.itemize:font facename=default size=0x0. environment produces a bulleted list.  Itemizations can be
  2902. nested within one another,  up to four levels deep.   They can also be
  2903. nested within other paragraph-making environments.
  2904. :p.Each item of an :font facename=Courier size=12x8.itemized:font facename=default size=0x0. list begins with an :font facename=Courier size=12x8.\item:font facename=default size=0x0.
  2905. command.  There must be at least one :font facename=Courier size=12x8.\item:font facename=default size=0x0. command within the
  2906. environment.
  2907. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2908. :h2 id=hd2075.\kill
  2909. :lm margin=1.
  2910. :p.The :font facename=Courier size=12x8.\kill:font facename=default size=0x0. command allows you to set tab stops without producing
  2911. text.  It works just like the :font facename=Courier size=12x8.\\:font facename=default size=0x0. except that it throws away the
  2912. current line instead of producing output for it.  The effect of any
  2913. :font facename=Courier size=12x8.\=:font facename=default size=0x0., :font facename=Courier size=12x8.\+:font facename=default size=0x0. or :font facename=Courier size=12x8.\-:font facename=default size=0x0. commands in that line remain in
  2914. effect.
  2915. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2916. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  2917. :h2 id=hd2076.\label
  2918. :lm margin=1.
  2919. :p.:font facename=Courier size=12x8.\label{key}:font facename=default size=0x0.
  2920. :p.A :font facename=Courier size=12x8.\label:font facename=default size=0x0. command appearing in ordinary text assigns to the
  2921. :font facename=Courier size=12x8.key:font facename=default size=0x0. the number of the current sectional unit; one appearing
  2922. inside a numbered environment assigns that number to the :font facename=Courier size=12x8.key:font facename=default size=0x0..
  2923. :p.A :font facename=Courier size=12x8.key:font facename=default size=0x0. con consist of any sequence  of letters,  digits, or punctuation
  2924. characters.  Upper and lowercase letters are different.
  2925. :p.See :link reftype=hd refid=hd9.Cross References:elink..
  2926. :h2 id=hd2077.\large
  2927. :lm margin=1.
  2928. :p.Slightly larger than default typeface size.
  2929. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2930. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2931. :h2 id=hd2078.\Large
  2932. :lm margin=1.
  2933. :p.Fourth largest of typefaces available.  Is generally the default for
  2934. titles.
  2935. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2936. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2937. :h2 id=hd2079.\LARGE
  2938. :lm margin=1.
  2939. :p.Third largest of typefaces available.
  2940. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  2941. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  2942. :h2 id=hd2080.\ldots
  2943. :lm margin=1.
  2944. :p.The :font facename=Courier size=12x8.\ldots:font facename=default size=0x0. command produces an ellipsis.  This command works in
  2945. any mode, not just math mode.
  2946. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  2947. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  2948. :h2 id=hd2081.\line
  2949. :lm margin=1.
  2950. :p.:font facename=Courier size=12x8.\line(x slope,y slope){length}:font facename=default size=0x0.
  2951. :p.The :font facename=Courier size=12x8.\line:font facename=default size=0x0. command draws a line of the specified :font facename=Courier size=12x8.length:font facename=default size=0x0. and
  2952. :font facename=Courier size=12x8.slope:font facename=default size=0x0..
  2953. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2954. :p.See :link reftype=hd refid=hd62.picture:elink..
  2955. :h2 id=hd2082.\linebreak
  2956. :lm margin=1.
  2957. :p.:font facename=Courier size=12x8.\linebreak[number]:font facename=default size=0x0.
  2958. :p.The :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0. command tells LaTeX to break the current line at
  2959. the point of the command.  With the optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0.,
  2960. you can convert the :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0. command from a demand to a
  2961. request.  The number must be a number from 0 to 4.  The higher the
  2962. :font facename=Courier size=12x8.number:font facename=default size=0x0., the more insistent the request is.
  2963. :p.The :font facename=Courier size=12x8.\linebreak:font facename=default size=0x0.  command causes LaTeX to stretch the line so it extends
  2964. to the right margin.
  2965. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  2966. :h2 id=hd2083.\linethickness
  2967. :lm margin=1.
  2968. :p.:font facename=Courier size=12x8.\linethickness{dimension}:font facename=default size=0x0.
  2969. :p.Declares the thickness of horizontal and vertical lines in a picture
  2970. environment to be :font facename=Courier size=12x8.dimension:font facename=default size=0x0., which must be a positive length.  It
  2971. does not affect the thickness of slanted lines and circles, or the
  2972. quarter circles drawn by :font facename=Courier size=12x8.\oval:font facename=default size=0x0. to form the corners of an oval.
  2973. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2974. :p.See :link reftype=hd refid=hd62.picture:elink..
  2975. :h2 id=hd2084.list
  2976. :lm margin=1.
  2977. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  2978.  \begin{list}{label}{spacing}
  2979.  \item First item
  2980.  \item Second item
  2981.  .
  2982.  .
  2983.  .
  2984.  \end{list}
  2985. :font facename=default size=0x0.:lm margin=1.:elines.
  2986. :p.The :font facename=Courier size=12x8.{label}:font facename=default size=0x0. argument specifies how items should be labelled.
  2987. This argument is a piece of text that is inserted in a box to form the
  2988. label.  This argument can and usually does contain other LaTeX commands.
  2989. :p.The :font facename=Courier size=12x8.{spacing}:font facename=default size=0x0. argument contains commands to change the spacing
  2990. parameters for the list.  This argument will most often be null, i.e.
  2991. :font facename=Courier size=12x8.{}:font facename=default size=0x0..  This will select all default spacing which should suffice
  2992. for most cases.
  2993. :p.See :link reftype=hd refid=hd12.Environments:elink..
  2994. :h2 id=hd2085.\location
  2995. :lm margin=1.
  2996. :p.:font facename=Courier size=12x8.\location{address}:font facename=default size=0x0.
  2997. :p.This modifies your organisation's standard address.  This only appears
  2998. if the :font facename=Courier size=12x8.firstpage:font facename=default size=0x0. pagestyle is selected.
  2999. :p.See :link reftype=hd refid=hd15.Letters:elink..
  3000. :p.See :link reftype=hd refid=hd121.Declarations:elink..
  3001. :h2 id=hd2086.\makebox
  3002. :lm margin=1.
  3003. :p.:font facename=Courier size=12x8.\makebox[width][position]{text}:font facename=default size=0x0.
  3004. :p.The :font facename=Courier size=12x8.\makebox:font facename=default size=0x0. command creates a box to contain the text specified.
  3005. The width of the box is specified by the optional :font facename=Courier size=12x8.width:font facename=default size=0x0. argument.
  3006. The position of the text within the box is determined by the optional
  3007. :font facename=Courier size=12x8.position:font facename=default size=0x0. argument.
  3008.  
  3009. :ul.:li.
  3010. :font facename=Courier size=12x8.c:font facename=default size=0x0. - for centred
  3011. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - for flushleft
  3012. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - for flushright
  3013.  
  3014. :eul.:lm margin=1.
  3015. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3016. :p.:font facename=Courier size=12x8.\makebox(width,height)[position]{ &dot.&dot.&dot. }:font facename=default size=0x0.
  3017. :p.The :font facename=Courier size=12x8.\makebox:font facename=default size=0x0.  command for the picture  environment  is similar  to the
  3018. normal  :font facename=Courier size=12x8.\makebox:font facename=default size=0x0.  command  except  that you must specify  a :font facename=Courier size=12x8.width:font facename=default size=0x0.  and
  3019. :font facename=Courier size=12x8.height:font facename=default size=0x0. in multiples of :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0..
  3020. :p.The optional argument, :font facename=Courier size=12x8.[position]:font facename=default size=0x0., specifies the quadrant that
  3021. your text appears in.  You may select up to two of the following&colon.
  3022.  
  3023. :ul.:li.
  3024. :font facename=Courier size=12x8.t:font facename=default size=0x0. - Moves the item to the top of the rectangle
  3025. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. - Moves the item to the bottom
  3026. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Moves the item to the left
  3027. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - Moves the item to the right
  3028.  
  3029. :eul.:lm margin=1.
  3030. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3031. :p.See :link reftype=hd refid=hd62.picture:elink..
  3032. :h2 id=hd2087.\maketitle
  3033. :lm margin=1.
  3034. :p.:font facename=Courier size=12x8.\maketitle:font facename=default size=0x0.
  3035. :p.The :font facename=Courier size=12x8.\maketitle:font facename=default size=0x0.  command generates  a title on a separate  title page -
  3036. except in the :font facename=Courier size=12x8.article:font facename=default size=0x0. style, where the title normally  goes at the top
  3037. of the first page.  Information  used to produce the title is obtained
  3038. using various other commands. 
  3039. :p.See :link reftype=hd refid=hd20.Page Styles:elink. for the commands to give the information.
  3040. :h2 id=hd2088.\mark
  3041. :lm margin=1.
  3042. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3043.  \markboth{left head}{right head}
  3044.  \markright{right head}
  3045. :font facename=default size=0x0.:lm margin=1.:elines.
  3046. :p.The :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. and :font facename=Courier size=12x8.\markright:font facename=default size=0x0. commands are used in
  3047. conjunction with the page style :font facename=Courier size=12x8.myheadings:font facename=default size=0x0. for setting either
  3048. both or just the right heading.  In addition to their use with the
  3049. :font facename=Courier size=12x8.myheadings:font facename=default size=0x0. page style, you can use them to override the normal
  3050. headings in the :font facename=Courier size=12x8.headings:font facename=default size=0x0. style, since LaTeX uses these same
  3051. commands to generate those heads.  You should note that a left-hand
  3052. heading is generated by the last :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. command before the end
  3053. of the page, while a right-hand heading is generated by the first
  3054. :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. or :font facename=Courier size=12x8.\markright:font facename=default size=0x0. that comes on the page if there is
  3055. one, otherwise by the last one before the page.
  3056. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3057. :h2 id=hd2089.\mbox
  3058. :lm margin=1.
  3059. :p.:font facename=Courier size=12x8.\mbox{text}:font facename=default size=0x0.
  3060. :p.The :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. command creates a box just wide enough to hold the text
  3061. created by its argument.
  3062. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3063. :h2 id=hd2090.\medskip
  3064. :lm margin=1.
  3065. :p.The :font facename=Courier size=12x8.\medskip:font facename=default size=0x0. command is equivalent to
  3066. :font facename=Courier size=12x8.\vspace{medskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.medskipamount:font facename=default size=0x0. is determined
  3067. by the document style.
  3068. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3069. :h2 id=hd2091.minipage
  3070. :lm margin=1.
  3071. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3072.  \begin{minipage}[position]{width}
  3073.   text
  3074.  \end{minipage}
  3075. :font facename=default size=0x0.:lm margin=1.:elines.
  3076. :p.The :font facename=Courier size=12x8.minipage:font facename=default size=0x0.  environment  is similar to a :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. command.   It takes
  3077. the same optional position argument and mandatory width argument.  You
  3078. may use other paragraph-making environments inside a minipage.
  3079. :p.Footnotes in a minipage environment are handled in a way that is
  3080. particularly useful for putting footnotes in figures or tables.  A
  3081. :font facename=Courier size=12x8.\footnote:font facename=default size=0x0. or :font facename=Courier size=12x8.\footnotetext:font facename=default size=0x0. command puts the footnote at
  3082. the bottom of the minipage instead of at the bottom of the page, and it
  3083. uses the :font facename=Courier size=12x8.mpfootnote:font facename=default size=0x0. counter instead of the ordinary footnote
  3084. counter.
  3085. :p.NOTE&colon. Don't put one minipage inside another if you are using footnotes;
  3086. they may wind up at the bottom of the wrong minipage.
  3087. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3088. :h2 id=hd2092.\multicolumn
  3089. :lm margin=1.
  3090. :p.:font facename=Courier size=12x8.\multicolumn{cols}{pos}{text}:font facename=default size=0x0.
  3091. :p.The :font facename=Courier size=12x8.\multicolumn:font facename=default size=0x0. is used to make an entry that spans several
  3092. columns.  The first mandatory argument, :font facename=Courier size=12x8.cols:font facename=default size=0x0., specifies the
  3093. number of columns to span.  The second mandatory argument, :font facename=Courier size=12x8.pos:font facename=default size=0x0.,
  3094. specifies the formatting of the entry; :font facename=Courier size=12x8.c:font facename=default size=0x0. for centered, :font facename=Courier size=12x8.l:font facename=default size=0x0.
  3095. for flushleft, :font facename=Courier size=12x8.r:font facename=default size=0x0. for flushright.  The third mandatory argument,
  3096. :font facename=Courier size=12x8.text:font facename=default size=0x0., specifies what text is to make up the entry.
  3097. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3098. :p.See :link reftype=hd refid=hd67.tabular:elink..
  3099. :h2 id=hd2093.\multiput
  3100. :lm margin=1.
  3101. :p.:font facename=Courier size=12x8.\multiput(x coord,y coord)(delta x,delta y){number of copies}{object}:font facename=default size=0x0.
  3102. :p.The :font facename=Courier size=12x8.\multiput:font facename=default size=0x0. command can be used when you are putting the same
  3103. object in a regular pattern across a picture.
  3104. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3105. :p.See :link reftype=hd refid=hd62.picture:elink..
  3106. :h2 id=hd2094.\newcommand
  3107. :lm margin=1.
  3108. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3109.  \newcommand{cmd}[args]{def}
  3110.  \renewcommand{cmd}[args]{def}
  3111. :font facename=default size=0x0.:lm margin=1.:elines.
  3112. :p.These commands define (or redefine) a command.
  3113.  
  3114. :parml break=fit.:pt.:font facename=Courier size=12x8.cmd:font facename=default size=12x8.:pd.
  3115. A command name beginning with a :font facename=Courier size=12x8.\:font facename=default size=0x0..  For :font facename=Courier size=12x8.\newcommand:font facename=default size=0x0. it
  3116. must not be already defined and must not begin with :font facename=Courier size=12x8.\end:font facename=default size=0x0.; for
  3117. :font facename=Courier size=12x8.\renewcommand:font facename=default size=0x0. it must already be defined.
  3118. :pt.:font facename=Courier size=12x8.args:font facename=default size=12x8.:pd.An integer from 1 to 9 denoting the number of arguments of the command
  3119. being defined.  The default is for the command to have no arguments.
  3120. :pt.:font facename=Courier size=12x8.def:font facename=default size=12x8.:pd.The text to be substituted for every occurrence of :font facename=Courier size=12x8.cmd:font facename=default size=0x0.; a
  3121. parameter of the form :font facename=Courier size=12x8.#n:font facename=default size=0x0. in :font facename=Courier size=12x8.cmd:font facename=default size=0x0. is replaced by the text of
  3122. the nth argument when this substitution takes place.
  3123.  
  3124. :eparml.:lm margin=1.
  3125. :p.See :link reftype=hd refid=hd10.Definitions:elink..
  3126. :h2 id=hd2095.\newcounter
  3127. :lm margin=1.
  3128. :p.:font facename=Courier size=12x8.\newcounter{foo}[counter]:font facename=default size=0x0.
  3129. :p.The :font facename=Courier size=12x8.\newcounter:font facename=default size=0x0. command defines a new counter named :font facename=Courier size=12x8.foo:font facename=default size=0x0..
  3130. The optional argument :font facename=Courier size=12x8.[counter]:font facename=default size=0x0. causes the counter :font facename=Courier size=12x8.foo:font facename=default size=0x0. to
  3131. be reset whenever the counter named in the optional argument is
  3132. incremented.
  3133. :p.See :link reftype=hd refid=hd8.Counters:elink..
  3134. See :link reftype=hd refid=hd10.Definitions:elink..
  3135. :h2 id=hd2096.\newenvironment
  3136. :lm margin=1.
  3137. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3138.  \newenvironment{nam}[args]{begdef}{enddef}
  3139.  \renewenvironment{nam}[args]{begdef}{enddef}
  3140. :font facename=default size=0x0.:lm margin=1.:elines.
  3141. :p.These commands define or redefine an environment.
  3142.  
  3143. :parml break=fit.:pt.:font facename=Courier size=12x8.nam:font facename=default size=12x8.:pd.
  3144. The name of the environment.  For :font facename=Courier size=12x8.\newenvironment:font facename=default size=0x0. there must be
  3145. no currently defined environment by that name, and the command
  3146. :font facename=Courier size=12x8.\nam:font facename=default size=0x0. must be undefined.  For :font facename=Courier size=12x8.\renewenvironment:font facename=default size=0x0. the
  3147. environment must already be defined.
  3148. :pt.:font facename=Courier size=12x8.args:font facename=default size=12x8.:pd.An integer from 1 to 9 denoting the number of arguments of the
  3149. newly-defined environment.  The default is no arguments.
  3150. :pt.:font facename=Courier size=12x8.begdef:font facename=default size=12x8.:pd.The text substituted for every occurrence of :font facename=Courier size=12x8.\begin{name}:font facename=default size=0x0.; a
  3151. parameter of the form :font facename=Courier size=12x8.#n:font facename=default size=0x0. in cmd is replaced by the text of the
  3152. nth argument when this substitution takes place.
  3153. :pt.:font facename=Courier size=12x8.enddef:font facename=default size=12x8.:pd.The text substituted for every occurrence of :font facename=Courier size=12x8.\end{nam}:font facename=default size=0x0..  It may
  3154. not contain any argument parameters.
  3155.  
  3156. :eparml.:lm margin=1.
  3157. :p.See :link reftype=hd refid=hd10.Definitions:elink..
  3158. :h2 id=hd2097.\newfont
  3159. :lm margin=1.
  3160. :p.:font facename=Courier size=12x8.\newfont{cmd}{font_name}:font facename=default size=0x0.
  3161. :p.Defines the command name :font facename=Courier size=12x8.cmd:font facename=default size=0x0., which must not be currently
  3162. defined, to be a declaration that selects the font named
  3163. :font facename=Courier size=12x8.font_name:font facename=default size=0x0. to be the current font.
  3164. :p.See :link reftype=hd refid=hd10.Definitions:elink..
  3165. :h2 id=hd2098.\newlength
  3166. :lm margin=1.
  3167. :p.:font facename=Courier size=12x8.\newlength{\gnat}:font facename=default size=0x0.
  3168. :p.The :font facename=Courier size=12x8.\newlength:font facename=default size=0x0. command defines the mandatory argument,
  3169. :font facename=Courier size=12x8.\gnat:font facename=default size=0x0., as a length command with a value of 0in.  An error occurs
  3170. if a :font facename=Courier size=12x8.\gnat:font facename=default size=0x0. command already exists.
  3171. :p.See :link reftype=hd refid=hd14.Lengths:elink..
  3172. :h2 id=hd2099.\newline
  3173. :lm margin=1.
  3174. :p.The :font facename=Courier size=12x8.\newline:font facename=default size=0x0. command breaks the line right where it is.  The
  3175. :font facename=Courier size=12x8.\newline:font facename=default size=0x0. command can be used only in paragraph mode.
  3176. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  3177. :h2 id=hd20100.\newpage
  3178. :lm margin=1.
  3179. :p.The :font facename=Courier size=12x8.\newpage:font facename=default size=0x0. command ends the current page.
  3180. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  3181. :h2 id=hd20101.\newsavebox
  3182. :lm margin=1.
  3183. :p.:font facename=Courier size=12x8.\newsavebox{cmd}:font facename=default size=0x0.
  3184. :p.Declares  :font facename=Courier size=12x8.cmd:font facename=default size=0x0.,  which  must  be a command  name  that  is not  already
  3185. defined, to be a bin for saving boxes.
  3186. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3187. :h2 id=hd20102.\newtheorem
  3188. :lm margin=1.
  3189. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3190.  \newtheorem{env_name}{caption}[within]
  3191.  \newtheorem{env_name}[numbered_like]{caption}
  3192. :font facename=default size=0x0.:lm margin=1.:elines.
  3193. :p.This command defines a theorem-like environment.
  3194.  
  3195. :parml break=fit.:pt.:font facename=Courier size=12x8.env_name:font facename=default size=12x8.:pd.
  3196. The name of the environment -- a string of letters.  Must not be the
  3197. name of an existing environment or counter.
  3198. :pt.:font facename=Courier size=12x8.caption:font facename=default size=12x8.:pd.The text printed at the beginning of the environment, right before the
  3199. number.
  3200. :pt.:font facename=Courier size=12x8.within:font facename=default size=12x8.:pd.The name of an already defined counter, usually of a sectional unit.
  3201. Provides a means of resetting the new theorem counter within the
  3202. sectional unit.
  3203. :pt.:font facename=Courier size=12x8.numbered_like:font facename=default size=12x8.:pd.The name of an already defined theorem-like environment.
  3204.  
  3205. :eparml.:lm margin=1.
  3206. :p.The :font facename=Courier size=12x8.\newtheorem:font facename=default size=0x0. command may have at most one optional argument.
  3207. :p.See :link reftype=hd refid=hd10.Definitions:elink..
  3208. :h2 id=hd20103.\nocite
  3209. :lm margin=1.
  3210. :p.:font facename=Courier size=12x8.\nocite{key_list}:font facename=default size=0x0.
  3211. :p.The :font facename=Courier size=12x8.\nocite:font facename=default size=0x0. command produces no text, but writes :font facename=Courier size=12x8.key_list:font facename=default size=0x0.,
  3212. which is a list of one or more citation keys, on the :font facename=Courier size=12x8.&apos.aux&apos.:font facename=default size=0x0. file.
  3213. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3214. :p.See :link reftype=hd refid=hd68.thebibliography:elink..
  3215. :h2 id=hd20104.\noindent
  3216. :lm margin=1.
  3217. :p.When  used  at the  beginning  of the  paragraph,  it  suppresses  the
  3218. paragraph indentation.   It has no effect when used in the middle of a
  3219. paragraph.
  3220. :p.See :link reftype=hd refid=hd17.Making Paragraphs:elink..
  3221. :h2 id=hd20105.\nolinebreak
  3222. :lm margin=1.
  3223. :p.:font facename=Courier size=12x8.\nolinebreak[number]:font facename=default size=0x0.
  3224. :p.The :font facename=Courier size=12x8.\nolinebreak:font facename=default size=0x0. command prevents LaTeX from breaking the current
  3225. line at the point of the command.  With the optional argument,
  3226. :font facename=Courier size=12x8.number:font facename=default size=0x0., you can convert the :font facename=Courier size=12x8.\nolinebreak:font facename=default size=0x0. command from a
  3227. demand to a request.  The number must be a number from 0 to 4.  The
  3228. higher the number, the more insistent the request is.
  3229. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  3230. :h2 id=hd20106.\normalsize
  3231. :lm margin=1.
  3232. :p.The size of :font facename=Courier size=12x8.\normalsize:font facename=default size=0x0. is defined by as 10pt unless the 11pt or
  3233. 12pt document style option is used.
  3234. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3235. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  3236. :h2 id=hd20107.\nopagebreak
  3237. :lm margin=1.
  3238. :p.:font facename=Courier size=12x8.\nopagebreak[number]:font facename=default size=0x0.
  3239. :p.The :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command prevents LaTeX form breaking the current
  3240. page at the point of the command.  With the optional argument,
  3241. :font facename=Courier size=12x8.number:font facename=default size=0x0., you can convert the :font facename=Courier size=12x8.\nopagebreak:font facename=default size=0x0. command from a
  3242. demand to a request.  The number must be a number from 0 to 4.  The
  3243. higher the number, the more insistent the request is.
  3244. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  3245. :h2 id=hd20108.\onecolumn
  3246. :lm margin=1.
  3247. :p.The :font facename=Courier size=12x8.\onecolumn:font facename=default size=0x0. declaration starts a new page and produces
  3248. single-column output.
  3249. :p.See :link reftype=hd refid=hd11.Document Styles:elink.
  3250. :h2 id=hd20109.\opening
  3251. :lm margin=1.
  3252. :p.:font facename=Courier size=12x8.\opening{text}:font facename=default size=0x0.
  3253. :p.The letter begins with the :font facename=Courier size=12x8.\opening:font facename=default size=0x0. command.  The mandatory
  3254. argument, :font facename=Courier size=12x8.text:font facename=default size=0x0., is what ever text you wish to start your letter,
  3255. i.e.,
  3256. :p.:font facename=Courier size=12x8.\opening{Dear John,}:font facename=default size=0x0.
  3257. :p.See :link reftype=hd refid=hd15.Letters:elink..
  3258. :h2 id=hd20110.\oval
  3259. :lm margin=1.
  3260. :p.:font facename=Courier size=12x8.\oval(width,height)[portion]:font facename=default size=0x0.
  3261. :p.The :font facename=Courier size=12x8.\oval:font facename=default size=0x0. command produces a rectangle with rounded corners.  The
  3262. optional argument, :font facename=Courier size=12x8.[portion]:font facename=default size=0x0., allows you to select part of the
  3263. oval.
  3264.  
  3265. :ul.:li.
  3266. :font facename=Courier size=12x8.t:font facename=default size=0x0. - Selects the top portion
  3267. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. - Selects the bottom portion
  3268. :li.:font facename=Courier size=12x8.r:font facename=default size=0x0. - Selects the right portion
  3269. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Selects the left portion
  3270.  
  3271. :eul.:lm margin=1.
  3272. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3273. :p.See :link reftype=hd refid=hd62.picture:elink..
  3274. :h2 id=hd20111.\overbrace
  3275. :lm margin=1.
  3276. :p.:font facename=Courier size=12x8.\overbrace{text}:font facename=default size=0x0.
  3277. :p.The :font facename=Courier size=12x8.\overbrace:font facename=default size=0x0. command generates a brace over text.
  3278. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3279. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3280. :h2 id=hd20112.\overline
  3281. :lm margin=1.
  3282. :p.:font facename=Courier size=12x8.\overline{text}:font facename=default size=0x0.
  3283. :p.The :font facename=Courier size=12x8.\overline:font facename=default size=0x0. command causes the argument text to be overlined.
  3284. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3285. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3286. :h2 id=hd20113.\pagebreak
  3287. :lm margin=1.
  3288. :p.:font facename=Courier size=12x8.\pagebreak[number]:font facename=default size=0x0.
  3289. :p.The :font facename=Courier size=12x8.\pagebreak:font facename=default size=0x0. command tells LaTeX to break the current page at
  3290. the point of the command.  With the optional argument, :font facename=Courier size=12x8.number:font facename=default size=0x0.,
  3291. you can convert the :font facename=Courier size=12x8.\pagebreak:font facename=default size=0x0. command from a demand to a
  3292. request.  The number must be a number from 0 to 4.  The higher the
  3293. number, the more insistent the request is.
  3294. :p.See :link reftype=hd refid=hd16.Line &. Page Breaking:elink..
  3295. :h2 id=hd20114.\pagenumbering
  3296. :lm margin=1.
  3297. :p.:font facename=Courier size=12x8.\pagenumbering{num_style}:font facename=default size=0x0.
  3298. :p.Specifies the style of page numbers.  Possible values of
  3299. :font facename=Courier size=12x8.num_style:font facename=default size=0x0. are&colon.
  3300.  
  3301. :ul.:li.
  3302. :font facename=Courier size=12x8.arabic:font facename=default size=0x0. - Arabic numerals
  3303. :li.:font facename=Courier size=12x8.roman:font facename=default size=0x0. - Lowercase roman numerals
  3304. :li.:font facename=Courier size=12x8.Roman:font facename=default size=0x0. - Uppercase roman numerals
  3305. :li.:font facename=Courier size=12x8.alph:font facename=default size=0x0. - Lowercase letters
  3306. :li.:font facename=Courier size=12x8.Alph:font facename=default size=0x0. - Uppercase letters
  3307.  
  3308. :eul.:lm margin=1.
  3309. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3310. :h2 id=hd20115.\pageref
  3311. :lm margin=1.
  3312. :p.:font facename=Courier size=12x8.\pageref{key}:font facename=default size=0x0.
  3313. :p.The :font facename=Courier size=12x8.\pageref:font facename=default size=0x0. command produces the page number of the place in the
  3314. text where the corresponding :font facename=Courier size=12x8.\label:font facename=default size=0x0. command appears.
  3315. :p.See :link reftype=hd refid=hd9.Cross References:elink..
  3316. :h2 id=hd20116.\pagestyle
  3317. :lm margin=1.
  3318. :p.:font facename=Courier size=12x8.\pagestyle{option}:font facename=default size=0x0.
  3319. :p.The :font facename=Courier size=12x8.\pagestyle:font facename=default size=0x0.  command  changes  the style  from the current  page on
  3320. throughout the remainder of your document.
  3321. :p.The valid options are&colon.
  3322.  
  3323. :ul.:li.
  3324. :font facename=Courier size=12x8.plain:font facename=default size=0x0. - Just a plain page number.
  3325. :li.:font facename=Courier size=12x8.empty:font facename=default size=0x0. - Produces empty heads and feet - no page numbers.
  3326. :li.:font facename=Courier size=12x8.headings:font facename=default size=0x0. - Puts running headings on each page.  The document
  3327. style specifies what goes in the headings.
  3328. :li.:font facename=Courier size=12x8.myheadings:font facename=default size=0x0. - You specify what is to go in the heading with the
  3329. :font facename=Courier size=12x8.\markboth:font facename=default size=0x0. or the :font facename=Courier size=12x8.\markright:font facename=default size=0x0. commands.
  3330.  
  3331. :eul.:lm margin=1.
  3332. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3333. :h2 id=hd20117.\par
  3334. :lm margin=1.
  3335. :p.Equivalent  to a blank line; often used to make command or environment
  3336. definitions easier to read.
  3337. :p.See :link reftype=hd refid=hd17.Making Paragraphs:elink..
  3338. :h2 id=hd20118.\parbox
  3339. :lm margin=1.
  3340. :p.:font facename=Courier size=12x8.\parbox[position]{width}{text}:font facename=default size=0x0.
  3341. :p.A parbox is a box whose contents  are created in paragraph  mode.  The
  3342. :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. has two mandatory arguments&colon.
  3343.  
  3344. :ul.:li.
  3345. :font facename=Courier size=12x8.width:font facename=default size=0x0. - specifies the width of the parbox, and
  3346. :li.:font facename=Courier size=12x8.text:font facename=default size=0x0. - the text that goes inside the parbox.
  3347.  
  3348. :eul.:lm margin=1.
  3349. :p.LaTeX will position a parbox so its center lines up with the center of
  3350. the text line.  An optional first argument, :font facename=Courier size=12x8.position:font facename=default size=0x0., allows you
  3351. to line up either the top or bottom line in the parbox.
  3352. :p.A :font facename=Courier size=12x8.\parbox:font facename=default size=0x0. command is used for a parbox containing a small piece
  3353. of text, with nothing fancy inside.  In particular, you shouldn't use
  3354. any of the paragraph-making environments inside a :font facename=Courier size=12x8.\parbox:font facename=default size=0x0.
  3355. argument.  For larger pieces of text, including ones containing a
  3356. paragraph-making environment, you should use a :font facename=Courier size=12x8.minipage:font facename=default size=0x0.
  3357. environment.
  3358. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3359. :h2 id=hd20119.picture
  3360. :lm margin=1.
  3361. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3362.  \begin{picture}(width,height)(x offset,y offset)
  3363.  .
  3364.   picture commands
  3365.  .
  3366.  \end{picture}
  3367. :font facename=default size=0x0.:lm margin=1.:elines.
  3368.  
  3369. :p.The :font facename=Courier size=12x8.picture:font facename=default size=0x0. environment allows you to create just about any kind
  3370. of picture you want containing text, lines, arrows and circles.  You
  3371. tell LaTeX where to put things in the picture by specifying their
  3372. coordinates.  A coordinate is a number that may have a decimal point and
  3373. a minus sign - a number like 5, 2.3 or -3.1416.  A coordinate specifies
  3374. a length in multiples of the unit length :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0., so if
  3375. :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0. has been set to 1cm, then the coordinate 2.54
  3376. specifies a length of 2.54 centimeters.  You can change the value of
  3377. :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0. anywhere you want, using the :font facename=Courier size=12x8.\setlength:font facename=default size=0x0.
  3378. command, but strange things will happen if you try changing it inside
  3379. the picture environment.
  3380. :p.A position is a pair of coordinates,  such as (2.4,-5), specifying the
  3381. point  with x-coordinate  2.4 and y-coordinate  -5.   Coordinates  are
  3382. specified  in the  usual  way  with  respect  to an origin,  which  is
  3383. normally  at the lower-left  corner of the picture.   Note that when a
  3384. position  appears as an argument,  it is not enclosed  in braces;  the
  3385. parentheses serve to delimit the argument.
  3386. :p.The picture environment has one mandatory argument, which is a position.
  3387. It specifies the size of the picture.  The environment produces a
  3388. rectangular box with width and height determined by this argument's
  3389. :font facename=Courier size=12x8.x:font facename=default size=0x0. and :font facename=Courier size=12x8.y:font facename=default size=0x0. coordinates.
  3390. :p.The picture environment also has an optional position argument,
  3391. following the size argument, that can change the origin.  (Unlike
  3392. ordinary optional arguments, this argument is not contained in square
  3393. brackets.) The optional argument gives the coordinates of the point at
  3394. the lower-left corner of the picture (thereby determining the origin).
  3395. For example, if :font facename=Courier size=12x8.\unitlength:font facename=default size=0x0. has been set to 1mm, the command
  3396. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3397.  \begin{picture}(100,200)(10,20)
  3398. :font facename=default size=0x0.:lm margin=1.:elines.
  3399. produces a picture of width 100 millimeters and height 200 millimeters,
  3400. whose lower-left corner is the point (10,20) and whose upper-right corner
  3401. is therefore the point (110,220).  When you first draw a picture, you
  3402. will omit the optional argument, leaving the origin at the lower-left
  3403. corner.  If you then want to modify your picture by shifting everything,
  3404. you just add the appropriate optional argument.
  3405. :p.The environment's mandatory argument determines the nominal size of the
  3406. picture.  This need bear no relation to how large the picture really is;
  3407. LaTeX will happily allow you to put things outside the picture, or even
  3408. off the page.  The picture's nominal size is used by TeX in determining
  3409. how much room to leave for it.
  3410. :p.Everything that appears in a picture is drawn by the :font facename=Courier size=12x8.\put:font facename=default size=0x0.
  3411. command. The command
  3412. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3413.  \put (11.3,-.3){ &dot.&dot.&dot. }
  3414. :font facename=default size=0x0.:lm margin=1.:elines.
  3415. puts the object specified by "&dot.&dot.&dot." in the picture, with its reference
  3416. point at coordinates (11.3,-.3).  The reference points for various
  3417. objects will be described below.
  3418. :p.The :font facename=Courier size=12x8.\put:font facename=default size=0x0. command creates an LR box.  You can put anything in the
  3419. text argument of the :font facename=Courier size=12x8.\put:font facename=default size=0x0. command that you'd put into the
  3420. argument of an :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. and related commands.  When you do this, the
  3421. reference point will be the lower left corner of the box.
  3422. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3423. :h2 id=hd20120.\put
  3424. :lm margin=1.
  3425. :p.:font facename=Courier size=12x8.\put(x coord,y coord){ &dot.&dot.&dot. }:font facename=default size=0x0.
  3426. :p.The :font facename=Courier size=12x8.\put:font facename=default size=0x0. command places the item specified by the mandatory
  3427. argument at the given coordinates.
  3428. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3429. :p.See :link reftype=hd refid=hd62.picture:elink..
  3430. :h2 id=hd20121.quotation
  3431. :lm margin=1.
  3432. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3433.  \begin{quotation}
  3434.   text
  3435.  \end{quotation}
  3436. :font facename=default size=0x0.:lm margin=1.:elines.
  3437. :p.The margins of the :font facename=Courier size=12x8.quotation:font facename=default size=0x0. environment are indented on the left
  3438. and the right.  The text is justified at both margins and there is
  3439. paragraph indentation.  Leaving a blank line between text produces a new
  3440. paragraph.
  3441. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3442. :h2 id=hd20122.quote
  3443. :lm margin=1.
  3444. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3445.  \begin{quote}
  3446.   text
  3447.  \end{quote}
  3448. :font facename=default size=0x0.:lm margin=1.:elines.
  3449. :p.The margins of the :font facename=Courier size=12x8.quote:font facename=default size=0x0. environment  are indented on the left and the
  3450. right.  The text is justified  at both margins.   Leaving a blank line
  3451. between text produces a new paragraph.
  3452. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3453. :h2 id=hd20123.\raggedbottom
  3454. :lm margin=1.
  3455. :p.The :font facename=Courier size=12x8.\raggedbottom:font facename=default size=0x0. declaration makes all pages the height of the
  3456. text on that page.  No extra vertical space is added.
  3457. :p.See :link reftype=hd refid=hd11.Document Styles:elink..
  3458. :h2 id=hd20124.\raggedleft
  3459. :lm margin=1.
  3460. :p.This declaration corresponds to the :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment.  This
  3461. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  3462. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..
  3463. :p.Unlike the :font facename=Courier size=12x8.flushright:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\raggedleft:font facename=default size=0x0. command
  3464. does not start a new paragraph; it simply changes how LaTeX formats
  3465. paragraph units.  To affect a paragraph unit's format, the scope of the
  3466. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  3467. environment like quote) that ends the paragraph unit.
  3468. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3469. :p.See :link reftype=hd refid=hd58.flushright:elink..
  3470. :h2 id=hd20125.\raggedright
  3471. :lm margin=1.
  3472. :p.This declaration corresponds to the :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment.  This
  3473. declaration can be used inside an environment such as :font facename=Courier size=12x8.quote:font facename=default size=0x0. or in
  3474. a :font facename=Courier size=12x8.parbox:font facename=default size=0x0..
  3475. :p.Unlike the :font facename=Courier size=12x8.flushleft:font facename=default size=0x0. environment, the :font facename=Courier size=12x8.\raggedright:font facename=default size=0x0. command
  3476. does not start a new paragraph; it simply changes how LaTeX formats
  3477. paragraph units.  To affect a paragraph unit's format, the scope of the
  3478. declaration must contain the blank line or :font facename=Courier size=12x8.\end:font facename=default size=0x0. command (of an
  3479. environment like quote) that ends the paragraph unit.
  3480. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3481. :p.See :link reftype=hd refid=hd57.flushleft:elink..
  3482. :h2 id=hd20126.\raisebox
  3483. :lm margin=1.
  3484. :p.:font facename=Courier size=12x8.\raisebox{distance}[extend-above][extend-below]{text}:font facename=default size=0x0.
  3485. :p.The :font facename=Courier size=12x8.\raisebox:font facename=default size=0x0. command is used to raise or lower text.  The first
  3486. mandatory argument specifies how high the text is to be raised (or
  3487. lowered if it is a negative amount).  The text itself is processed in LR
  3488. mode.
  3489. :p.Sometimes it's useful to make LaTeX think something has a different size
  3490. than it really does - or a different size than LaTeX would normally
  3491. think it has.  The :font facename=Courier size=12x8.\raisebox:font facename=default size=0x0. command lets you tell LaTeX how tall
  3492. it is.
  3493. :p.The first optional argument, :font facename=Courier size=12x8.extend-above:font facename=default size=0x0., makes LaTeX think that
  3494. the text extends above the line by the amount specified.  The second
  3495. optional argument, :font facename=Courier size=12x8.extend-below:font facename=default size=0x0., makes LaTeX think that the text
  3496. extends below the line by the amount specified.
  3497. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3498. :h2 id=hd20127.\ref
  3499. :lm margin=1.
  3500. :p.:font facename=Courier size=12x8.\ref{key}:font facename=default size=0x0.
  3501. :p.The :font facename=Courier size=12x8.\ref:font facename=default size=0x0. command produces the number of the sectional unit,
  3502. equation number, &dot.&dot.&dot. of the corresponding :font facename=Courier size=12x8.\label:font facename=default size=0x0. command.
  3503. :p.See :link reftype=hd refid=hd9.Cross References:elink..
  3504. :h2 id=hd20128.\rm
  3505. :lm margin=1.
  3506. :p.Roman typeface (default).
  3507. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3508. :p.See :link reftype=hd refid=hd181.Styles:elink..
  3509. :h2 id=hd20129.\roman
  3510. :lm margin=1.
  3511. :p.:font facename=Courier size=12x8.\roman{counter}:font facename=default size=0x0.
  3512. :p.This command causes the value of the counter to be printed in roman
  3513. numerals.  The :font facename=Courier size=12x8.\roman:font facename=default size=0x0. command causes lower case roman numerals,
  3514. i.e., i, ii, iii&dot.&dot.&dot., while the :font facename=Courier size=12x8.\Roman:font facename=default size=0x0. command causes upper case
  3515. roman numerals, i.e., I, II, III&dot.&dot.&dot.
  3516. :p.See :link reftype=hd refid=hd8.Counters:elink..
  3517. :h2 id=hd20130.\rule
  3518. :lm margin=1.
  3519. :p.:font facename=Courier size=12x8.\rule[raise-height]{width}{thickness}:font facename=default size=0x0.
  3520. :p.The :font facename=Courier size=12x8.\rule:font facename=default size=0x0. command is used to produce horizontal lines.  The
  3521. arguments are defined as follows.
  3522.  
  3523. :ul.:li.
  3524. :font facename=Courier size=12x8.raise-height:font facename=default size=0x0. - specifies how high to raise the rule (optional)
  3525. :li.:font facename=Courier size=12x8.width:font facename=default size=0x0. - specifies the length of the rule (mandatory)
  3526. :li.:font facename=Courier size=12x8.thickness:font facename=default size=0x0. - specifies the thickness of the rule (mandatory)
  3527.  
  3528. :eul.:lm margin=1.
  3529. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3530. :h2 id=hd20131.\savebox
  3531. :lm margin=1.
  3532. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3533.  \sbox{cmd}[text]
  3534.  \savebox{cmd}[width][pos]{text}
  3535. :font facename=default size=0x0.:lm margin=1.:elines.
  3536. :p.These commands typeset text in a box just as for :font facename=Courier size=12x8.\mbox:font facename=default size=0x0. or
  3537. :font facename=Courier size=12x8.\makebox:font facename=default size=0x0..  However, instead of printing the resulting box, they
  3538. save it in bin :font facename=Courier size=12x8.cmd:font facename=default size=0x0., which must have been declared with
  3539. :font facename=Courier size=12x8.\newsavebox:font facename=default size=0x0..
  3540. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3541. :h2 id=hd20132.\sc
  3542. :lm margin=1.
  3543. :p.Small caps typeface.
  3544. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3545. :p.See :link reftype=hd refid=hd181.Styles:elink..
  3546. :h2 id=hd20133.\scriptsize
  3547. :lm margin=1.
  3548. :p.Second smallest of 10 typefaces available.
  3549. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3550. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  3551. :h2 id=hd20134.\setcounter
  3552. :lm margin=1.
  3553. :p.:font facename=Courier size=12x8.\setcounter{counter}{value}:font facename=default size=0x0.
  3554. :p.The :font facename=Courier size=12x8.\setcounter:font facename=default size=0x0. command sets the value of the counter to that
  3555. specified by the :font facename=Courier size=12x8.value:font facename=default size=0x0. argument.
  3556. :p.See :link reftype=hd refid=hd8.Counters:elink..
  3557. :h2 id=hd20135.\setlength
  3558. :lm margin=1.
  3559. :p.:font facename=Courier size=12x8.\setlength{\gnat}{length}:font facename=default size=0x0.
  3560. :p.The :font facename=Courier size=12x8.\setlength:font facename=default size=0x0. command is used to set the value of a length
  3561. command.  The :font facename=Courier size=12x8.length:font facename=default size=0x0. argument can be expressed in any terms of
  3562. length LaTeX understands, i.e., inches (in), millimeters (mm), points
  3563. (pt), etc.
  3564. :p.See :link reftype=hd refid=hd14.Lengths:elink..
  3565. :h2 id=hd20136.\settowidth
  3566. :lm margin=1.
  3567. :p.:font facename=Courier size=12x8.\settowidth{\gnat}{text}:font facename=default size=0x0.
  3568. :p.The :font facename=Courier size=12x8.\settowidth:font facename=default size=0x0. command sets the value of a length command equal
  3569. to the width of the :font facename=Courier size=12x8.text:font facename=default size=0x0. argument.
  3570. :p.See :link reftype=hd refid=hd14.Lengths:elink..
  3571. :h2 id=hd20137.\sf
  3572. :lm margin=1.
  3573. :p.Sans serif typeface.
  3574. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3575. :p.See :link reftype=hd refid=hd181.Styles:elink..
  3576. :h2 id=hd20138.\shortstack
  3577. :lm margin=1.
  3578. :p.:font facename=Courier size=12x8.\shortstack[position]{&dot.&dot.&dot.  \\ &dot.&dot.&dot.  \\ &dot.&dot.&dot.}:font facename=default size=0x0.
  3579. :p.The :font facename=Courier size=12x8.\shortstack:font facename=default size=0x0. command produces a stack of objects.  The valid
  3580. positions are&colon.
  3581.  
  3582. :ul.:li.
  3583. :font facename=Courier size=12x8.r:font facename=default size=0x0. - Moves the objects to the right of the stack
  3584. :li.:font facename=Courier size=12x8.l:font facename=default size=0x0. - Moves the objects to the left of the stack
  3585. :li.:font facename=Courier size=12x8.c:font facename=default size=0x0. - Moves the objects to the center of the stack (default)
  3586.  
  3587. :eul.:lm margin=1.
  3588. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3589. :p.See :link reftype=hd refid=hd62.picture:elink..
  3590. :h2 id=hd20139.\signature
  3591. :lm margin=1.
  3592. :p.:font facename=Courier size=12x8.\signature{Your name}:font facename=default size=0x0.
  3593. :p.Your name, as it should appear at the end of the letter underneath the
  3594. space for your signature.  Items that should go on separate lines should
  3595. be separated by :font facename=Courier size=12x8.\\:font facename=default size=0x0. commands.
  3596. :p.See :link reftype=hd refid=hd15.Letters:elink..
  3597. :p.See :link reftype=hd refid=hd121.Declarations:elink..
  3598. :h2 id=hd20140.\sl
  3599. :lm margin=1.
  3600. :p.Slanted typeface.
  3601. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3602. :p.See :link reftype=hd refid=hd181.Styles:elink..
  3603. :h2 id=hd20141.\small
  3604. :lm margin=1.
  3605. :p.Slightly smaller than default typeface size.
  3606. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3607. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  3608. :h2 id=hd20142.\smallskip
  3609. :lm margin=1.
  3610. :p.:font facename=Courier size=12x8.\smallskip:font facename=default size=0x0.
  3611. :p.The :font facename=Courier size=12x8.\smallskip:font facename=default size=0x0. command is equivalent to
  3612. :font facename=Courier size=12x8.\vspace{smallskipamount}:font facename=default size=0x0. where :font facename=Courier size=12x8.smallskipamount:font facename=default size=0x0. is
  3613. determined by the document style.
  3614. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3615. :h2 id=hd20143.\sqrt
  3616. :lm margin=1.
  3617. :p.:font facename=Courier size=12x8.\sqrt[root]{arg}:font facename=default size=0x0.
  3618. :p.The :font facename=Courier size=12x8.\sqrt:font facename=default size=0x0. command produces the square root of its argument.  The
  3619. optional argument, :font facename=Courier size=12x8.root:font facename=default size=0x0., determines what root to produce, i.e.
  3620. the cube root of :font facename=Courier size=12x8.x+y:font facename=default size=0x0. would be typed as :font facename=Courier size=12x8.$\sqrt[3]{x+y}$:font facename=default size=0x0..
  3621. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3622. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3623. :h2 id=hd20144.tabbing
  3624. :lm margin=1.
  3625. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3626.  \begin{tabbing}
  3627.  text \= more text \= still more text \= last text \\
  3628.  second row \>  \> more \\
  3629.  .
  3630.  .
  3631.  .
  3632.  \end{tabbing}
  3633. :font facename=default size=0x0.:lm margin=1.:elines.
  3634. :p.The :font facename=Courier size=12x8.tabbing:font facename=default size=0x0. environment provides a way to align text in columns.
  3635. It works by setting tab stops and tabbing to them much the way you do
  3636. with an ordinary typewriter.
  3637. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3638. :p.See :link reftype=hd refid=hd65.tabbing:elink..
  3639. :h2 id=hd20145.table
  3640. :lm margin=1.
  3641. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3642.  \begin{table}[placement]
  3643.   body of the table
  3644.  \caption{table title}
  3645.  \end{table}
  3646. :font facename=default size=0x0.:lm margin=1.:elines.
  3647. :p.Tables are objects that are not part of the normal text, and are usually
  3648. "floated" to a convenient place, like the top of a page.  Tables will
  3649. not be split between two pages.
  3650. :p.The optional argument :font facename=Courier size=12x8.[placement]:font facename=default size=0x0. determines where LaTeX will try
  3651. to place your table.  There are four places where LaTeX can possibly put
  3652. a float&colon.
  3653.  
  3654. :ul.:li.
  3655. :font facename=Courier size=12x8.h:font facename=default size=0x0. &colon. Here - at the position in the text where the table
  3656. environment appears.
  3657. :li.:font facename=Courier size=12x8.t:font facename=default size=0x0. &colon. Top - at the top of a text page.
  3658. :li.:font facename=Courier size=12x8.b:font facename=default size=0x0. &colon. Bottom - at the bottom of a text page.
  3659. :li.:font facename=Courier size=12x8.p:font facename=default size=0x0. &colon. Page of floats - on a separate float page, which is a page
  3660. containing no text, only floats.
  3661.  
  3662. :eul.:lm margin=1.
  3663. :p.The standard :font facename=Courier size=12x8.report:font facename=default size=0x0. and :font facename=Courier size=12x8.article:font facename=default size=0x0. styles use the default
  3664. placement :font facename=Courier size=12x8.[tbp]:font facename=default size=0x0..
  3665. :p.The body of the table is made up of whatever text, LaTeX commands, etc.,
  3666. you wish.  The :font facename=Courier size=12x8.\caption:font facename=default size=0x0. command allows you to title your table.
  3667. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3668. :h2 id=hd20146.tabular
  3669. :lm margin=1.
  3670. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3671.  \begin{tabular}[pos]{cols}
  3672.  column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  3673.  .
  3674.  .
  3675.  .
  3676.  \end{tabular}
  3677. :font facename=default size=0x0.:lm margin=1.:elines.
  3678. or&dot.&dot.&dot.
  3679. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3680.  \begin{tabular*}{width}[pos]{cols}
  3681.  column 1 entry &. column 2 entry &dot.&dot.&dot. &. column n entry \\
  3682.  .
  3683.  .
  3684.  .
  3685.  \end{tabular*}
  3686. :font facename=default size=0x0.:lm margin=1.:elines.
  3687. :p.These environments produce a box consisting of a sequence of rows of
  3688. items,aligned vertically in columns.  The mandatory and optional
  3689. arguments consist of&colon.
  3690.  
  3691. :parml break=fit.:pt.:font facename=Courier size=12x8.width:font facename=default size=12x8.:pd.
  3692. Specifies the width of the :font facename=Courier size=12x8.tabular*:font facename=default size=0x0. environment.  There must be
  3693. rubber space between columns that can stretch to fill out the specified
  3694. width.
  3695. :pt.:font facename=Courier size=12x8.pos:font facename=default size=12x8.:pd.Specifies the vertical position; default is alignment on the center of
  3696. the environment.
  3697.  
  3698. :lm margin=13.:p.:lm margin=15.1.:lm margin=18.
  3699. :font facename=Courier size=12x8.t:font facename=default size=0x0. - align on top row
  3700. :lm margin=13.:p.:lm margin=15.2.:lm margin=18.
  3701. :font facename=Courier size=12x8.b:font facename=default size=0x0. - align on bottom row
  3702.  
  3703. :p.:lm margin=13.
  3704. :pt.:font facename=Courier size=12x8.cols:font facename=default size=12x8.:pd.Specifies the column formatting.  It consists of a sequence of the
  3705. following specifiers, corresponding to the sequence of columns and
  3706. intercolumn material.
  3707.  
  3708. :lm margin=13.:p.:lm margin=15.1.:lm margin=18.
  3709. :font facename=Courier size=12x8.l:font facename=default size=0x0. - A column of left-aligned items.
  3710. :lm margin=13.:p.:lm margin=15.2.:lm margin=18.
  3711. :font facename=Courier size=12x8.r:font facename=default size=0x0. - A column of right-aligned items.
  3712. :lm margin=13.:p.:lm margin=15.3.:lm margin=18.
  3713. :font facename=Courier size=12x8.c:font facename=default size=0x0. - A column of centred items.
  3714. :lm margin=13.:p.:lm margin=15.4.:lm margin=18.
  3715. :font facename=Courier size=12x8.|:font facename=default size=0x0. - A vertical line the full height and depth of the environment.
  3716. :lm margin=13.:p.:lm margin=15.5.:lm margin=18.
  3717. :font facename=Courier size=12x8.@{text}:font facename=default size=0x0. - This inserts text in every row.  An @-expression
  3718. suppresses the intercolumn space normally inserted between columns; any
  3719. desired space between the inserted text and the adjacent items must be
  3720. included in text.  An :font facename=Courier size=12x8.\extracolsep{wd}:font facename=default size=0x0. command in an
  3721. @-expression causes an extra space of width :font facename=Courier size=12x8.wd:font facename=default size=0x0. to appear to the
  3722. left of all subsequent columns, until countermanded by another
  3723. :font facename=Courier size=12x8.\extracolsep:font facename=default size=0x0. command.  Unlike ordinary intercolumn space, this
  3724. extra space is not suppressed by an @-expression.  An
  3725. :font facename=Courier size=12x8.\extracolsep:font facename=default size=0x0. command can be used only in an @-expression in the
  3726. :font facename=Courier size=12x8.cols:font facename=default size=0x0. argument.
  3727. :lm margin=13.:p.:lm margin=15.6.:lm margin=18.
  3728. :font facename=Courier size=12x8.p{wd}:font facename=default size=0x0. - Produces a column with each item typeset in a parbox of
  3729. width :font facename=Courier size=12x8.wd:font facename=default size=0x0., as if it were the argument of a :font facename=Courier size=12x8.\parbox[t]{wd}:font facename=default size=0x0.
  3730. command.  However, a :font facename=Courier size=12x8.\\:font facename=default size=0x0. may not appear in the item, except in the
  3731. following situations&colon. (i) inside an environment like minipage, array, or
  3732. tabular, (ii) inside an explicit :font facename=Courier size=12x8.\parbox:font facename=default size=0x0., or (iii) in the scope
  3733. of a :font facename=Courier size=12x8.\centering:font facename=default size=0x0., :font facename=Courier size=12x8.\raggedright:font facename=default size=0x0., or :font facename=Courier size=12x8.\raggedleft:font facename=default size=0x0.
  3734. declaration.  The latter declarations must appear inside braces or an
  3735. environment when used in a p-column element.
  3736. :lm margin=13.:p.:lm margin=15.7.:lm margin=18.
  3737. :font facename=Courier size=12x8.*{num}{cols}:font facename=default size=0x0. - Equivalent to :font facename=Courier size=12x8.num:font facename=default size=0x0. copies of
  3738. :font facename=Courier size=12x8.cols:font facename=default size=0x0., where :font facename=Courier size=12x8.num:font facename=default size=0x0. is any positive integer and :font facename=Courier size=12x8.cols:font facename=default size=0x0. is
  3739. any list of column-specifiers, which may contain another
  3740. .br
  3741. :font facename=Courier size=12x8.*-expression:font facename=default size=0x0..
  3742.  
  3743. :p.:lm margin=13.
  3744.  
  3745. :eparml.:lm margin=1.
  3746. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3747. :h2 id=hd20147.\telephone
  3748. :lm margin=1.
  3749. :p.:font facename=Courier size=12x8.\telephone{number}:font facename=default size=0x0.
  3750. :p.This is your telephone number.  This only appears if the :font facename=Courier size=12x8.firstpage:font facename=default size=0x0.
  3751. pagestyle is selected.
  3752. :p.See :link reftype=hd refid=hd15.Letters:elink..
  3753. :p.See :link reftype=hd refid=hd121.Declarations:elink..
  3754. :h2 id=hd20148.\thanks
  3755. :lm margin=1.
  3756. :p.:font facename=Courier size=12x8.\thanks{text}:font facename=default size=0x0.
  3757. :p.The :font facename=Courier size=12x8.\thanks:font facename=default size=0x0. command produces a footnote to the title.
  3758. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3759. :h2 id=hd20149.thebibliography
  3760. :lm margin=1.
  3761. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3762.  \begin{thebibliography}{widest-label}
  3763.  \bibitem[label]{cite_key}
  3764.  .
  3765.  .
  3766.  .
  3767.  \end{thebibliography}
  3768. :font facename=default size=0x0.:lm margin=1.:elines.
  3769. :p.The :font facename=Courier size=12x8.thebibliography:font facename=default size=0x0.  environment produces a bibliography  or reference
  3770. list.   In  the  :font facename=Courier size=12x8.article:font facename=default size=0x0.   style,  this  reference   list  is  labelled
  3771. "References"; in the :font facename=Courier size=12x8.report:font facename=default size=0x0. style, it is labelled "Bibliography".
  3772.  
  3773. :ul.:li.
  3774. :font facename=Courier size=12x8.widest-label:font facename=default size=0x0. - Text that, when printed, is approximately as wide
  3775. as the widest item label produces by the :font facename=Courier size=12x8.\bibitem:font facename=default size=0x0. commands.
  3776.  
  3777. :eul.:lm margin=1.
  3778. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3779. :h2 id=hd20150.theorem
  3780. :lm margin=1.
  3781. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3782.  \begin{theorem}
  3783.   theorem text
  3784.  \end{theorem}
  3785. :font facename=default size=0x0.:lm margin=1.:elines.
  3786. :p.The :font facename=Courier size=12x8.theorem:font facename=default size=0x0. environment produces "Theorem x" in boldface followed
  3787. by your theorem text.
  3788. :p.See :link reftype=hd refid=hd12.Environments:elink.
  3789. :h2 id=hd20151.\thispagestyle
  3790. :lm margin=1.
  3791. :p.:font facename=Courier size=12x8.\thispagestyle{option}:font facename=default size=0x0.
  3792. :p.The :font facename=Courier size=12x8.\thispagestyle:font facename=default size=0x0. command works in the same manner as the
  3793. :font facename=Courier size=12x8.\pagestyle:font facename=default size=0x0. command except that it changes the style for the
  3794. current page only.
  3795. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3796. :h2 id=hd20152.\tiny
  3797. :lm margin=1.
  3798. :p.Smallest of 10 typefaces available.  All fonts may not be available in
  3799. this size.
  3800. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3801. :p.See :link reftype=hd refid=hd182.Sizes:elink..
  3802. :h2 id=hd20153.\title
  3803. :lm margin=1.
  3804. :p.:font facename=Courier size=12x8.\title{text}:font facename=default size=0x0.
  3805. :p.The :font facename=Courier size=12x8.\title:font facename=default size=0x0. command declares text to be the title.  Use :font facename=Courier size=12x8.\\:font facename=default size=0x0.
  3806. to tell LaTeX where to start a new line in a long title.
  3807. :p.See :link reftype=hd refid=hd20.Page Styles:elink..
  3808. :h2 id=hd20154.titlepage
  3809. :lm margin=1.
  3810. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3811.  \begin{titlepage}
  3812.   text
  3813.  \end{titlepage}
  3814. :font facename=default size=0x0.:lm margin=1.:elines.
  3815. :p.The :font facename=Courier size=12x8.titlepage:font facename=default size=0x0. environment creates a title page, i.e., a page with
  3816. no printed page number or heading.  It also causes the following page to
  3817. be numbered page one.  Formatting the title page is left to you.  The
  3818. :font facename=Courier size=12x8.\today:font facename=default size=0x0. command comes in handy for title pages.
  3819. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3820. :h2 id=hd20155.\tt
  3821. :lm margin=1.
  3822. :p.Typewriter typeface.
  3823. :p.See :link reftype=hd refid=hd28.Typefaces:elink..
  3824. :p.See :link reftype=hd refid=hd181.Styles:elink..
  3825. :h2 id=hd20156.\twocolumn
  3826. :lm margin=1.
  3827. :p.The :font facename=Courier size=12x8.\twocolumn:font facename=default size=0x0. declaration starts a new page and produces
  3828. two-column output.
  3829. :p.See :link reftype=hd refid=hd11.Document Styles:elink.
  3830. :h2 id=hd20157.\typeout
  3831. :lm margin=1.
  3832. :p.:font facename=Courier size=12x8.\typeout{msg}:font facename=default size=0x0.
  3833. :p.Prints :font facename=Courier size=12x8.msg:font facename=default size=0x0. on the terminal and in the :font facename=Courier size=12x8.&apos.log&apos.:font facename=default size=0x0. file.  Commands
  3834. in :font facename=Courier size=12x8.msg:font facename=default size=0x0. that are defined with :font facename=Courier size=12x8.\newcommand:font facename=default size=0x0. or
  3835. :font facename=Courier size=12x8.\renewcommand:font facename=default size=0x0. are replaced by their definitions before being
  3836. printed.
  3837. :p.LaTeX's usual rules for treating multiple spaces as a single space and
  3838. ignoring spaces after a command name apply to :font facename=Courier size=12x8.msg:font facename=default size=0x0..  A
  3839. :font facename=Courier size=12x8.\space:font facename=default size=0x0. command in :font facename=Courier size=12x8.msg:font facename=default size=0x0. causes a single space to be printed.
  3840. :p.See :link reftype=hd refid=hd27.Terminal Input/Output:elink..
  3841. :h2 id=hd20158.\typein
  3842. :lm margin=1.
  3843. :p.:font facename=Courier size=12x8.\typein[cmd]{msg}:font facename=default size=0x0.
  3844. :p.Prints :font facename=Courier size=12x8.msg:font facename=default size=0x0. on the terminal and causes LaTeX to stop and wait for
  3845. you to type a line of input, ending with return.  If the :font facename=Courier size=12x8.cmd:font facename=default size=0x0.
  3846. argument is missing, the typed input is processed as if it had been
  3847. included in the input file in place of the :font facename=Courier size=12x8.\typein:font facename=default size=0x0. command.  If
  3848. the :font facename=Courier size=12x8.cmd:font facename=default size=0x0. argument is present, it must be a command name.  This
  3849. command name is then defined or redefined to be the typed input.
  3850. :p.See :link reftype=hd refid=hd27.Terminal Input/Output:elink..
  3851. :h2 id=hd20159.\underbrace
  3852. :lm margin=1.
  3853. :p.:font facename=Courier size=12x8.\underbrace{text}:font facename=default size=0x0.
  3854. :p.The :font facename=Courier size=12x8.\underbrace:font facename=default size=0x0. command generates text with a brace underneath.
  3855. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3856. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3857. :h2 id=hd20160.\underline
  3858. :lm margin=1.
  3859. :p.:font facename=Courier size=12x8.\underline{text}:font facename=default size=0x0.
  3860. :p.The :font facename=Courier size=12x8.\underline:font facename=default size=0x0. command causes the argument text to be underlined.
  3861. This command can also be used in paragraph and LR modes.
  3862. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3863. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3864. :h2 id=hd20161.\usebox
  3865. :lm margin=1.
  3866. :p.:font facename=Courier size=12x8.\usebox{cmd}:font facename=default size=0x0.
  3867. :p.Prints the box most recently saved in bin :font facename=Courier size=12x8.cmd:font facename=default size=0x0. by a :font facename=Courier size=12x8.\savebox:font facename=default size=0x0. command.
  3868. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3869. :h2 id=hd20162.\usecounter
  3870. :lm margin=1.
  3871. :p.:font facename=Courier size=12x8.\usecounter{counter}:font facename=default size=0x0.
  3872. :p.The :font facename=Courier size=12x8.\usecounter:font facename=default size=0x0. command is used in the second argument of the
  3873. list environment to allow the counter specified to be used to number the
  3874. list items.
  3875. :p.See :link reftype=hd refid=hd8.Counters:elink..
  3876. :h2 id=hd20163.\value
  3877. :lm margin=1.
  3878. :p.:font facename=Courier size=12x8.\value{counter}:font facename=default size=0x0.
  3879. :p.The :font facename=Courier size=12x8.\value:font facename=default size=0x0. command produces the value of the counter named in the
  3880. mandatory argument.  It can be used where LaTeX expects an integer or
  3881. number, such as the second argument of a :font facename=Courier size=12x8.\setcounter:font facename=default size=0x0. or
  3882. :font facename=Courier size=12x8.\addtocounter:font facename=default size=0x0. command, or in
  3883. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3884.  \hspace{\value{foo}\parindent}
  3885. :font facename=default size=0x0.:lm margin=1.:elines.
  3886. :p.It is useful for doing arithmetic with counters.
  3887. :p.See :link reftype=hd refid=hd8.Counters:elink..
  3888. :h2 id=hd20164.\vdots
  3889. :lm margin=1.
  3890. :p.The :font facename=Courier size=12x8.\vdots:font facename=default size=0x0. command produces a vertical ellipsis.
  3891. :p.See :link reftype=hd refid=hd18.Math Formulae:elink..
  3892. :p.See :link reftype=hd refid=hd143.Math Miscellany:elink..
  3893. :h2 id=hd20165.\vector
  3894. :lm margin=1.
  3895. :p.:font facename=Courier size=12x8.\vector(x slope,y slope){length}:font facename=default size=0x0.
  3896. :p.The :font facename=Courier size=12x8.\vector:font facename=default size=0x0. command draws a line with an arrow of the specified
  3897. length and slope.  The x and y values must lie between -4 and +4,
  3898. inclusive.
  3899. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3900. :p.See :link reftype=hd refid=hd62.picture:elink..
  3901. :h2 id=hd20166.\verb
  3902. :lm margin=1.
  3903. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3904.  \verb char literal_text char
  3905.  \verb*char literal_text char
  3906. :font facename=default size=0x0.:lm margin=1.:elines.
  3907. :p.Typesets :font facename=Courier size=12x8.literal_text:font facename=default size=0x0. exactly as typed, including special
  3908. characters and spaces, using a typewriter (:font facename=Courier size=12x8.\tt:font facename=default size=0x0.) type style.
  3909. There may be no space between :font facename=Courier size=12x8.\verb:font facename=default size=0x0. or :font facename=Courier size=12x8.\verb*:font facename=default size=0x0. and
  3910. :font facename=Courier size=12x8.char:font facename=default size=0x0. (space is shown here only for clarity).  The :font facename=Courier size=12x8.*:font facename=default size=0x0.-form
  3911. differs only in that spaces are printed.
  3912. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3913. :p.See :link reftype=hd refid=hd71.verbatim:elink..
  3914. :h2 id=hd20167.verbatim
  3915. :lm margin=1.
  3916. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3917.  \begin{verbatim}
  3918.   text
  3919.  \end{verbatim}
  3920. :font facename=default size=0x0.:lm margin=1.:elines.
  3921. :p.The :font facename=Courier size=12x8.verbatim:font facename=default size=0x0. environment is a paragraph-making environment that
  3922. gets LaTeX to print exactly what you type in.  It turns LaTeX into a
  3923. typewriter with carriage returns and blanks having the same effect that
  3924. they would on a typewriter.
  3925. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3926. :h2 id=hd20168.verse
  3927. :lm margin=1.
  3928. :lines align=left.:lm margin=11.:font facename=Courier size=12x8.
  3929.  \begin{verse}
  3930.   text
  3931.  \end{verse}
  3932. :font facename=default size=0x0.:lm margin=1.:elines.
  3933. :p.The :font facename=Courier size=12x8.verse:font facename=default size=0x0. environment is designed for poetry, though you may find
  3934. other uses for it.
  3935. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3936. :h2 id=hd20169.\vfill
  3937. :lm margin=1.
  3938. :p.The :font facename=Courier size=12x8.\vfill:font facename=default size=0x0. fill command produces a rubber length which can
  3939. stretch or shrink vertically.
  3940. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3941. :h2 id=hd20170.\vline
  3942. :lm margin=1.
  3943. :p.The :font facename=Courier size=12x8.\vline:font facename=default size=0x0. command will draw a vertical line extending the full
  3944. height and depth of its row.  An :font facename=Courier size=12x8.\hfill:font facename=default size=0x0. command can be used to
  3945. move the line to the edge of the column.  It can also be used in an
  3946. @-expression.
  3947. :p.See :link reftype=hd refid=hd12.Environments:elink..
  3948. :p.See :link reftype=hd refid=hd67.tabular:elink..
  3949. :h2 id=hd20171.\vspace
  3950. :lm margin=1.
  3951. :p.:font facename=Courier size=12x8.\vspace[*]{length}:font facename=default size=0x0.
  3952. :p.The :font facename=Courier size=12x8.\vspace:font facename=default size=0x0. command adds vertical space.  The length of the space
  3953. can be expressed in any terms that LaTeX understands, i.e., points,
  3954. inches, etc.  You can add negative as well as positive space with an
  3955. :font facename=Courier size=12x8.\vspace:font facename=default size=0x0. command.
  3956. :p.LaTeX removes vertical space that comes at the end of a page.  If you
  3957. don't want LaTeX to remove this space, include the optional :font facename=Courier size=12x8.*:font facename=default size=0x0.
  3958. argument.  Then the space is never removed.
  3959. :p.See :link reftype=hd refid=hd22.Spaces &. Boxes:elink..
  3960. :p.
  3961.  
  3962.  
  3963. :h1 id=hd6.Index
  3964. :lm margin=1.
  3965. :parml tsize=50 break=none compact.
  3966. :pt.Appendix, creating
  3967. :pd.:link reftype=hd refid=hd153.\appendix:elink.
  3968. :pt.Arrays
  3969. :pd.:link reftype=hd refid=hd50.array:elink.
  3970. :pt.article style
  3971. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  3972. :pt.Author, for titlepage
  3973. :pd.:link reftype=hd refid=hd148.\author:elink.
  3974. :pt.Bibliography, creating
  3975. :pd.:link reftype=hd refid=hd68.thebibliography:elink.
  3976. :pt.book style
  3977. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  3978. :pt.Centering text
  3979. :pd.:link reftype=hd refid=hd51.center:elink.
  3980. .br
  3981. :link reftype=hd refid=hd73.\centering:elink.
  3982. :pt.chapter, Sectioning
  3983. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  3984. :pt.Characters, special
  3985. :pd.:link reftype=hd refid=hd23.Special Characters:elink.
  3986. :pt.Commands, defining new ones
  3987. :pd.:link reftype=hd refid=hd42.\newcommand:elink.
  3988. :pt.Counters, a list of
  3989. :pd.:link reftype=hd refid=hd8.Counters:elink.
  3990. :pt.Counters, adding to
  3991. :pd.:link reftype=hd refid=hd30.\addtocounter:elink.
  3992. :pt.Counters, creating
  3993. :pd.:link reftype=hd refid=hd34.\newcounter:elink.
  3994. :pt.Counters, setting
  3995. :pd.:link reftype=hd refid=hd36.\setcounter:elink.
  3996. :pt.Counters, use of
  3997. :pd.:link reftype=hd refid=hd37.\usecounter:elink.
  3998. .br
  3999. :link reftype=hd refid=hd38.\value:elink.
  4000. :pt.Creating Letters
  4001. :pd.:link reftype=hd refid=hd15.Letters:elink.
  4002. :pt.Creating pictures
  4003. :pd.:link reftype=hd refid=hd62.picture:elink.
  4004. :pt.Cross referencing
  4005. :pd.:link reftype=hd refid=hd9.Cross References:elink.
  4006. .br
  4007. :link reftype=hd refid=hd39.\label:elink.
  4008. .br
  4009. :link reftype=hd refid=hd40.\pageref:elink.
  4010. .br
  4011. :link reftype=hd refid=hd41.\ref:elink.
  4012. :pt.Date, for titlepage
  4013. :pd.:link reftype=hd refid=hd149.\date:elink.
  4014. :pt.Defining a new command
  4015. :pd.:link reftype=hd refid=hd42.\newcommand:elink.
  4016. :pt.Defining new environments
  4017. :pd.:link reftype=hd refid=hd43.\newenvironment:elink.
  4018. :pt.Defining new fonts
  4019. :pd.:link reftype=hd refid=hd45.\newfont:elink.
  4020. :pt.Defining new theorems
  4021. :pd.:link reftype=hd refid=hd44.\newtheorem:elink.
  4022. :pt.description Environments
  4023. :pd.:link reftype=hd refid=hd52.description:elink.
  4024. :pt.Document Styles
  4025. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  4026. :pt.Ending &. Starting
  4027. :pd.:link reftype=hd refid=hd25.Starting &. Ending:elink.
  4028. :pt.enumerate Environment
  4029. :pd.:link reftype=hd refid=hd53.enumerate:elink.
  4030. :pt.Environment
  4031. :pd.:link reftype=hd refid=hd67.tabular:elink.
  4032. .br
  4033. :link reftype=hd refid=hd71.verbatim:elink.
  4034. :pt.Environments
  4035. :pd.:link reftype=hd refid=hd12.Environments:elink.
  4036. .br
  4037. :link reftype=hd refid=hd52.description:elink.
  4038. .br
  4039. :link reftype=hd refid=hd53.enumerate:elink.
  4040. .br
  4041. :link reftype=hd refid=hd54.eqnarray:elink.
  4042. .br
  4043. :link reftype=hd refid=hd55.equation:elink.
  4044. .br
  4045. :link reftype=hd refid=hd56.figure:elink.
  4046. .br
  4047. :link reftype=hd refid=hd57.flushleft:elink.
  4048. .br
  4049. :link reftype=hd refid=hd74.\raggedright:elink.
  4050. .br
  4051. :link reftype=hd refid=hd59.itemize:elink.
  4052. .br
  4053. :link reftype=hd refid=hd60.list:elink.
  4054. .br
  4055. :link reftype=hd refid=hd61.minipage:elink.
  4056. .br
  4057. :link reftype=hd refid=hd62.picture:elink.
  4058. .br
  4059. :link reftype=hd refid=hd63.quotation:elink.
  4060. .br
  4061. :link reftype=hd refid=hd64.quote:elink.
  4062. .br
  4063. :link reftype=hd refid=hd65.tabbing:elink.
  4064. .br
  4065. :link reftype=hd refid=hd66.table:elink.
  4066. .br
  4067. :link reftype=hd refid=hd68.thebibliography:elink.
  4068. .br
  4069. :link reftype=hd refid=hd69.theorem:elink.
  4070. .br
  4071. :link reftype=hd refid=hd70.titlepage:elink.
  4072. .br
  4073. :link reftype=hd refid=hd72.verse:elink.
  4074. :pt.Environments, defining
  4075. :pd.:link reftype=hd refid=hd43.\newenvironment:elink.
  4076. :pt.eqnarray Environment
  4077. :pd.:link reftype=hd refid=hd54.eqnarray:elink.
  4078. :pt.equation Environment
  4079. :pd.:link reftype=hd refid=hd55.equation:elink.
  4080. :pt.figure Environment
  4081. :pd.:link reftype=hd refid=hd56.figure:elink.
  4082. :pt.Flushing a page
  4083. :pd.:link reftype=hd refid=hd128.\cleardoublepage:elink.
  4084. .br
  4085. :link reftype=hd refid=hd129.\clearpage:elink.
  4086. :pt.Font Sizes
  4087. :pd.:link reftype=hd refid=hd182.Sizes:elink.
  4088. :pt.Font Styles
  4089. :pd.:link reftype=hd refid=hd181.\Styles:elink.
  4090. :pt.Fonts
  4091. :pd.:link reftype=hd refid=hd28.Typefaces:elink.
  4092. :pt.Fonts, new commands for
  4093. :pd.:link reftype=hd refid=hd45.\newfont:elink.
  4094. :pt.Footnotes, creating
  4095. :pd.:link reftype=hd refid=hd13.Footnotes:elink.
  4096. :pt.Formatting text
  4097. :pd.:link reftype=hd refid=hd51.center:elink.
  4098. .br
  4099. :link reftype=hd refid=hd73.\centering:elink.
  4100. :pt.Formulae, maths
  4101. :pd.:link reftype=hd refid=hd18.Math Formulae:elink.
  4102. :pt.Hyphenation
  4103. :pd.:link reftype=hd refid=hd127.\-:elink.
  4104. .br
  4105. :link reftype=hd refid=hd130.\hyphenation:elink.
  4106. :pt.Input file, splitting
  4107. :pd.:link reftype=hd refid=hd24.Splitting the Input:elink.
  4108. :pt.Input/Output
  4109. :pd.:link reftype=hd refid=hd27.Terminal Input/Output:elink.
  4110. :pt.Inserting figures
  4111. :pd.:link reftype=hd refid=hd56.figure:elink.
  4112. :pt.itemize Environment
  4113. :pd.:link reftype=hd refid=hd59.itemize:elink.
  4114. :pt.LaTeX overview
  4115. :pd.:link reftype=hd refid=hd3.Overview of LaTeX and Local Guide:elink.
  4116. :pt.Left-to-right mode
  4117. :pd.:link reftype=hd refid=hd19.Modes:elink.
  4118. :pt.Lengths, defining and using
  4119. :pd.:link reftype=hd refid=hd14.Lengths:elink.
  4120. .br
  4121. :link reftype=hd refid=hd115.\newlength:elink.
  4122. .br
  4123. :link reftype=hd refid=hd116.\setlength:elink.
  4124. .br
  4125. :link reftype=hd refid=hd117.\addtolength:elink.
  4126. .br
  4127. :link reftype=hd refid=hd118.\settowidth:elink.
  4128. :pt.letter style
  4129. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  4130. :pt.Letters
  4131. :pd.:link reftype=hd refid=hd15.Letters:elink.
  4132. .br
  4133. :link reftype=hd refid=hd119.\opening:elink.
  4134. .br
  4135. :link reftype=hd refid=hd120.\closing:elink.
  4136. .br
  4137. :link reftype=hd refid=hd121.Declarations:elink.
  4138. .br
  4139. :link reftype=hd refid=hd122.\address:elink.
  4140. .br
  4141. :link reftype=hd refid=hd123.\signature:elink.
  4142. .br
  4143. :link reftype=hd refid=hd124.\location:elink.
  4144. .br
  4145. :link reftype=hd refid=hd125.\telephone:elink.
  4146. :pt.Line Breaking
  4147. :pd.:link reftype=hd refid=hd16.Line &. Page Breaking:elink.
  4148. :pt.Line Breaks
  4149. :pd.:link reftype=hd refid=hd131.\linebreak:elink.
  4150. :pt.list Environment
  4151. :pd.:link reftype=hd refid=hd60.list:elink.
  4152. :pt.Lists of items
  4153. :pd.:link reftype=hd refid=hd53.enumerate:elink.
  4154. .br
  4155. :link reftype=hd refid=hd59.itemize:elink.
  4156. .br
  4157. :link reftype=hd refid=hd60.list:elink.
  4158. :pt.LR mode
  4159. :pd.:link reftype=hd refid=hd19.Modes:elink.
  4160. :pt.Making a title page
  4161. :pd.:link reftype=hd refid=hd70.titlepage:elink.
  4162. :pt.Making Paragraphs
  4163. :pd.:link reftype=hd refid=hd17.Making Paragraphs:elink.
  4164. :pt.Math Formulae
  4165. :pd.:link reftype=hd refid=hd18.Math Formulae:elink.
  4166. :pt.Math mode
  4167. :pd.:link reftype=hd refid=hd18.Math Formulae:elink.
  4168. .br
  4169. :link reftype=hd refid=hd140.Subscripts &. Superscripts:elink.
  4170. .br
  4171. :link reftype=hd refid=hd141.Math Symbols:elink.
  4172. .br
  4173. :link reftype=hd refid=hd143.Math Miscellany:elink.
  4174. .br
  4175. :link reftype=hd refid=hd19.Modes:elink.
  4176. :pt.Math mode, spacing
  4177. :pd.:link reftype=hd refid=hd142.Spacing in Math Mode:elink.
  4178. :pt.Maths Miscellany
  4179. :pd.:link reftype=hd refid=hd143.Math Miscellany:elink.
  4180. :pt.Maths symbols
  4181. :pd.:link reftype=hd refid=hd141.Math Symbols:elink.
  4182. :pt.minipage Environment
  4183. :pd.:link reftype=hd refid=hd61.minipage:elink.
  4184. :pt.Modes
  4185. :pd.:link reftype=hd refid=hd19.Modes:elink.
  4186. :pt.Multicolumn text
  4187. :pd.:link reftype=hd refid=hd49.\twocolumn:elink.
  4188. :pt.New Page
  4189. :pd.:link reftype=hd refid=hd133.\newpage:elink.
  4190. :pt.Newline
  4191. :pd.:link reftype=hd refid=hd126.\\:elink.
  4192. .br
  4193. :link reftype=hd refid=hd132.\newline:elink.
  4194. :pt.Overview of LaTeX
  4195. :pd.:link reftype=hd refid=hd3.Overview of LaTeX and Local Guide:elink.
  4196. :pt.Page Breaking
  4197. :pd.:link reftype=hd refid=hd16.Line &. Page Breaking:elink.
  4198. .br
  4199. :link reftype=hd refid=hd136.\pagebreak:elink.
  4200. :pt.Page Formatting
  4201. :pd.:link reftype=hd refid=hd16.Line &. Page Breaking:elink.
  4202. :pt.Page styles
  4203. :pd.:link reftype=hd refid=hd20.Page Styles:elink.
  4204. .br
  4205. :link reftype=hd refid=hd145.\pagenumbering:elink.
  4206. .br
  4207. :link reftype=hd refid=hd146.\pagestyle:elink.
  4208. :pt.Page Styles, changing
  4209. :pd.:link reftype=hd refid=hd146.\pagestyle:elink.
  4210. :pt.Pagenumbering
  4211. :pd.:link reftype=hd refid=hd145.\pagenumbering:elink.
  4212. :pt.Paragraph mode
  4213. :pd.:link reftype=hd refid=hd19.Modes:elink.
  4214. :pt.paragraph, Sectioning
  4215. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4216. :pt.Paragraphs
  4217. :pd.:link reftype=hd refid=hd17.Making Paragraphs:elink.
  4218. .br
  4219. :link reftype=hd refid=hd137.\indent:elink.
  4220. .br
  4221. :link reftype=hd refid=hd138.\noindent:elink.
  4222. .br
  4223. :link reftype=hd refid=hd139.\par:elink.
  4224. :pt.picture Environment
  4225. :pd.:link reftype=hd refid=hd62.picture:elink.
  4226. :pt.Poetry, an environment for
  4227. :pd.:link reftype=hd refid=hd72.verse:elink.
  4228. :pt.quotation Environment
  4229. :pd.:link reftype=hd refid=hd63.quotation:elink.
  4230. :pt.report style
  4231. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  4232. :pt.Sectioning
  4233. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4234. :pt.Sizes of text
  4235. :pd.:link reftype=hd refid=hd182.Sizes:elink.
  4236. :pt.Spaces &. Boxes
  4237. :pd.:link reftype=hd refid=hd22.Spaces &. Boxes:elink.
  4238. .br
  4239. :link reftype=hd refid=hd154.\addvspace:elink.
  4240. .br
  4241. :link reftype=hd refid=hd155.\bigskip:elink.
  4242. .br
  4243. :link reftype=hd refid=hd156.\dotfill:elink.
  4244. .br
  4245. :link reftype=hd refid=hd157.\fbox:elink.
  4246. .br
  4247. :link reftype=hd refid=hd158.\framebox:elink.
  4248. .br
  4249. :link reftype=hd refid=hd159.\hfill:elink.
  4250. .br
  4251. :link reftype=hd refid=hd160.\hrulespace:elink.
  4252. .br
  4253. :link reftype=hd refid=hd161.\hspace:elink.
  4254. .br
  4255. :link reftype=hd refid=hd162.\makebox:elink.
  4256. .br
  4257. :link reftype=hd refid=hd163.\mbox:elink.
  4258. .br
  4259. :link reftype=hd refid=hd164.\medskip:elink.
  4260. .br
  4261. :link reftype=hd refid=hd165.\newsavebox:elink.
  4262. .br
  4263. :link reftype=hd refid=hd166.\parbox:elink.
  4264. .br
  4265. :link reftype=hd refid=hd167.\raisebox:elink.
  4266. .br
  4267. :link reftype=hd refid=hd168.\rule:elink.
  4268. .br
  4269. :link reftype=hd refid=hd169.\savebox:elink.
  4270. .br
  4271. :link reftype=hd refid=hd170.\smallskip:elink.
  4272. .br
  4273. :link reftype=hd refid=hd171.\usebox:elink.
  4274. .br
  4275. :link reftype=hd refid=hd172.\vfill:elink.
  4276. .br
  4277. :link reftype=hd refid=hd173.\vspace:elink.
  4278. :pt.Spacing, within Math mode
  4279. :pd.:link reftype=hd refid=hd142.Spacing in Math Mode:elink.
  4280. :pt.Special Characters
  4281. :pd.:link reftype=hd refid=hd23.Special Characters:elink.
  4282. :pt.Splitting the input file
  4283. :pd.:link reftype=hd refid=hd24.Splitting the Input:elink.
  4284. :pt.Starting &. Ending
  4285. :pd.:link reftype=hd refid=hd25.Starting &. Ending:elink.
  4286. :pt.Styles of document
  4287. :pd.:link reftype=hd refid=hd11.Document Styles:elink.
  4288. :pt.Styles of text
  4289. :pd.:link reftype=hd refid=hd181.\Styles:elink.
  4290. :pt.Styles, pages
  4291. :pd.:link reftype=hd refid=hd20.Page Styles:elink.
  4292. :pt.subparagraph, Sectioning
  4293. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4294. :pt.Subscript
  4295. :pd.:link reftype=hd refid=hd140.Subscripts &. Superscripts:elink.
  4296. :pt.subsection, Sectioning
  4297. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4298. :pt.subsubparagraph, Sectioning
  4299. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4300. :pt.subsubsection, Sectioning
  4301. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4302. :pt.subsubsubparagraph, Sectioning
  4303. :pd.:link reftype=hd refid=hd21.Sectioning:elink.
  4304. :pt.Superscript
  4305. :pd.:link reftype=hd refid=hd140.Subscripts &. Superscripts:elink.
  4306. :pt.Symbols
  4307. :pd.:link reftype=hd refid=hd141.Math Symbols:elink.
  4308. :pt.tabbing Environment
  4309. :pd.:link reftype=hd refid=hd65.tabbing:elink.
  4310. :pt.table Environment
  4311. :pd.:link reftype=hd refid=hd66.table:elink.
  4312. :pt.Table of Contents, creating
  4313. :pd.:link reftype=hd refid=hd26.Table of Contents:elink.
  4314. :pt.tabular Environment
  4315. :pd.:link reftype=hd refid=hd67.tabular:elink.
  4316. :pt.Terminal Input/Output
  4317. :pd.:link reftype=hd refid=hd27.Terminal Input/Output:elink.
  4318. :pt.Thanks, for titlepage
  4319. :pd.:link reftype=hd refid=hd150.\thanks:elink.
  4320. :pt.thebibliography Environment
  4321. :pd.:link reftype=hd refid=hd68.thebibliography:elink.
  4322. :pt.theorem Environment
  4323. :pd.:link reftype=hd refid=hd69.theorem:elink.
  4324. :pt.Theorems, defining
  4325. :pd.:link reftype=hd refid=hd44.\newtheorem:elink.
  4326. :pt.Title making
  4327. :pd.:link reftype=hd refid=hd144.\maketitle:elink.
  4328. :pt.Title pages, creating
  4329. :pd.:link reftype=hd refid=hd70.titlepage:elink.
  4330. :pt.Title, for titlepage
  4331. :pd.:link reftype=hd refid=hd151.\title:elink.
  4332. :pt.titlepage Environment
  4333. :pd.:link reftype=hd refid=hd70.titlepage:elink.
  4334. :pt.Typeface Sizes
  4335. :pd.:link reftype=hd refid=hd182.Sizes:elink.
  4336. :pt.Typeface Styles
  4337. :pd.:link reftype=hd refid=hd181.\Styles:elink.
  4338. :pt.Typefaces
  4339. :pd.:link reftype=hd refid=hd28.Typefaces:elink.
  4340. :pt.Using Counters
  4341. :pd.:link reftype=hd refid=hd37.\usecounter:elink.
  4342. .br
  4343. :link reftype=hd refid=hd38.\value:elink.
  4344. :pt.Variables, a list of&dot.&dot.&dot. (see also Counters)
  4345. :pd.:link reftype=hd refid=hd8.Counters:elink.
  4346. :pt.verbatim Environment
  4347. :pd.:link reftype=hd refid=hd71.verbatim:elink.
  4348. .br
  4349. :link reftype=hd refid=hd111.\verb:elink.
  4350. :pt.verse Environment
  4351. :pd.:link reftype=hd refid=hd72.verse:elink.
  4352. :pt.\maketitle Style
  4353. :pd.:link reftype=hd refid=hd144.\maketitle:elink.
  4354. :pt.\quote Environment
  4355. :pd.:link reftype=hd refid=hd64.quote:elink.
  4356. :eparml.
  4357. :euserdoc.
  4358.