home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pmcstex.zip / install / l2e_ndx / LaTeX2e.INF (.txt) < prev    next >
OS/2 Help File  |  1997-11-19  |  98KB  |  2,978 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Title page ΓòÉΓòÉΓòÉ
  3.  
  4.                             The macro package for TeX
  5.  
  6.                                        by
  7.  
  8.                              Leslie Lamport  et  al
  9.  
  10.                                    Edition 1.6
  11.  
  12.                                   December 1994
  13.  
  14. This is edition 1.6 of the LaTeX2e documentation, and is for the Texinfo that 
  15. is distributed as part of Version 19 of GNU Emacs. It uses version 2.134 or 
  16. later of the texinfo.tex input file. 
  17.  
  18. This is translated from LATEX.HLP v1.0a in the VMS Help Library. This 
  19. pre-translation version was written by George D. Greenwade of Sam Houston State 
  20. University. It has been edited to this form by Paul Nothard of Edinburgh 
  21. University. 
  22.  
  23. The original (latex.texi and latex2.texi) was distributed by Stephen Gilmore 
  24. <stg@dcs.ed.ac.uk>, August 26th 1993. 
  25.  
  26. Version 1.1 was made by Piet van Oostrum <piet@cs.ruu.nl> on Dec 14, 1993 by 
  27. merging and cleaning up latex.texi and latex2.texi. 
  28.  
  29. Versions 1.2 trough 1.6 by Torsten Martinsen <bullestock@dk-online.dk>. 
  30.  
  31. This Texinfo file may be copied and distributed in accordance with the usual 
  32. copying permissions of the Free Software Foundation.  These permissions are 
  33. given in the General Public License section of the ``GNU Emacs Manual''.  This 
  34. software comes with NO WARRANTY. 
  35.  
  36. Permission is granted to make and distribute verbatim copies of this manual 
  37. provided the copyright notice and this permission notice are preserved on all 
  38. copies. 
  39.  
  40. Permission is granted to copy and distribute modified versions of this manual 
  41. under the conditions for verbatim copying, provided that the entire resulting 
  42. derived work is distributed under the terms of a permission notice identical to 
  43. this one. 
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 2. Top ΓòÉΓòÉΓòÉ
  47.  
  48. LaTeX2e is a document preparation system implemented as a macro package for 
  49. Donald E. Knuth's TeX typesetting program. 
  50.  
  51. LaTeX was originally conceived by Leslie Lamport. 
  52.  
  53. This is edition 1.6 of the LaTeX2e documentation. 
  54.  
  55. Overview                                What is LaTeX? 
  56. Commands                                Commands within a LaTeX document. 
  57. Parameters                              The command line. 
  58. Command Index                           An alphabetical list of LaTeX commands. 
  59. Concept Index                           An alphabetical list of concepts. 
  60.  
  61.  
  62. ΓòÉΓòÉΓòÉ 3. Overview of LaTeX and Local Guide ΓòÉΓòÉΓòÉ
  63.  
  64. The LaTeX command typesets a file of text using the TeX program and the LaTeX 
  65. Macro package for TeX.  To be more specific, it processes an input file 
  66. containing the text of a document with interspersed commands that describe how 
  67. the text should be formatted.  It produces at least three files as output: 
  68.  
  69.  1. A ``Device Independent'', or `.dvi' file. This contains commands that can 
  70.     be translated into commands for a variety of output devices.  You can view 
  71.     the output of LaTeX by using a program such as xdvi, which actually uses 
  72.     the `.dvi' file. 
  73.  
  74.  2. A ``transcript'' or `.log' file that contains summary information and 
  75.     diagnostic messages for any errors discovered in the input file. 
  76.  
  77.  3. An ``auxiliary'' or `.aux' file. This is used by LaTeX itself, for things 
  78.     such as sectioning. 
  79.  
  80. For a description of what goes on inside TeX, you should consult The TeXbook by 
  81. Donald E. Knuth, ISBN 0-201-13448-9, published jointly by the American 
  82. Mathematical Society and Addison-Wesley Publishing Company. 
  83.  
  84. For a description of LaTeX, you should consult: 
  85.  
  86. LaTeX: A Document Preparation System, by Leslie Lamport, Addison-Wesley 
  87. Publishing Company, 2nd edition, 1994. 
  88.  
  89. The LaTeX Companion, by Michel Goossens, Frank Mittelbach, and Alexander 
  90. Samarin, Addison-Wesley, 1994. 
  91.  
  92.  
  93. ΓòÉΓòÉΓòÉ 4. Commands ΓòÉΓòÉΓòÉ
  94.  
  95. A LaTeX command begins with the command name, which consists of a \ followed by 
  96. either (a) a string of letters or (b) a single non-letter.  Arguments contained 
  97. in square brackets, [], are optional while arguments contained in braces, {}, 
  98. are required. 
  99.  
  100. NOTE:  LaTeX  is case sensitive.  Enter  all commands  in lower  case unless 
  101. explicitly directed to do otherwise. 
  102.  
  103. Counters                                Internal counters used by LaTeX. 
  104. Cross References                        Automatic referencing. 
  105. Definitions                             Define your own commands etc. 
  106. Document Classes                        Some of the various classes available. 
  107. Environments                            Such as enumerate & itemize. 
  108. Footnotes                               How to produce footnotes. 
  109. Layout                                  Controlling the page layout. 
  110. Lengths                                 The length commands. 
  111. Letters                                 The letter class. 
  112. Line & Page Breaking                    How to insert pagebreaks etc. 
  113. Making Paragraphs                       Paragraph commands. 
  114. Margin Notes                            Putting remarks in the margin. 
  115. Math Formulae                           How to create mathematical formulae. 
  116. Modes                                   Paragraph, Math or LR modes. 
  117. Page Styles                             Various styles of page layout. 
  118. Sectioning                              How to section properly. 
  119. Spaces & Boxes                          All the associated commands. 
  120. Special Characters                      Special reserved characters. 
  121. Splitting the Input                     Dealing with big files by splitting. 
  122. Starting & Ending                       The formal start & end layouts. 
  123. Table of Contents                       How to create a table of contents. 
  124. Terminal Input/Output                   User interaction. 
  125. Typefaces                               Such as bold, italics etc. 
  126.  
  127.  
  128. ΓòÉΓòÉΓòÉ 4.1. Counters ΓòÉΓòÉΓòÉ
  129.  
  130. Everything LaTeX numbers for you has a counter associated with it. The name of 
  131. the counter is the same as the name of the environment or command that produces 
  132. the number, except with no \.  (enumi - enumiv are used for the nested 
  133. enumerate environment.)  Below is a list of the counters used in LaTeX's 
  134. standard document classes to control numbering. 
  135.  
  136.  part            paragraph       figure          enumi
  137.  chapter         subparagraph    table           enumii
  138.  section         page            footnote        enumiii
  139.  subsection      equation        mpfootnote      enumiv
  140.  subsubsection
  141.  
  142. \addtocounter                           Add a quantity to a counter. 
  143. \alph                                   Print value of a counter using letters. 
  144. \arabic                                 Print value of a counter using 
  145.                                         numerals. 
  146. \fnsymbol                               Print value of a counter using symbols. 
  147. \newcounter                             Define a new counter. 
  148. \refstepcounter                         Add to counter, resetting subsidiary 
  149.                                         counters. 
  150. \roman                                  Print value of a counter using roman 
  151.                                         numerals. 
  152. \setcounter                             Set the value of a counter. 
  153. \stepcounter                            Add to counter, resetting subsidiary 
  154.                                         counters. 
  155. \usecounter                             Use a specified counter in a list 
  156.                                         environment. 
  157. \value                                  Use the value of a counter in an 
  158.                                         expression. 
  159.  
  160.  
  161. ΓòÉΓòÉΓòÉ 4.1.1. \addtocounter ΓòÉΓòÉΓòÉ
  162.  
  163. \addtocounter{counter}{value} 
  164.  
  165. The \addtocounter command increments the counter by the amount specified by the 
  166. value argument.  The value argument can be negative. 
  167.  
  168.  
  169. ΓòÉΓòÉΓòÉ 4.1.2. \alph ΓòÉΓòÉΓòÉ
  170.  
  171. \alph{counter} 
  172.  
  173. This command causes the value of the counter to be printed in alphabetic 
  174. characters.  The \alph command uses lower case alphabetic alphabetic 
  175. characters, i.e., a, b, c... while the \Alph command uses upper case alphabetic 
  176. characters, i.e., A, B, C.... 
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 4.1.3. \arabic ΓòÉΓòÉΓòÉ
  180.  
  181. \arabic{counter} 
  182.  
  183. The \arabic command causes the value of the counter to be printed in Arabic 
  184. numbers, i.e., 3. 
  185.  
  186.  
  187. ΓòÉΓòÉΓòÉ 4.1.4. \fnsymbol ΓòÉΓòÉΓòÉ
  188.  
  189. \fnsymbol{counter} 
  190.  
  191. The \fnsymbol command causes the value of the counter to be printed in a 
  192. specific sequence of nine symbols that can be used for numbering footnotes. 
  193.  
  194. NB. counter must have a value between 1 and 9 inclusive. 
  195.  
  196.  
  197. ΓòÉΓòÉΓòÉ 4.1.5. \newcounter ΓòÉΓòÉΓòÉ
  198.  
  199. \newcounter{foo}[counter] 
  200.  
  201. The \newcounter command defines a new counter named foo. The counter is 
  202. initialized to zero. 
  203.  
  204. The optional argument [counter] causes the counter foo to be reset whenever the 
  205. counter named in the optional argument is incremented. 
  206.  
  207.  
  208. ΓòÉΓòÉΓòÉ 4.1.6. \refstepcounter ΓòÉΓòÉΓòÉ
  209.  
  210. \refstepcounter{counter} 
  211.  
  212. The \refstepcounter command works like  \stepcounter See \stepcounter, except 
  213. it also defines the current \ref value to be the result of \thecounter. 
  214.  
  215.  
  216. ΓòÉΓòÉΓòÉ 4.1.7. \roman ΓòÉΓòÉΓòÉ
  217.  
  218. \roman{counter} 
  219.  
  220. This command causes the value of the counter to be printed in Roman numerals. 
  221. The \roman command uses lower case Roman numerals, i.e., i, ii, iii..., while 
  222. the \Roman command uses upper case Roman numerals, i.e., I, II, III.... 
  223.  
  224.  
  225. ΓòÉΓòÉΓòÉ 4.1.8. \stepcounter ΓòÉΓòÉΓòÉ
  226.  
  227. \stepcounter{counter} 
  228.  
  229. The \stepcounter command adds one to the counter and resets all subsidiary 
  230. counters. 
  231.  
  232.  
  233. ΓòÉΓòÉΓòÉ 4.1.9. \setcounter ΓòÉΓòÉΓòÉ
  234.  
  235. \setcounter{counter}{value} 
  236.  
  237. The \setcounter command sets the value of the counter to that specified by the 
  238. value argument. 
  239.  
  240.  
  241. ΓòÉΓòÉΓòÉ 4.1.10. \usecounter ΓòÉΓòÉΓòÉ
  242.  
  243. \usecounter{counter} 
  244.  
  245. The \usecounter command is used in the second argument of the list environment 
  246. to allow the counter specified to be used to number the list items. 
  247.  
  248.  
  249. ΓòÉΓòÉΓòÉ 4.1.11. \value ΓòÉΓòÉΓòÉ
  250.  
  251. \value{counter} 
  252.  
  253. The \value command produces the value of the counter named in the mandatory 
  254. argument.  It can be used where LaTeX expects an integer or number, such as the 
  255. second argument of a \setcounter or \addtocounter command, or in: 
  256.  
  257.         \hspace{\value{foo}\parindent}
  258.  
  259. It is useful for doing arithmetic with counters. 
  260.  
  261.  
  262. ΓòÉΓòÉΓòÉ 4.2. Cross References ΓòÉΓòÉΓòÉ
  263.  
  264. One reason for numbering things like figures and equations is to refer the 
  265. reader to them, as in ``See Figure 3 for more details.'' 
  266.  
  267. \label                                  Assign a symbolic name to a piece of 
  268.                                         text. 
  269. \pageref                                Refer to a page number. 
  270. \ref                                    Refer to a section, figure or similar. 
  271.  
  272.  
  273. ΓòÉΓòÉΓòÉ 4.2.1. \label ΓòÉΓòÉΓòÉ
  274.  
  275. \label{key} 
  276.  
  277. A \label command appearing in ordinary text assigns to the key the number of 
  278. the current sectional unit; one appearing inside a numbered environment assigns 
  279. that number to the key. 
  280.  
  281. A key can consist of any sequence of letters, digits, or punctuation 
  282. characters.  Upper and lowercase letters are different. 
  283.  
  284. To avoid accidentally creating two labels with the same name, it is common to 
  285. use labels consisting of a prefix and a suffix separated by a colon. The 
  286. prefixes conventionally used are 
  287.  
  288. o cha for chapters 
  289.  
  290. o sec for lower-level sectioning commands 
  291.  
  292. o fig for figures 
  293.  
  294. o tab for tables 
  295.  
  296. o eq for equations 
  297.  
  298. Thus, a label for a figure would look like fig:bandersnatch. 
  299.  
  300.  
  301. ΓòÉΓòÉΓòÉ 4.2.2. \pageref ΓòÉΓòÉΓòÉ
  302.  
  303. \pageref{key} 
  304.  
  305. The \pageref command produces the page number of the place in the text where 
  306. the corresponding \label command appears. ie. where \label{key} appears. 
  307.  
  308.  
  309. ΓòÉΓòÉΓòÉ 4.2.3. \ref ΓòÉΓòÉΓòÉ
  310.  
  311. \ref{key} 
  312.  
  313. The \ref command produces the number of the sectional unit, equation number, 
  314. ... of the corresponding \label command. 
  315.  
  316.  
  317. ΓòÉΓòÉΓòÉ 4.3. Definitions ΓòÉΓòÉΓòÉ
  318.  
  319. \newcommand                             Define a new command. 
  320. \newenvironment                         Define a new environment. 
  321. \newtheorem                             Define a new theorem-like environment. 
  322. \newfont                                Define a new font name. 
  323.  
  324.  
  325. ΓòÉΓòÉΓòÉ 4.3.1. \newcommand ΓòÉΓòÉΓòÉ
  326.  
  327.  \newcommand{cmd}[args]{definition}
  328.  \newcommand{cmd}[args][default]{definition}
  329.  \renewcommand{cmd}[args]{definition}
  330.  \renewcommand{cmd}[args][default]{definition}
  331.  
  332. These commands define (or redefine) a command. 
  333.  
  334. cmd 
  335.           A command name beginning with a \.  For \newcommand it must not be 
  336.           already defined and must not begin with \end; for \renewcommand it 
  337.           must already be defined. 
  338.  
  339. args 
  340.           An integer from 1 to 9 denoting the number of arguments of the 
  341.           command being defined.  The default is for the command to have no 
  342.           arguments. 
  343.  
  344. def 
  345.           If this optional parameter is present, it means that the command's 
  346.           first argument is optional. The default value of the optional 
  347.           argument is def. 
  348.  
  349. definition 
  350.           The text to be substituted for every occurrence of cmd; a parameter 
  351.           of the form #n in cmd is replaced by the text of the nth argument 
  352.           when this substitution takes place. 
  353.  
  354.  
  355. ΓòÉΓòÉΓòÉ 4.3.2. \newenvironment ΓòÉΓòÉΓòÉ
  356.  
  357.  \newenvironment{nam}[args]{begdef}{enddef}
  358.  \newenvironment{nam}[args][default]{begdef}{enddef}
  359.  \renewenvironment{nam}[args]{begdef}{enddef}
  360.  
  361. These commands define or redefine an environment. 
  362.  
  363. nam 
  364.           The name of the environment.  For \newenvironment there must be no 
  365.           currently defined environment by that name, and the command \nam must 
  366.           be undefined.  For \renewenvironment the environment must already be 
  367.           defined. 
  368.  
  369. args 
  370.           An integer from 1 to 9 denoting the number of arguments of the 
  371.           newly-defined environment.  The default is no arguments. 
  372.  
  373. default 
  374.           If this is specified, the first argument is optional, and default 
  375.           gives the default value for that argument. 
  376.  
  377. begdef 
  378.           The text substituted for every occurrence of \begin{nam}; a parameter 
  379.           of the form #n in cmd is replaced by the text of the nth argument 
  380.           when this substitution takes place. 
  381.  
  382. enddef 
  383.           The text substituted for every occurrence of \end{nam}.  It may not 
  384.           contain any argument parameters. 
  385.  
  386.  
  387. ΓòÉΓòÉΓòÉ 4.3.3. \newtheorem ΓòÉΓòÉΓòÉ
  388.  
  389.  \newtheorem{env_name}{caption}[within]
  390.  \newtheorem{env_name}[numbered_like]{caption}
  391.  
  392. This command defines a theorem-like environment. 
  393.  
  394. env_name 
  395.           The name of the environment to be defined. A string of letters.  It 
  396.           must not be the name of an existing environment or counter. 
  397.  
  398. caption 
  399.           The text printed at the beginning of the environment, right before 
  400.           the number. This may simply say ``Theorem'', for example. 
  401.  
  402. within 
  403.           The name of an already defined counter, usually of a sectional unit. 
  404.           Provides a means of resetting the new theorem counter *within* the 
  405.           sectional unit. 
  406.  
  407. numbered_like 
  408.           The name of an already defined theorem-like environment. 
  409.  
  410. The \newtheorem command may have at most one optional argument. 
  411.  
  412.  
  413. ΓòÉΓòÉΓòÉ 4.3.4. \newfont ΓòÉΓòÉΓòÉ
  414.  
  415. \newfont{cmd}{font_name} 
  416.  
  417. Defines the command name cmd, which must not be currently defined, to be a 
  418. declaration that selects the font named font_name to be the current font. 
  419.  
  420.  
  421. ΓòÉΓòÉΓòÉ 4.4. Document Classes ΓòÉΓòÉΓòÉ
  422.  
  423. Valid LaTeX document classes include: 
  424.  
  425. o article 
  426.  
  427. o report 
  428.  
  429. o letter 
  430.  
  431. o book 
  432.  
  433. o slides 
  434.  
  435. Other document classes are often available. See Overview, for details. They are 
  436. selected with the following command: 
  437.  
  438. \documentclass [options] {class} 
  439.  
  440. All the standard classes (except slides) accept the following options for 
  441. selecting the typeface size (10 pt is default): 
  442.  
  443. 10pt, 11pt, 12pt 
  444.  
  445. All classes accept these options for selecting the paper size (default is 
  446. letter): 
  447.  
  448. a4paper, a5paper, b5paper, letterpaper, legalpaper, executivepaper 
  449.  
  450. Miscellaneous options: 
  451.  
  452. o landscape --- selects landscape format. Default is portrait. 
  453.  
  454. o titlepage, notitlepage --- selects if there should be a separate title page. 
  455.  
  456. o leqno --- equation number on left side of equations. Default is right side. 
  457.  
  458. o fleqn --- displayed formulas flush left. Default is centred. 
  459.  
  460. o openbib --- use ``open'' bibliography format. 
  461.  
  462. o draft, final --- mark/do not mark overfull boxes with a rule. Default is 
  463.   final. 
  464.  
  465. These options are not available with the slides class: 
  466.  
  467. o oneside, twoside --- selects one- or twosided layout. Default is oneside, 
  468.   except for the book class. 
  469.  
  470. o openright, openany --- determines if a chapter should start on a right-hand 
  471.   page. Default is openright for book. 
  472.  
  473. o onecolumn, twocolumn --- one or two columns. Defaults to one column. 
  474.  
  475. The slides class offers the option clock for printing the time at the bottom of 
  476. each note. 
  477.  
  478. If you specify more than one option, they must be separated by a comma. 
  479.  
  480. Additional packages are loaded by a 
  481.  
  482. \usepackage[options]{pkg} 
  483.  
  484. command. If you specify more than one package, they must be separated by a 
  485. comma. 
  486.  
  487. Any options given in the \documentclass command that are unknown by the 
  488. selected document class are passed on to the packages loaded with \usepackage. 
  489.  
  490.  
  491. ΓòÉΓòÉΓòÉ 4.5. Layout ΓòÉΓòÉΓòÉ
  492.  
  493. Miscellaneous commands for controlling the general layout of the page. 
  494.  
  495. \flushbottom                            Make all text pages the same height. 
  496. \onecolumn                              Use one-column layout. 
  497. \raggedbottom                           Allow text pages of differing height. 
  498. \twocolumn                              Use two-column layout. 
  499.  
  500.  
  501. ΓòÉΓòÉΓòÉ 4.5.1. \flushbottom ΓòÉΓòÉΓòÉ
  502.  
  503. The \flushbottom declaration makes all text pages the same height, adding extra 
  504. vertical space when necessary to fill out the page. 
  505.  
  506. This is the standard if twocolumn mode is selected. 
  507.  
  508.  
  509. ΓòÉΓòÉΓòÉ 4.5.2. \onecolumn ΓòÉΓòÉΓòÉ
  510.  
  511. The \onecolumn declaration starts a new page and produces single-column output. 
  512.  
  513.  
  514. ΓòÉΓòÉΓòÉ 4.5.3. \raggedbottom ΓòÉΓòÉΓòÉ
  515.  
  516. The \raggedbottom declaration makes all pages the height of the text on that 
  517. page.  No extra vertical space is added. 
  518.  
  519.  
  520. ΓòÉΓòÉΓòÉ 4.5.4. \twocolumn ΓòÉΓòÉΓòÉ
  521.  
  522. \twocolumn[text] 
  523.  
  524. The \twocolumn declaration starts a new page and produces two-column output. If 
  525. the optional text argument is present, it is typeset in one-column mode. 
  526.  
  527.  
  528. ΓòÉΓòÉΓòÉ 4.6. Environments ΓòÉΓòÉΓòÉ
  529.  
  530. LaTeX provides a number of different paragraph-making environments. Each 
  531. environment begins and ends in the same manner. 
  532.  
  533.         \begin{environment-name}
  534.         .
  535.         .
  536.         .
  537.         \end{environment-name}
  538.  
  539. array                                   Math arrays. 
  540. center                                  Centred lines. 
  541. description                             Labelled lists. 
  542. enumerate                               Numbered lists. 
  543. eqnarray                                Sequences of aligned equations. 
  544. equation                                Displayed equation. 
  545. figure                                  Floating figures. 
  546. flushleft                               Flushed left lines. 
  547. flushright                              Flushed right lines. 
  548. itemize                                 Bulleted lists. 
  549. letter                                  Letters. 
  550. list                                    Generic list environment. 
  551. minipage                                Miniature page. 
  552. picture                                 Picture with text, arrows, lines and 
  553.                                         circles. 
  554. quotation                               Indented environment with paragraph 
  555.                                         indentation. 
  556. quote                                   Indented environment with no paragraph 
  557.                                         indentation. 
  558. tabbing                                 Align text arbitrarily. 
  559. table                                   Floating tables. 
  560. tabular                                 Align text in columns. 
  561. thebibliography                         Bibliography or reference list. 
  562. theorem                                 Theorems, lemmas, etc. 
  563. titlepage                               For hand crafted title pages. 
  564. verbatim                                Simulating typed input. 
  565. verse                                   For poetry and other things. 
  566.  
  567.  
  568. ΓòÉΓòÉΓòÉ 4.6.1. array ΓòÉΓòÉΓòÉ
  569.  
  570. \begin{array}{col1col2...coln}
  571. column 1 entry & column 2 entry ... & column n entry \\
  572.  .
  573.  .
  574.  .
  575. \end{array}
  576.  
  577. Math arrays are produced with the array environment.  It has a single mandatory 
  578. argument describing the number of columns and the alignment within them.  Each 
  579. column, coln, is specified by a single letter that tells how items in that row 
  580. should be formatted. 
  581.  
  582. o c --- for centred 
  583.  
  584. o l --- for flush left 
  585.  
  586. o r --- for flush right 
  587.  
  588. Column entries must be separated by an &.  Column entries may include other 
  589. LaTeX commands.  Each row of the array must be terminated with the string \\. 
  590.  
  591. Note that the array environment can only be used in math mode, so normally it 
  592. is used inside an equation environment. 
  593.  
  594.  
  595. ΓòÉΓòÉΓòÉ 4.6.2. center ΓòÉΓòÉΓòÉ
  596.  
  597.  \begin{center}
  598.  Text on line 1 \\
  599.  Text on line 2 \\
  600.  .
  601.  .
  602.  .
  603.  \end{center}
  604.  
  605. The center environment allows you to create a paragraph consisting of lines 
  606. that are centred within the left and right margins on the current page.  Each 
  607. line must be terminated with the string \\. 
  608.  
  609. \centering                              The declaration form of the center 
  610.                                         environment. 
  611.  
  612.  
  613. ΓòÉΓòÉΓòÉ 4.6.2.1. \centering ΓòÉΓòÉΓòÉ
  614.  
  615. This declaration corresponds to the center environment.  This declaration can 
  616. be used inside an environment such as quote or in a parbox.  The text of a 
  617. figure or table can be centred on the page by putting a \centering command at 
  618. the beginning of the figure or table environment. 
  619.  
  620. Unlike the center environment, the \centering command does not start a new 
  621. paragraph; it simply changes how LaTeX formats paragraph units.  To affect a 
  622. paragraph unit's format, the scope of the declaration must contain the blank 
  623. line or \end command (of an environment like quote) that ends the paragraph 
  624. unit. 
  625.  
  626.  
  627. ΓòÉΓòÉΓòÉ 4.6.3. description ΓòÉΓòÉΓòÉ
  628.  
  629.  \begin{description}
  630.  \item [label] First item
  631.  \item [label] Second item
  632.  .
  633.  .
  634.  .
  635.  \end{description}
  636.  
  637. The description environment is used to make labelled lists.  The label is bold 
  638. face and flushed right. 
  639.  
  640.  
  641. ΓòÉΓòÉΓòÉ 4.6.4. enumerate ΓòÉΓòÉΓòÉ
  642.  
  643.  \begin{enumerate}
  644.  \item First item
  645.  \item Second item
  646.  .
  647.  .
  648.  .
  649.  \end{enumerate}
  650.  
  651. The enumerate environment produces a numbered list.  Enumerations can be nested 
  652. within one another, up to four levels deep.  They can also be nested within 
  653. other paragraph-making environments. 
  654.  
  655. Each item of an enumerated list begins with an \item command. There must be at 
  656. least one \item command within the environment. 
  657.  
  658. The enumerate environment uses the enumi through enumiv counters (see 
  659. Counters). The type of numbering can be changed by redefining \theenumi etc. 
  660.  
  661.  
  662. ΓòÉΓòÉΓòÉ 4.6.5. eqnarray ΓòÉΓòÉΓòÉ
  663.  
  664.  \begin{eqnarray}
  665.  math formula 1 \\
  666.  math formula 2 \\
  667.  .
  668.  .
  669.  .
  670.  \end{eqnarray}
  671.  
  672. The eqnarray environment is used to display a sequence of equations or 
  673. inequalities.  It is very much like a three-column array environment, with 
  674. consecutive rows separated by \\ and consecutive items within a row separated 
  675. by an &. 
  676.  
  677. An equation number is placed on every line unless that line has a \nonumber 
  678. command. 
  679.  
  680. The command \lefteqn is used for splitting long formulas across lines. It 
  681. typesets its argument in display style flush left in a box of zero width. 
  682.  
  683.  
  684. ΓòÉΓòÉΓòÉ 4.6.6. equation ΓòÉΓòÉΓòÉ
  685.  
  686.  \begin{equation}
  687.   math formula
  688.  \end{equation}
  689.  
  690. The equation environment centres your equation on the page and places the 
  691. equation number in the right margin. 
  692.  
  693.  
  694. ΓòÉΓòÉΓòÉ 4.6.7. figure ΓòÉΓòÉΓòÉ
  695.  
  696.  \begin{figure}[placement]
  697.  
  698.   body of the figure
  699.  
  700.  \caption{figure title}
  701.  \end{figure}
  702.  
  703. Figures are objects that are not part of the normal text, and are usually 
  704. ``floated'' to a convenient place, like the top of a page. Figures will not be 
  705. split between two pages. 
  706.  
  707. The optional argument [placement] determines where LaTeX will try to place your 
  708. figure.  There are four places where LaTeX can possibly put a float: 
  709.  
  710.  1. h (Here) - at the position in the text where the figure environment 
  711.     appears. 
  712.  
  713.  2. t (Top) - at the top of a text page. 
  714.  
  715.  3. b (Bottom) - at the bottom of a text page. 
  716.  
  717.  4. p (Page of floats) - on a separate float page, which is a page containing 
  718.     no text, only floats. 
  719.  
  720. The standard report and article classes use the default placement tbp. 
  721.  
  722. The body of the figure is made up of whatever text, LaTeX commands, etc. you 
  723. wish.  The \caption command allows you to title your figure. 
  724.  
  725.  
  726. ΓòÉΓòÉΓòÉ 4.6.8. flushleft ΓòÉΓòÉΓòÉ
  727.  
  728.  \begin{flushleft}
  729.  Text on line 1 \\
  730.  Text on line 2 \\
  731.  .
  732.  .
  733.  .
  734.  \end{flushleft}
  735.  
  736. The flushleft environment allows you to create a paragraph consisting of lines 
  737. that are flushed left, to the left-hand margin. Each line must be terminated 
  738. with the string \\. 
  739.  
  740. \raggedright                            The declaration form of the flushleft 
  741.                                         environment. 
  742.  
  743.  
  744. ΓòÉΓòÉΓòÉ 4.6.8.1. \raggedright ΓòÉΓòÉΓòÉ
  745.  
  746. This declaration corresponds to the flushleft environment.  This declaration 
  747. can be used inside an environment such as quote or in a parbox. 
  748.  
  749. Unlike the flushleft environment, the \raggedright command does not start a new 
  750. paragraph; it simply changes how LaTeX formats paragraph units.  To affect a 
  751. paragraph unit's format, the scope of the declaration must contain the blank 
  752. line or \end command (of an environment like quote) that ends the paragraph 
  753. unit. 
  754.  
  755.  
  756. ΓòÉΓòÉΓòÉ 4.6.9. flushright ΓòÉΓòÉΓòÉ
  757.  
  758.  \begin{flushright}
  759.  Text on line 1 \\
  760.  Text on line 2 \\
  761.  .
  762.  .
  763.  .
  764.  \end{flushright}
  765.  
  766. The flushright environment allows you to create a paragraph consisting of lines 
  767. that are flushed right, to the right-hand margin. Each line must be terminated 
  768. with the string \\. 
  769.  
  770. \raggedleft                             The declaration form of the flushright 
  771.                                         environment. 
  772.  
  773.  
  774. ΓòÉΓòÉΓòÉ 4.6.9.1. \raggedleft ΓòÉΓòÉΓòÉ
  775.  
  776. This declaration corresponds to the flushright environment.  This declaration 
  777. can be used inside an environment such as quote or in a parbox. 
  778.  
  779. Unlike the flushright environment, the \raggedleft command does not start a new 
  780. paragraph; it simply changes how LaTeX formats paragraph units.  To affect a 
  781. paragraph unit's format, the scope of the declaration must contain the blank 
  782. line or \end command (of an environment like quote) that ends the paragraph 
  783. unit. 
  784.  
  785.  
  786. ΓòÉΓòÉΓòÉ 4.6.10. itemize ΓòÉΓòÉΓòÉ
  787.  
  788.  \begin{itemize}
  789.  \item First item
  790.  \item Second item
  791.  .
  792.  .
  793.  .
  794.  \end{itemize}
  795.  
  796. The itemize environment produces a ``bulleted'' list.  Itemizations can be 
  797. nested within one another, up to four levels deep.  They can also be nested 
  798. within other paragraph-making environments. 
  799.  
  800. Each item of an itemized list begins with an \item command. There must be at 
  801. least one \item command within the environment. 
  802.  
  803. The itemize environment uses the itemi through itemiv counters (see Counters). 
  804. The type of numbering can be changed by redefining \theitemi etc. 
  805.  
  806.  
  807. ΓòÉΓòÉΓòÉ 4.6.11. letter ΓòÉΓòÉΓòÉ
  808.  
  809. This environment is used for creating letters. See Letters. 
  810.  
  811.  
  812. ΓòÉΓòÉΓòÉ 4.6.12. list ΓòÉΓòÉΓòÉ
  813.  
  814. The list environment is a generic environment which is used for defining many 
  815. of the more specific environments. It is seldom used in documents, but often in 
  816. macros. 
  817.  
  818.  \begin{list}{label}{spacing}
  819.  \item First item
  820.  \item Second item
  821.  .
  822.  .
  823.  .
  824.  \end{list}
  825.  
  826. The {label} argument specifies how items should be labelled. This argument is a 
  827. piece of text that is inserted in a box to form the label.  This argument can 
  828. and usually does contain other LaTeX commands. 
  829.  
  830. The {spacing} argument contains commands to change the spacing parameters for 
  831. the list.  This argument will most often be null, i.e., {}.  This will select 
  832. all default spacing which should suffice for most cases. 
  833.  
  834.  
  835. ΓòÉΓòÉΓòÉ 4.6.13. minipage ΓòÉΓòÉΓòÉ
  836.  
  837.  \begin{minipage}[position]{width}
  838.   text
  839.  \end{minipage}
  840.  
  841. The minipage environment is similar to a \parbox command. It takes the same 
  842. optional position argument and mandatory width argument.  You may use other 
  843. paragraph-making environments inside a minipage. 
  844.  
  845. Footnotes in a minipage environment are handled in a way that is particularly 
  846. useful for putting footnotes in figures or tables.  A \footnote or 
  847. \footnotetext command puts the footnote at the bottom of the minipage instead 
  848. of at the bottom of the page, and it uses the mpfootnote counter instead of the 
  849. ordinary footnote counter See Counters. 
  850.  
  851. NOTE: Don't put one minipage inside another if you are using footnotes; they 
  852. may wind up at the bottom of the wrong minipage. 
  853.  
  854.  
  855. ΓòÉΓòÉΓòÉ 4.6.14. picture ΓòÉΓòÉΓòÉ
  856.  
  857.  \begin{picture}(width,height)(x offset,y offset)
  858.   .
  859.   .
  860.   picture commands
  861.   .
  862.   .
  863.  \end{picture}
  864.  
  865. The picture environment allows you to create just about any kind of picture you 
  866. want containing text, lines, arrows and circles.  You tell LaTeX where to put 
  867. things in the picture by specifying their coordinates.  A coordinate is a 
  868. number that may have a decimal point and a minus sign --- a number like 5, 2.3 
  869. or -3.1416.  A coordinate specifies a length in multiples of the unit length 
  870. \unitlength, so if \unitlength has been set to 1cm, then the coordinate 2.54 
  871. specifies a length of 2.54 centimetres.  You can change the value of 
  872. \unitlength anywhere you want, using the \setlength command, but strange things 
  873. will happen if you try changing it inside the picture environment. 
  874.  
  875. A position is a pair of coordinates, such as (2.4,-5), specifying the point 
  876. with x-coordinate 2.4 and y-coordinate -5. Coordinates are specified in the 
  877. usual way with respect to an origin, which is normally at the lower-left corner 
  878. of the picture.  Note that when a position appears as an argument, it is not 
  879. enclosed in braces; the parentheses serve to delimit the argument. 
  880.  
  881. The picture environment has one mandatory argument, which is a position.  It 
  882. specifies the size of the picture.  The environment produces a rectangular box 
  883. with width and height determined by this argument's x- and y-coordinates. 
  884.  
  885. The picture environment also has an optional position argument, following the 
  886. size argument, that can change the origin.  (Unlike ordinary optional 
  887. arguments, this argument is not contained in square brackets.) The optional 
  888. argument gives the coordinates of the point at the lower-left corner of the 
  889. picture (thereby determining the origin).  For example, if \unitlength has been 
  890. set to 1mm, the command 
  891.  
  892.    \begin{picture}(100,200)(10,20)
  893.  
  894. produces a picture of width 100 millimetres and height 200 millimetres, whose 
  895. lower-left corner is the point (10,20) and whose upper-right corner is 
  896. therefore the point (110,220).  When you first draw a picture, you will omit 
  897. the optional argument, leaving the origin at the lower-left corner.  If you 
  898. then want to modify your picture by shifting everything, you just add the 
  899. appropriate optional argument. 
  900.  
  901. The environment's mandatory argument determines the nominal size of the 
  902. picture.  This need bear no relation to how large the picture really is; LaTeX 
  903. will happily allow you to put things outside the picture, or even off the page. 
  904. The picture's nominal size is used by LaTeX in determining how much room to 
  905. leave for it. 
  906.  
  907. Everything that appears in a picture is drawn by the \put command. The command 
  908.  
  909.    \put (11.3,-.3){...}
  910.  
  911. puts the object specified by ... in the picture, with its reference point at 
  912. coordinates (11.3,-.3).  The reference points for various objects will be 
  913. described below. 
  914.  
  915. The \put command creates an LR box.  You can put anything in the text argument 
  916. of the \put command that you'd put into the argument of an \mbox and related 
  917. commands.  When you do this, the reference point will be the lower left corner 
  918. of the box. 
  919.  
  920. Picture commands: 
  921.  
  922. \circle                                 Draw a circle. 
  923. \dashbox                                Draw a dashed box. 
  924. \frame                                  Draw a frame around an object. 
  925. \framebox (picture)                     Draw a box with a frame around it. 
  926. \line                                   Draw a straight line. 
  927. \linethickness                          Set the line thickness. 
  928. \makebox (picture)                      Draw a box of the specified size. 
  929. \multiput                               Draw multiple instances of an object. 
  930. \oval                                   Draw an ellipse. 
  931. \put                                    Place an object at a specified place. 
  932. \shortstack                             Make a pile of objects. 
  933. \vector                                 Draw a line with an arrow. 
  934.  
  935.  
  936. ΓòÉΓòÉΓòÉ 4.6.14.1. \circle ΓòÉΓòÉΓòÉ
  937.  
  938. \circle[*]{diameter} 
  939.  
  940. The \circle command produces a circle with a diameter as close to the specified 
  941. one as possible.  If the *-form of the command is used, LaTeX draws a solid 
  942. circle. 
  943.  
  944. Note that only circles up to 40 pt can be drawn. 
  945.  
  946.  
  947. ΓòÉΓòÉΓòÉ 4.6.14.2. \dashbox ΓòÉΓòÉΓòÉ
  948.  
  949. Draws a box with a dashed line. 
  950.  
  951. \dashbox{dash_length}(width,height){...} 
  952.  
  953. The \dashbox has an extra argument which specifies the width of each dash.  A 
  954. dashed box looks best when the width and height are multiples of the 
  955. dash_length. 
  956.  
  957.  
  958. ΓòÉΓòÉΓòÉ 4.6.14.3. \frame ΓòÉΓòÉΓòÉ
  959.  
  960. \frame{...} 
  961.  
  962. The \frame command puts a rectangular frame around the object specified in the 
  963. argument.  The reference point is the bottom left corner of the frame.  No 
  964. extra space is put between the frame and the object. 
  965.  
  966.  
  967. ΓòÉΓòÉΓòÉ 4.6.14.4. \framebox ΓòÉΓòÉΓòÉ
  968.  
  969. \framebox(width,height)[position]{...} 
  970.  
  971. The \framebox command is exactly the same as the \makebox command, except that 
  972. it puts a frame around the outside of the box that it creates. 
  973.  
  974. The framebox command produces a rule of thickness \fboxrule, and leaves a space 
  975. \fboxsep between the rule and the contents of the box. 
  976.  
  977.  
  978. ΓòÉΓòÉΓòÉ 4.6.14.5. \line ΓòÉΓòÉΓòÉ
  979.  
  980. \line(x slope,y slope){length} 
  981.  
  982. The \line command draws a line of the specified length and slope. 
  983.  
  984. Note that LaTeX can only draw lines with slope = x/y, where x and y have 
  985. integer values from -6 through 6. 
  986.  
  987.  
  988. ΓòÉΓòÉΓòÉ 4.6.14.6. \linethickness ΓòÉΓòÉΓòÉ
  989.  
  990. \linethickness{dimension} 
  991.  
  992. Declares the thickness of horizontal and vertical lines in a picture 
  993. environment to be dimension, which must be a positive length. It does not 
  994. affect the thickness of slanted lines and circles, or the quarter circles drawn 
  995. by \oval to form the corners of an oval. 
  996.  
  997.  
  998. ΓòÉΓòÉΓòÉ 4.6.14.7. \makebox ΓòÉΓòÉΓòÉ
  999.  
  1000. \makebox(width,height)[position]{...} 
  1001.  
  1002. The \makebox command for the picture environment is similar to the normal 
  1003. \makebox command except that you must specify a width and height in multiples 
  1004. of \unitlength. 
  1005.  
  1006. The optional argument, [position], specifies the quadrant that your text 
  1007. appears in.  You may select up to two of the following: 
  1008.  
  1009. o t - Moves the item to the top of the rectangle 
  1010.  
  1011. o b - Moves the item to the bottom 
  1012.  
  1013. o l - Moves the item to the left 
  1014.  
  1015. o r - Moves the item to the right 
  1016.  
  1017. See \makebox. 
  1018.  
  1019.  
  1020. ΓòÉΓòÉΓòÉ 4.6.14.8. \multiput ΓòÉΓòÉΓòÉ
  1021.  
  1022. \multiput(x coord,y coord)(delta x,delta y){number of copies}{object} 
  1023.  
  1024. The \multiput command can be used when you are putting the same object in a 
  1025. regular pattern across a picture. 
  1026.  
  1027.  
  1028. ΓòÉΓòÉΓòÉ 4.6.14.9. \oval ΓòÉΓòÉΓòÉ
  1029.  
  1030. \oval(width,height)[portion] 
  1031.  
  1032. The \oval command produces a rectangle with rounded corners.  The optional 
  1033. argument, [portion], allows you to select part of the oval. 
  1034.  
  1035. o t - Selects the top portion 
  1036.  
  1037. o b - Selects the bottom portion 
  1038.  
  1039. o r - Selects the right portion 
  1040.  
  1041. o l - Selects the left portion 
  1042.  
  1043. Note that the ``corners'' of the oval are made with quarter circles with a 
  1044. maximum radius of 20 pt, so large ``ovals'' will look more like boxes with 
  1045. rounded corners. 
  1046.  
  1047.  
  1048. ΓòÉΓòÉΓòÉ 4.6.14.10. \put ΓòÉΓòÉΓòÉ
  1049.  
  1050. \put(x coord,y coord){ ...  } 
  1051.  
  1052. The \put command places the item specified by the mandatory argument at the 
  1053. given coordinates. 
  1054.  
  1055.  
  1056. ΓòÉΓòÉΓòÉ 4.6.14.11. \shortstack ΓòÉΓòÉΓòÉ
  1057.  
  1058. \shortstack[position]{...  \\ ...  \\ ...} 
  1059.  
  1060. The \shortstack command produces a stack of objects.  The valid positions are: 
  1061.  
  1062. o r - Moves the objects to the right of the stack 
  1063.  
  1064. o l - Moves the objects to the left of the stack 
  1065.  
  1066. o c - Moves the objects to the centre of the stack (default) 
  1067.  
  1068.  
  1069. ΓòÉΓòÉΓòÉ 4.6.14.12. \vector ΓòÉΓòÉΓòÉ
  1070.  
  1071. \vector(x slope,y slope){length} 
  1072.  
  1073. The \vector command draws a line with an arrow of the specified length and 
  1074. slope.  The x and y values must lie between -4 and +4, inclusive. 
  1075.  
  1076.  
  1077. ΓòÉΓòÉΓòÉ 4.6.15. quotation ΓòÉΓòÉΓòÉ
  1078.  
  1079.  \begin{quotation}
  1080.   text
  1081.  \end{quotation}
  1082.  
  1083. The margins of the quotation environment are indented on the left and the 
  1084. right.  The text is justified at both margins and there is paragraph 
  1085. indentation.  Leaving a blank line between text produces a new paragraph. 
  1086.  
  1087.  
  1088. ΓòÉΓòÉΓòÉ 4.6.16. quote ΓòÉΓòÉΓòÉ
  1089.  
  1090.  \begin{quote}
  1091.   text
  1092.  \end{quote}
  1093.  
  1094. The margins of the quote environment are indented on the left and the right. 
  1095. The text is justified at both margins.  Leaving a blank line between text 
  1096. produces a new paragraph. 
  1097.  
  1098.  
  1099. ΓòÉΓòÉΓòÉ 4.6.17. tabbing ΓòÉΓòÉΓòÉ
  1100.  
  1101.  \begin{tabbing}
  1102.  text \= more text \= still more text \= last text \\
  1103.  second row \>  \> more \\
  1104.  .
  1105.  .
  1106.  .
  1107.  \end{tabbing}
  1108.  
  1109. The tabbing environment provides a way to align text in columns. It works by 
  1110. setting tab stops and tabbing to them much the way you do with an ordinary 
  1111. typewriter. 
  1112.  
  1113. It is best suited for cases where the width of each column is constant and 
  1114. known in advance. 
  1115.  
  1116. This environment can be broken across pages, unlike the tabular environment. 
  1117.  
  1118. The following commands can be used inside a tabbing enviroment: 
  1119.  
  1120. \= 
  1121.           Sets a tab stop at the current position. 
  1122.  
  1123. \> 
  1124.           Advances to the next tab stop. 
  1125.  
  1126. \< 
  1127.           This command allows you to put something to the left of the local 
  1128.           margin without changing the margin. Can only be used at the start of 
  1129.           the line. 
  1130.  
  1131. \+ 
  1132.           Moves the left margin of the next and all the following commands one 
  1133.           tab stop to the right. 
  1134.  
  1135. \- 
  1136.           Moves the left margin of the next and all the following commands one 
  1137.           tab stop to the left. 
  1138.  
  1139. \' 
  1140.           Moves everything that you have typed so far in the current column, 
  1141.           i.e. everything from the most recent \>, \<, \', \\, or \kill 
  1142.           command, to the right of the previous column, flush against the 
  1143.           current column's tab stop. 
  1144.  
  1145. \` 
  1146.           Allows you to put text flush right against any tab stop, including 
  1147.           tab stop 0.  However, it can't move text to the right of the last 
  1148.           column because there's no tab stop there.  The \` command moves all 
  1149.           the text that follows it, up to the \\ or \end{tabbing} command that 
  1150.           ends the line, to the right margin of the tabbing environment.  There 
  1151.           must be no \> or \' command between the \` and the command that ends 
  1152.           the line. 
  1153.  
  1154. \kill 
  1155.           Sets tab stops without producing text.  Works just like  \\ except 
  1156.           that it throws away the current line instead of producing output for 
  1157.           it.  The effect of any \=, \+ or \- commands in that line remain in 
  1158.           effect. 
  1159.  
  1160. \pushtabs 
  1161.           Saves all current tab stop positions. Useful for temporarily changing 
  1162.           tab stop positions in the middle of a tabbing environment. 
  1163.  
  1164. \pushtabs 
  1165.           Restores the tab stop positions saved by the last \pushtabs. 
  1166.  
  1167. \a 
  1168.           In a tabbing environment, the commands \=, \' and \` do not produce 
  1169.           accents as normal. Instead, the commands \a=, \a' and \a` are used. 
  1170.  
  1171. This example typesets a Pascal function in a traditional format: 
  1172.  
  1173.         \begin{tabbing}
  1174.         function \= fact(n : integer) : integer;\\
  1175.                  \> begin \= \+ \\
  1176.                        \> if \= n $>$ 1 then \+ \\
  1177.                                 fact := n * fact(n-1) \- \\
  1178.                           else \+ \\
  1179.                                 fact := 1; \-\- \\
  1180.                     end;\\
  1181.         \end{tabbing}
  1182.  
  1183.  
  1184. ΓòÉΓòÉΓòÉ 4.6.18. table ΓòÉΓòÉΓòÉ
  1185.  
  1186.  \begin{table}[placement]
  1187.  
  1188.   body of the table
  1189.  
  1190.  \caption{table title}
  1191.  \end{table}
  1192.  
  1193. Tables  are objects  that  are not part  of the normal  text,  and are usually 
  1194. ``floated''  to a convenient  place,  like  the top  of a page. Tables will not 
  1195. be split between two pages. 
  1196.  
  1197. The optional argument [placement] determines where LaTeX will try to place your 
  1198. table.  There are four places where LaTeX can possibly put a float: 
  1199.  
  1200. o h : Here - at the position in the text where the table environment appears. 
  1201.  
  1202. o t : Top - at the top of a text page. 
  1203.  
  1204. o b : Bottom - at the bottom of a text page. 
  1205.  
  1206. o p : Page of floats - on a separate float page, which is a page containing no 
  1207.   text, only floats. 
  1208.  
  1209. The standard report and article classes use the default placement [tbp]. 
  1210.  
  1211. The body of the table is made up of whatever text, LaTeX commands, etc., you 
  1212. wish.  The \caption command allows you to title your table. 
  1213.  
  1214.  
  1215. ΓòÉΓòÉΓòÉ 4.6.19. tabular ΓòÉΓòÉΓòÉ
  1216.  
  1217.  \begin{tabular}[pos]{cols}
  1218.  column 1 entry & column 2 entry ... & column n entry \\
  1219.  .
  1220.  .
  1221.  .
  1222.  \end{tabular}
  1223.  
  1224.     or 
  1225.  
  1226.  \begin{tabular*}{width}[pos]{cols}
  1227.  column 1 entry & column 2 entry ... & column n entry \\
  1228.  .
  1229.  .
  1230.  .
  1231.  \end{tabular*}
  1232.  
  1233. These environments produce a box consisting of a sequence of rows of items, 
  1234. aligned vertically in columns.  The mandatory and optional arguments consist 
  1235. of: 
  1236.  
  1237. width 
  1238.           Specifies the width of the tabular* environment.  There must be 
  1239.           rubber space between columns that can stretch to fill out the 
  1240.           specified width. 
  1241.  
  1242. pos 
  1243.           Specifies the vertical position; default is alignment on the centre 
  1244.           of the environment. 
  1245.  
  1246.    o t - align on top row 
  1247.  
  1248.    o b - align on bottom row 
  1249.  
  1250. cols 
  1251.           Specifies the column formatting.  It consists of a sequence of the 
  1252.           following specifiers, corresponding to the sequence of columns and 
  1253.           intercolumn material. 
  1254.  
  1255.    o l - A column of left-aligned items. 
  1256.  
  1257.    o r - A column of right-aligned items. 
  1258.  
  1259.    o c - A column of centred items. 
  1260.  
  1261.    o | - A vertical line the full height and depth of the environment. 
  1262.  
  1263.    o @{text} - This inserts text in every row.  An @-expression suppresses the 
  1264.      intercolumn space normally inserted between columns; any desired space 
  1265.      between the inserted text and the adjacent items must be included in text. 
  1266.      An \extracolsep{wd} command in an @-expression causes an extra space of 
  1267.      width wd to appear to the left of all subsequent columns, until 
  1268.      countermanded by another \extracolsep command.  Unlike ordinary 
  1269.      intercolumn space, this extra space is not suppressed by an @-expression. 
  1270.      An \extracolsep command can be used only in an @-expression in the cols 
  1271.      argument. 
  1272.  
  1273.    o p{wd} - Produces a column with each item typeset in a parbox of width wd, 
  1274.      as if it were the argument of a \parbox[t]{wd} command.  However, a \\ may 
  1275.      not appear in the item, except in the following situations: 
  1276.  
  1277.        1. inside an environment like minipage, array, or tabular. 
  1278.  
  1279.        2. inside an explicit \parbox. 
  1280.  
  1281.        3. in the scope of a \centering, \raggedright, or \raggedleft 
  1282.           declaration.  The latter declarations must appear inside braces or an 
  1283.           environment when used in a p-column element. 
  1284.  
  1285.    o *{num}{cols} - Equivalent to num copies of cols, where num is any positive 
  1286.      integer and cols is any list of column-specifiers, which may contain 
  1287.      another *-expression. 
  1288.  
  1289. These commands can be used inside a tabular environment: 
  1290.  
  1291. \cline                                  Draw a horizontal line spanning some 
  1292.                                         columns. 
  1293. \hline                                  Draw a horizontal line spanning all 
  1294.                                         columns. 
  1295. \multicolumn                            Make an item spanning several columns. 
  1296. \vline                                  Draw a vertical line. 
  1297.  
  1298.  
  1299. ΓòÉΓòÉΓòÉ 4.6.19.1. \cline ΓòÉΓòÉΓòÉ
  1300.  
  1301. \cline{i-j} 
  1302.  
  1303. The \cline command draws horizontal lines across the columns specified, 
  1304. beginning in column i and ending in column j, which are identified in the 
  1305. mandatory argument. 
  1306.  
  1307.  
  1308. ΓòÉΓòÉΓòÉ 4.6.19.2. \hline ΓòÉΓòÉΓòÉ
  1309.  
  1310. The \hline command will draw a horizontal line the width of the table.  It's 
  1311. most commonly used to draw a line at the top, bottom, and between the rows of 
  1312. the table. 
  1313.  
  1314.  
  1315. ΓòÉΓòÉΓòÉ 4.6.19.3. \multicolumn ΓòÉΓòÉΓòÉ
  1316.  
  1317. \multicolumn{cols}{pos}{text} 
  1318.  
  1319. The \multicolumn is used to make an entry that spans several columns.  The 
  1320. first mandatory argument, cols, specifies the number of columns to span.  The 
  1321. second mandatory argument, pos, specifies the formatting of the entry; c for 
  1322. centred, l for flushleft, r for flushright.  The third mandatory argument, 
  1323. text, specifies what text is to make up the entry. 
  1324.  
  1325.  
  1326. ΓòÉΓòÉΓòÉ 4.6.19.4. \vline ΓòÉΓòÉΓòÉ
  1327.  
  1328. The \vline command will draw a vertical line extending the full height and 
  1329. depth of its row.  An \hfill command can be used to move the line to the edge 
  1330. of the column.  It can also be used in an @-expression. 
  1331.  
  1332.  
  1333. ΓòÉΓòÉΓòÉ 4.6.20. thebibliography ΓòÉΓòÉΓòÉ
  1334.  
  1335.  \begin{thebibliography}{widest-label}
  1336.  \bibitem[label]{cite_key}
  1337.  .
  1338.  .
  1339.  .
  1340.  \end{thebibliography}
  1341.  
  1342. The thebibliography environment produces a bibliography or reference list.  In 
  1343. the article class, this reference list is labelled ``References''; in the 
  1344. report class, it is labelled ``Bibliography''. 
  1345.  
  1346. o widest-label: Text that, when printed, is approximately as wide as the widest 
  1347.   item label produces by the \bibitem commands. 
  1348.  
  1349. \bibitem                                Specify a bibliography item. 
  1350. \cite                                   Refer to a bibliography item. 
  1351. \nocite                                 Include an item in the bibliography. 
  1352. Using BibTeX                            Automatic generation of bibliographies. 
  1353.  
  1354.  
  1355. ΓòÉΓòÉΓòÉ 4.6.20.1. \bibitem ΓòÉΓòÉΓòÉ
  1356.  
  1357. \bibitem[label]{cite_key} 
  1358.  
  1359. The \bibitem command generates an entry labelled by label. If the label 
  1360. argument is missing, a number is generated as the label, using the enumi 
  1361. counter.  The cite_key is any sequence of letters, numbers, and punctuation 
  1362. symbols not containing a comma.  This command writes an entry on the `.aux' 
  1363. file containing cite_key and the item's label.  When this `.aux' file is read 
  1364. by the \begin{document} command, the item's label is associated with cite_key, 
  1365. causing the reference to cite_key by a \cite command to produce the associated 
  1366. label. 
  1367.  
  1368.  
  1369. ΓòÉΓòÉΓòÉ 4.6.20.2. \cite ΓòÉΓòÉΓòÉ
  1370.  
  1371. \cite[text]{key_list} 
  1372.  
  1373. The key_list argument is a list of citation keys.  This command generates an 
  1374. in-text citation to the references associated with the keys in key_list by 
  1375. entries on the `.aux' file read by the \begin{document} command. 
  1376.  
  1377. The optional text argument will appear after the citation, i.e. \cite[p. 
  1378. 2]{knuth} might produce `[Knuth, p. 2]'. 
  1379.  
  1380.  
  1381. ΓòÉΓòÉΓòÉ 4.6.20.3. \nocite ΓòÉΓòÉΓòÉ
  1382.  
  1383. \nocite{key_list} 
  1384.  
  1385. The \nocite command produces no text, but writes key_list, which is a list of 
  1386. one or more citation keys, on the `.aux' file. 
  1387.  
  1388.  
  1389. ΓòÉΓòÉΓòÉ 4.6.20.4. Using BibTeX ΓòÉΓòÉΓòÉ
  1390.  
  1391. If you use the BibTeX program by Oren Patashnik (highly recommended if you need 
  1392. a bibliography of more than a couple of titles) to maintain your bibliography, 
  1393. you don't use the thebibliography environment. Instead, you include the lines 
  1394.  
  1395.         \bibliographystyle{style}
  1396.         \bibliography{bibfile}
  1397.  
  1398. where style refers to a file style.bst, which defines how your citations will 
  1399. look. The standard styles distributed with BibTeX are: 
  1400.  
  1401. alpha 
  1402.           Sorted alphabetically. Labels are formed from name of author and year 
  1403.           of publication. 
  1404.  
  1405. plain 
  1406.           Sorted alphabetically. Labels are numeric. 
  1407.  
  1408. unsrt 
  1409.           Like plain, but entries are in order of citation. 
  1410.  
  1411. abbrv 
  1412.           Like plain, but more compact labels. 
  1413.  
  1414. In addition, numerous other BibTeX style files exist tailored to the demands of 
  1415. various publications. 
  1416.  
  1417. The argument to \bibliography refers to the file bibfile.bib, which should 
  1418. contain your database in BibTeX format. Only the entries referred to via \cite 
  1419. and \nocite will be listed in the bibliography. 
  1420.  
  1421.  
  1422. ΓòÉΓòÉΓòÉ 4.6.21. theorem ΓòÉΓòÉΓòÉ
  1423.  
  1424.  \begin{theorem}
  1425.   theorem text
  1426.  \end{theorem}
  1427.  
  1428. The theorem environment produces ``Theorem x'' in boldface followed by your 
  1429. theorem text. 
  1430.  
  1431.  
  1432. ΓòÉΓòÉΓòÉ 4.6.22. titlepage ΓòÉΓòÉΓòÉ
  1433.  
  1434.  \begin{titlepage}
  1435.   text
  1436.  \end{titlepage}
  1437.  
  1438. The titlepage environment creates a title page, i.e.  a page with no printed 
  1439. page number or heading.  It also causes the following page to be numbered page 
  1440. one.  Formatting the title page is left to you.  The \today command comes in 
  1441. handy for title pages. 
  1442.  
  1443. Note that you can use the \maketitle (see \maketitle) command to produce a 
  1444. standard title page. 
  1445.  
  1446.  
  1447. ΓòÉΓòÉΓòÉ 4.6.23. verbatim ΓòÉΓòÉΓòÉ
  1448.  
  1449.  \begin{verbatim}
  1450.   text
  1451.  \end{verbatim}
  1452.  
  1453. The verbatim environment is a paragraph-making environment that gets LaTeX to 
  1454. print exactly what you type in.  It turns LaTeX into a typewriter with carriage 
  1455. returns and blanks having the same effect that they would on a typewriter. 
  1456.  
  1457. \verb                                   The macro form of the verbatim 
  1458.                                         environment. 
  1459.  
  1460.  
  1461. ΓòÉΓòÉΓòÉ 4.6.23.1. \verb ΓòÉΓòÉΓòÉ
  1462.  
  1463. \verb char literal_text char 
  1464.  
  1465. \verb*char literal_text char 
  1466.  
  1467. Typesets literal_text exactly as typed, including special characters and 
  1468. spaces, using a typewriter (\tt) type style. There may be no space between 
  1469. \verb or \verb* and char (space is shown here only for clarity).  The *-form 
  1470. differs only in that spaces are printed as a special character. 
  1471.  
  1472.  
  1473. ΓòÉΓòÉΓòÉ 4.6.24. verse ΓòÉΓòÉΓòÉ
  1474.  
  1475.  \begin{verse}
  1476.   text
  1477.  \end{verse}
  1478.  
  1479. The verse environment is designed for poetry, though you may find other uses 
  1480. for it. 
  1481.  
  1482. The margins are indented on the left and the right. Separate the lines of each 
  1483. stanza with \\, and use one or more blank lines to separate the stanzas. 
  1484.  
  1485.  
  1486. ΓòÉΓòÉΓòÉ 4.7. Footnotes ΓòÉΓòÉΓòÉ
  1487.  
  1488. Footnotes can be produced in one of two ways.  They can be produced with one 
  1489. command, the \footnote command.  They can also be produced with two commands, 
  1490. the \footnotemark and the \footnotetext commands.  See the specific command for 
  1491. information on why you would use one over the other. 
  1492.  
  1493. \footnote                               Insert a footnote. 
  1494. \footnotemark                           Insert footnote mark only. 
  1495. \footnotetext                           Insert footnote text only. 
  1496.  
  1497.  
  1498. ΓòÉΓòÉΓòÉ 4.7.1. \footnote ΓòÉΓòÉΓòÉ
  1499.  
  1500. \footnote[number]{text} 
  1501.  
  1502. The \footnote command places the numbered footnote text at the bottom of the 
  1503. current page.  The optional argument, number, is used to change the default 
  1504. footnote number.  This command can only be used in outer paragraph mode; i.e., 
  1505. you cannot use it in sectioning commands like \chapter, in figures, tables or 
  1506. in a tabular environment. 
  1507.  
  1508.  
  1509. ΓòÉΓòÉΓòÉ 4.7.2. \footnotemark ΓòÉΓòÉΓòÉ
  1510.  
  1511. The \footnotemark command puts the footnote number in the text.  This command 
  1512. can be used in inner paragraph mode.  The text of the footnote is supplied by 
  1513. the \footnotetext command. 
  1514.  
  1515. This command can be used to produce several consecutive footnote markers 
  1516. referring to the same footnote by using 
  1517.  
  1518. \footnotemark[\value{footnote}] 
  1519.  
  1520. after the first \footnote command. 
  1521.  
  1522.  
  1523. ΓòÉΓòÉΓòÉ 4.7.3. \footnotetext ΓòÉΓòÉΓòÉ
  1524.  
  1525. \footnotetext[number]{text} 
  1526.  
  1527. The \footnotetext command produces the text to be placed at the bottom of the 
  1528. page.  This command can come anywhere after the \footnotemark command.  The 
  1529. \footnotetext command must appear in outer paragraph mode. 
  1530.  
  1531. The optional argument, number, is used to change the default footnote number. 
  1532.  
  1533.  
  1534. ΓòÉΓòÉΓòÉ 4.8. Lengths ΓòÉΓòÉΓòÉ
  1535.  
  1536. A length is a measure of distance.  Many LaTeX commands take a length as an 
  1537. argument. 
  1538.  
  1539. \newlength                              Define a new length. 
  1540. \setlength                              Set the value of a length. 
  1541. \addtolength                            Add a quantity to a length. 
  1542. \settodepth                             Set a length to the depth of something. 
  1543. \settoheight                            Set a length to the height of 
  1544.                                         something. 
  1545. \settowidth                             Set a length to the width of something. 
  1546. Predefined lengths                      Lengths that are, like, predefined. 
  1547.  
  1548.  
  1549. ΓòÉΓòÉΓòÉ 4.8.1. \newlength ΓòÉΓòÉΓòÉ
  1550.  
  1551. \newlength{\gnat} 
  1552.  
  1553. The \newlength command defines the mandatory argument, \gnat, as a length 
  1554. command with a value of 0in.  An error occurs if a \gnat command already 
  1555. exists. 
  1556.  
  1557.  
  1558. ΓòÉΓòÉΓòÉ 4.8.2. \setlength ΓòÉΓòÉΓòÉ
  1559.  
  1560. \setlength{\gnat}{length} 
  1561.  
  1562. The \setlength command is used to set the value of a length command.  The 
  1563. length argument can be expressed in any terms of length LaTeX understands, 
  1564. i.e., inches (in), millimetres (mm), points (pt), etc. 
  1565.  
  1566.  
  1567. ΓòÉΓòÉΓòÉ 4.8.3. \addtolength ΓòÉΓòÉΓòÉ
  1568.  
  1569. \addtolength{\gnat}{length} 
  1570.  
  1571. The \addtolength command increments a ``length command'' by the amount 
  1572. specified in the length argument.  It can be a negative amount. 
  1573.  
  1574.  
  1575. ΓòÉΓòÉΓòÉ 4.8.4. \settodepth ΓòÉΓòÉΓòÉ
  1576.  
  1577. \settodepth{\gnat}{text} 
  1578.  
  1579. The \settodepth command sets the value of a length command equal to the depth 
  1580. of the text argument. 
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ 4.8.5. \settoheight ΓòÉΓòÉΓòÉ
  1584.  
  1585. \settoheight{\gnat}{text} 
  1586.  
  1587. The \settoheight command sets the value of a length command equal to the height 
  1588. of the text argument. 
  1589.  
  1590.  
  1591. ΓòÉΓòÉΓòÉ 4.8.6. \settowidth ΓòÉΓòÉΓòÉ
  1592.  
  1593. \settowidth{\gnat}{text} 
  1594.  
  1595. The \settowidth command sets the value of a length command equal to the width 
  1596. of the text argument. 
  1597.  
  1598.  
  1599. ΓòÉΓòÉΓòÉ 4.8.7. Predefined lengths ΓòÉΓòÉΓòÉ
  1600.  
  1601. \width 
  1602.  
  1603. \height 
  1604.  
  1605. \depth 
  1606.  
  1607. \totalheight 
  1608.  
  1609. These length parameters can be used in the arguments of the box-making commands 
  1610. See Spaces & Boxes. They specify the natural width etc. of the text in the box. 
  1611. \totalheight equals \height + \depth. To make a box with the text stretched to 
  1612. double the natural size, e.g., say 
  1613.  
  1614. \makebox[2\width]{Get a stretcher} 
  1615.  
  1616.  
  1617. ΓòÉΓòÉΓòÉ 4.9. Letters ΓòÉΓòÉΓòÉ
  1618.  
  1619. You can use LaTeX to typeset letters, both personal and business.  The letter 
  1620. document class is designed to make a number of letters at once, although you 
  1621. can make just one if you so desire. 
  1622.  
  1623. Your `.tex' source file has the same minimum commands as the other document 
  1624. classes, i.e., you must have the following commands as a minimum: 
  1625.  
  1626.  \documentclass{letter}
  1627.  \begin{document}
  1628.   ... letters ...
  1629.  \end{document}
  1630.  
  1631. Each letter is a letter environment, whose argument is the name and address of 
  1632. the recipient.  For example, you might have: 
  1633.  
  1634.  \begin{letter}{Mr. Joe Smith\\ 2345 Princess St.
  1635.       \\ Edinburgh, EH1 1AA}
  1636.    ...
  1637.  \end{letter}
  1638.  
  1639. The letter itself begins with the \opening command.  The text of the letter 
  1640. follows.  It is typed as ordinary LaTeX input.  Commands that make no sense in 
  1641. a letter, like \chapter, do not work.  The letter closes with a \closing 
  1642. command. 
  1643.  
  1644. After the closing, you can have additional material.  The \cc command produces 
  1645. the usual ``cc: ...''.  There's also a similar \encl command for a list of 
  1646. enclosures. With both these commands, use \\ to separate the items. 
  1647.  
  1648. These commands are used with the letter class: 
  1649.  
  1650. \address                                Your return address. 
  1651. \cc                                     Cc list. 
  1652. \closing                                Saying goodbye. 
  1653. \encl                                   List of enclosed material. 
  1654. \location                               Your organisation's address. 
  1655. \makelabels                             Making address labels. 
  1656. \name                                   Your name, for the return address. 
  1657. \opening                                Saying hello. 
  1658. \ps                                     Adding a postscript. 
  1659. \signature                              Your signature. 
  1660. \startbreaks                            Allow page breaks. 
  1661. \stopbreaks                             Disallow page breaks. 
  1662. \telephone                              Your phone number. 
  1663.  
  1664.  
  1665. ΓòÉΓòÉΓòÉ 4.9.1. \address ΓòÉΓòÉΓòÉ
  1666.  
  1667. \address{Return address} 
  1668.  
  1669. The return address, as it should appear on the letter and the envelope. 
  1670. Separate lines of the address should be separated by \\ commands. If you do not 
  1671. make an \address declaration, then the letter will be formatted for copying 
  1672. onto your organisation's standard letterhead. (See Overview, for details on 
  1673. your local implementation).  If you give an \address declaration, then the 
  1674. letter will be formatted as a personal letter. 
  1675.  
  1676.  
  1677. ΓòÉΓòÉΓòÉ 4.9.2. \cc ΓòÉΓòÉΓòÉ
  1678.  
  1679. \cc{Kate Schechter\\Rob McKenna} 
  1680.  
  1681. Generate a list of other persons the letter was sent to. Each name is printed 
  1682. on a separate line. 
  1683.  
  1684.  
  1685. ΓòÉΓòÉΓòÉ 4.9.3. \closing ΓòÉΓòÉΓòÉ
  1686.  
  1687. \closing{text} 
  1688.  
  1689. The letter closes with a \closing command, i.e., 
  1690.  
  1691.  \closing{Best Regards,}
  1692.  
  1693.  
  1694. ΓòÉΓòÉΓòÉ 4.9.4. \encl ΓòÉΓòÉΓòÉ
  1695.  
  1696. \encl{CV\\Certificates} 
  1697.  
  1698. Generate a list of enclosed material. 
  1699.  
  1700.  
  1701. ΓòÉΓòÉΓòÉ 4.9.5. \location ΓòÉΓòÉΓòÉ
  1702.  
  1703. \location{address} 
  1704.  
  1705. This modifies your organisation's standard address.  This only appears if the 
  1706. firstpage pagestyle is selected. 
  1707.  
  1708.  
  1709. ΓòÉΓòÉΓòÉ 4.9.6. \makelabels ΓòÉΓòÉΓòÉ
  1710.  
  1711. \makelabels{number} 
  1712.  
  1713. If you issue this command in the preamble, LaTeX will create a sheet of address 
  1714. labels. This sheet will be output before the letters. 
  1715.  
  1716.  
  1717. ΓòÉΓòÉΓòÉ 4.9.7. \name ΓòÉΓòÉΓòÉ
  1718.  
  1719. \name{June Davenport} 
  1720.  
  1721. Your name, used for printing on the envelope together with the return address. 
  1722.  
  1723.  
  1724. ΓòÉΓòÉΓòÉ 4.9.8. \opening ΓòÉΓòÉΓòÉ
  1725.  
  1726. \opening{text} 
  1727.  
  1728. The letter begins with the \opening command.  The mandatory argument, text, is 
  1729. whatever text you wish to start your letter, i.e., 
  1730.  
  1731.  \opening{Dear Joe,}
  1732.  
  1733.  
  1734. ΓòÉΓòÉΓòÉ 4.9.9. \ps ΓòÉΓòÉΓòÉ
  1735.  
  1736. \ps 
  1737.  
  1738. Use this command before a postscript. 
  1739.  
  1740.  
  1741. ΓòÉΓòÉΓòÉ 4.9.10. \signature ΓòÉΓòÉΓòÉ
  1742.  
  1743. \signature{Harvey Swick} 
  1744.  
  1745. Your name, as it should appear at the end of the letter underneath the space 
  1746. for your signature.  Items that should go on separate lines should be separated 
  1747. by \\ commands. 
  1748.  
  1749.  
  1750. ΓòÉΓòÉΓòÉ 4.9.11. \startbreaks ΓòÉΓòÉΓòÉ
  1751.  
  1752. \startbreaks 
  1753.  
  1754. Used after a \stopbreaks command to allow page breaks again. 
  1755.  
  1756.  
  1757. ΓòÉΓòÉΓòÉ 4.9.12. \stopbreaks ΓòÉΓòÉΓòÉ
  1758.  
  1759. \stopbreaks 
  1760.  
  1761. Inhibit page breaks until a \startbreaks command occurs. 
  1762.  
  1763.  
  1764. ΓòÉΓòÉΓòÉ 4.9.13. \telephone ΓòÉΓòÉΓòÉ
  1765.  
  1766. \telephone{number} 
  1767.  
  1768. This is your telephone number.  This only appears if the firstpage pagestyle is 
  1769. selected. 
  1770.  
  1771.  
  1772. ΓòÉΓòÉΓòÉ 4.10. Line & Page Breaking ΓòÉΓòÉΓòÉ
  1773.  
  1774. The first thing LaTeX does when processing ordinary text is to translate your 
  1775. input file into a string of glyphs and spaces.  To produce a printed document, 
  1776. this string must be broken into lines, and these lines must be broken into 
  1777. pages.  In some environments, you do the line breaking yourself with the \\ 
  1778. command, but LaTeX usually does it for you. 
  1779.  
  1780. \\                                      Start a new line. 
  1781. \- (hyphenation)                        Insert explicit hyphenation. 
  1782. \cleardoublepage                        Start a new right-hand page. 
  1783. \clearpage                              Start a new page. 
  1784. \enlargethispage                        Enlarge the current page a bit. 
  1785. \fussy                                  Be fussy about line breaking. 
  1786. \hyphenation                            Tell LaTeX how to hyphenate a word. 
  1787. \linebreak                              Break the line. 
  1788. \newline                                Break the line prematurely. 
  1789. \newpage                                Start a new page. 
  1790. \nolinebreak                            Don't break the current line. 
  1791. \nopagebreak                            Don't make a page break here. 
  1792. \pagebreak                              Please make a page break here. 
  1793. \sloppy                                 Be sloppy about line breaking. 
  1794.  
  1795.  
  1796. ΓòÉΓòÉΓòÉ 4.10.1. \\ ΓòÉΓòÉΓòÉ
  1797.  
  1798. \\[*][extra-space] 
  1799.  
  1800. The \\ command tells LaTeX to start a new line.  It has an optional argument, 
  1801. extra-space, that specifies how much extra vertical space is to be inserted 
  1802. before the next line.  This can be a negative amount. 
  1803.  
  1804. The \\* command is the same as the ordinary \\ command except that it tells 
  1805. LaTeX not to start a new page after the line. 
  1806.  
  1807.  
  1808. ΓòÉΓòÉΓòÉ 4.10.2. \- ΓòÉΓòÉΓòÉ
  1809.  
  1810. The \- command tells LaTeX that it may hyphenate the word at that point.  LaTeX 
  1811. is very good at hyphenating, and it will usually find all correct hyphenation 
  1812. points.  The \- command is used for the exceptional cases. 
  1813.  
  1814. Note that when you insert \- commands in a word, the word will only be 
  1815. hyphenated at those points and not at any of the hyphenation points that LaTeX 
  1816. might otherwise have chosen. 
  1817.  
  1818.  
  1819. ΓòÉΓòÉΓòÉ 4.10.3. \cleardoublepage ΓòÉΓòÉΓòÉ
  1820.  
  1821. The \cleardoublepage command ends the current page and causes all figures and 
  1822. tables that have so far appeared in the input to be printed. In a two-sided 
  1823. printing style, it also makes the next page a right-hand (odd-numbered) page, 
  1824. producing a blank page if necessary. 
  1825.  
  1826.  
  1827. ΓòÉΓòÉΓòÉ 4.10.4. \clearpage ΓòÉΓòÉΓòÉ
  1828.  
  1829. The \clearpage command ends the current page and causes all figures and tables 
  1830. that have so far appeared in the input to be printed. 
  1831.  
  1832.  
  1833. ΓòÉΓòÉΓòÉ 4.10.5. \enlargethispage ΓòÉΓòÉΓòÉ
  1834.  
  1835. \enlargethispage{size} 
  1836.  
  1837. \enlargethispage*{size} 
  1838.  
  1839. Enlarge the \textheight for the current page by the specified amount; e.g. 
  1840. \enlargethispage{\baselineskip} will allow one additional line. 
  1841.  
  1842. The starred form tries to squeeze the material together on the page as much as 
  1843. possible. This is normally used together with an explicit \pagebreak. 
  1844.  
  1845.  
  1846. ΓòÉΓòÉΓòÉ 4.10.6. \fussy ΓòÉΓòÉΓòÉ
  1847.  
  1848. \fussy 
  1849.  
  1850. This declaration (which is the default) makes TeX more fussy about line 
  1851. breaking. This can avoids too much space between words, but may produce 
  1852. overfull boxes. 
  1853.  
  1854. This command cancels the effect of a previous  \sloppy command. \sloppy 
  1855.  
  1856.  
  1857. ΓòÉΓòÉΓòÉ 4.10.7. \hyphenation ΓòÉΓòÉΓòÉ
  1858.  
  1859. \hyphenation{words} 
  1860.  
  1861. The \hyphenation command declares allowed hyphenation points, where words is a 
  1862. list of words, separated by spaces, in which each hyphenation point is 
  1863. indicated by a - character. 
  1864.  
  1865.  
  1866. ΓòÉΓòÉΓòÉ 4.10.8. \linebreak ΓòÉΓòÉΓòÉ
  1867.  
  1868. \linebreak[number] 
  1869.  
  1870. The \linebreak command tells LaTeX to break the current line at the point of 
  1871. the command.  With the optional argument, number, you can convert the 
  1872. \linebreak command from a demand to a request.  The number must be a number 
  1873. from 0 to 4.  The higher the number, the more insistent the request is. 
  1874.  
  1875. The \linebreak command causes LaTeX to stretch the line so it extends to the 
  1876. right margin. 
  1877.  
  1878.  
  1879. ΓòÉΓòÉΓòÉ 4.10.9. \newline ΓòÉΓòÉΓòÉ
  1880.  
  1881. The \newline command breaks the line right where it is. It can only be used in 
  1882. paragraph mode. 
  1883.  
  1884.  
  1885. ΓòÉΓòÉΓòÉ 4.10.10. \newpage ΓòÉΓòÉΓòÉ
  1886.  
  1887. The \newpage command ends the current page. 
  1888.  
  1889.  
  1890. ΓòÉΓòÉΓòÉ 4.10.11. \nolinebreak ΓòÉΓòÉΓòÉ
  1891.  
  1892. \nolinebreak[number] 
  1893.  
  1894. The \nolinebreak command prevents LaTeX from breaking the current line at the 
  1895. point of the command.  With the optional argument, number, you can convert the 
  1896. \nolinebreak command from a demand to a request.  The number must be a number 
  1897. from 0 to 4.  The higher the number, the more insistent the request is. 
  1898.  
  1899.  
  1900. ΓòÉΓòÉΓòÉ 4.10.12. \nopagebreak ΓòÉΓòÉΓòÉ
  1901.  
  1902. \nopagebreak[number] 
  1903.  
  1904. The \nopagebreak command prevents LaTeX from breaking the current page at the 
  1905. point of the command.  With the optional argument, number, you can convert the 
  1906. \nopagebreak command from a demand to a request.  The number must be a number 
  1907. from 0 to 4.  The higher the number, the more insistent the request is. 
  1908.  
  1909.  
  1910. ΓòÉΓòÉΓòÉ 4.10.13. \pagebreak ΓòÉΓòÉΓòÉ
  1911.  
  1912. \pagebreak[number] 
  1913.  
  1914. The \pagebreak command tells LaTeX to break the current page at the point of 
  1915. the command.  With the optional argument, number, you can convert the 
  1916. \pagebreak command from a demand to a request.  The number must be a number 
  1917. from 0 to 4.  The higher the number, the more insistent the request is. 
  1918.  
  1919.  
  1920. ΓòÉΓòÉΓòÉ 4.10.14. \sloppy ΓòÉΓòÉΓòÉ
  1921.  
  1922. \sloppy 
  1923.  
  1924. This declaration makes TeX less fussy about line breaking. This can prevent 
  1925. overfull boxes, but may leave too much space between words. 
  1926.  
  1927. Lasts until a \fussy command is issued. \fussy. 
  1928.  
  1929.  
  1930. ΓòÉΓòÉΓòÉ 4.11. Making Paragraphs ΓòÉΓòÉΓòÉ
  1931.  
  1932. A paragraph is ended by one or more completely blank lines --- lines not 
  1933. containing even a %.  A blank line should not appear where a new paragraph 
  1934. cannot be started, such as in math mode or in the argument of a sectioning 
  1935. command. 
  1936.  
  1937. \indent                                 Indent this paragraph. 
  1938. \noindent                               Do not indent this paragraph. 
  1939. \par                                    Another way of writing a blank line. 
  1940.  
  1941.  
  1942. ΓòÉΓòÉΓòÉ 4.11.1. \indent ΓòÉΓòÉΓòÉ
  1943.  
  1944. \indent 
  1945.  
  1946. This produces a horizontal space whose width equals the width of the paragraph 
  1947. indentation.  It is used to add paragraph indentation where it would otherwise 
  1948. be suppressed. 
  1949.  
  1950.  
  1951. ΓòÉΓòÉΓòÉ 4.11.2. \noindent ΓòÉΓòÉΓòÉ
  1952.  
  1953. \noindent 
  1954.  
  1955. When used at the beginning of the paragraph, it suppresses the paragraph 
  1956. indentation.  It has no effect when used in the middle of a paragraph. 
  1957.  
  1958.  
  1959. ΓòÉΓòÉΓòÉ 4.11.3. \par ΓòÉΓòÉΓòÉ
  1960.  
  1961. Equivalent to a blank line; often used to make command or environment 
  1962. definitions easier to read. 
  1963.  
  1964.  
  1965. ΓòÉΓòÉΓòÉ 4.12. Margin Notes ΓòÉΓòÉΓòÉ
  1966.  
  1967. The command \marginpar[left]{right} creates a note in the margin. The first 
  1968. line will be at the same height as the line in the text where the \marginpar 
  1969. occurs. 
  1970.  
  1971. When you only specify the mandatory argument right, the text will be placed 
  1972.  
  1973. o in the right margin for one-sided layout 
  1974.  
  1975. o in the outside margin for two-sided layout 
  1976.  
  1977. o in the nearest margin for two-column layout. 
  1978.  
  1979. By issuing the command \reversemarginpar, you can force the marginal notes to 
  1980. go into the opposite (inside) margin. 
  1981.  
  1982. When you specify both arguments, left is used for the left margin, and right is 
  1983. used for the right margin. 
  1984.  
  1985. The first word will normally not be hyphenated; you can enable hyphenation by 
  1986. prefixing the first word with a \hspace{0pt} command. 
  1987.  
  1988.  
  1989. ΓòÉΓòÉΓòÉ 4.13. Math Formulae ΓòÉΓòÉΓòÉ
  1990.  
  1991. There are three environments that put LaTeX in math mode: 
  1992.  
  1993. math 
  1994.           For Formulae that appear right in the text. 
  1995.  
  1996. displaymath 
  1997.           For Formulae that appear on their own line. 
  1998.  
  1999. equation 
  2000.           The same as the displaymath environment except that it adds an 
  2001.           equation number in the right margin. 
  2002.  
  2003. The math environment can be used in both paragraph and LR mode, but the 
  2004. displaymath and equation environments can be used only in paragraph mode.  The 
  2005. math and displaymath environments are used so often that they have the 
  2006. following short forms: 
  2007.  
  2008.     \(...\)     instead of     \begin{math}...\end{math}
  2009.  
  2010.     \[...\]     instead of     \begin{displaymath}...\end{displaymath}
  2011.  
  2012. In fact, the math environment is so common that it has an even shorter form: 
  2013.  
  2014.     $ ... $     instead of     \(...\)
  2015.  
  2016. Subscripts & Superscripts               Also known as exponent or index. 
  2017. Math Symbols                            Various mathematical squiggles. 
  2018. Spacing in Math Mode                    Thick, medium, thin and negative 
  2019.                                         spaces. 
  2020. Math Miscellany                         Stuff that doesn't fit anywhere else. 
  2021.  
  2022.  
  2023. ΓòÉΓòÉΓòÉ 4.13.1. Subscripts & Superscripts ΓòÉΓòÉΓòÉ
  2024.  
  2025. To get an expression exp to appear as a subscript, you just type _{exp}.  To 
  2026. get exp to appear as a superscript, you type ^{exp}. LaTeX handles 
  2027. superscripted superscripts and all of that stuff in the natural way.  It even 
  2028. does the right thing when something has both a subscript and a superscript. 
  2029.  
  2030.  
  2031. ΓòÉΓòÉΓòÉ 4.13.2. Math Symbols ΓòÉΓòÉΓòÉ
  2032.  
  2033. LaTeX provides almost any mathematical symbol you're likely to need. The 
  2034. commands for generating them can be used only in math mode.  For example, if 
  2035. you include $\pi$ in your source, you will get the symbol ``pi'' in your 
  2036. output. 
  2037.  
  2038.  
  2039. ΓòÉΓòÉΓòÉ 4.13.3. Spacing in Math Mode ΓòÉΓòÉΓòÉ
  2040.  
  2041. In a math environment, LaTeX ignores the spaces you type and puts in the 
  2042. spacing that it thinks is best.  LaTeX formats mathematics the way it's done in 
  2043. mathematics texts.  If you want different spacing, LaTeX provides the following 
  2044. four commands for use in math mode: 
  2045.  
  2046.  1. \; - a thick space 
  2047.  
  2048.  2. \: - a medium space 
  2049.  
  2050.  3. \, - a thin space 
  2051.  
  2052.  4. \! - a negative thin space 
  2053.  
  2054.  
  2055. ΓòÉΓòÉΓòÉ 4.13.4. Math Miscellany ΓòÉΓòÉΓòÉ
  2056.  
  2057. \cdots 
  2058.           Produces a horizontal ellipsis where the dots are raised to the 
  2059.           centre of the line. 
  2060.  
  2061. \ddots 
  2062.           Produces a diagonal ellipsis. 
  2063.  
  2064. \frac{num}{den} 
  2065.           Produces the fraction num divided by den. 
  2066.  
  2067. \ldots 
  2068.           Produces an ellipsis.  This command works in any mode, not just math 
  2069.           mode. 
  2070.  
  2071. \overbrace{text} 
  2072.           Generates a brace over text. 
  2073.  
  2074. \overline{text} 
  2075.           Causes the argument text to be overlined. 
  2076.  
  2077. \sqrt[root]{arg} 
  2078.           Produces the square root of its argument.  The optional argument, 
  2079.           root, determines what root to produce, i.e., the cube root of x+y 
  2080.           would be typed as $\sqrt[3]{x+y}$. 
  2081.  
  2082. \underbrace{text} 
  2083.           Generates text with a brace underneath. 
  2084.  
  2085. \underline{text} 
  2086.           Causes the argument text to be underlined. This command can also be 
  2087.           used in paragraph and LR modes. 
  2088.  
  2089. \vdots 
  2090.           Produces a vertical ellipsis. 
  2091.  
  2092.  
  2093. ΓòÉΓòÉΓòÉ 4.14. Modes ΓòÉΓòÉΓòÉ
  2094.  
  2095. When LaTeX is processing your input text, it is always in one of three modes: 
  2096.  
  2097. o Paragraph mode 
  2098.  
  2099. o Math mode 
  2100.  
  2101. o Left-to-right mode, called LR mode for short 
  2102.  
  2103. LaTeX changes mode only when it goes up or down a staircase to a different 
  2104. level, though not all level changes produce mode changes. Mode changes occur 
  2105. only when entering or leaving an environment, or when LaTeX is processing the 
  2106. argument of certain text-producing commands. 
  2107.  
  2108. ``Paragraph mode'' is the most common; it's the one LaTeX is in when processing 
  2109. ordinary text.  In that mode, LaTeX breaks your text into lines and breaks the 
  2110. lines into pages.  LaTeX is in ``math mode'' when it's generating a 
  2111. mathematical formula.  In ``LR mode'', as in paragraph mode, LaTeX considers 
  2112. the output that it produces to be a string of words with spaces between them. 
  2113. However, unlike paragraph mode, LaTeX keeps going from left to right; it never 
  2114. starts a new line in LR mode. Even if you put a hundred words into an \mbox, 
  2115. LaTeX would keep typesetting them from left to right inside a single box, and 
  2116. then complain because the resulting box was too wide to fit on the line. 
  2117.  
  2118. LaTeX is in LR mode when it starts making a box with an \mbox command.  You can 
  2119. get it to enter a different mode inside the box - for example, you can make it 
  2120. enter math mode to put a formula in the box. There are also several 
  2121. text-producing commands and environments for making a box that put LaTeX in 
  2122. paragraph mode.  The box make by one of these commands or environments will be 
  2123. called a parbox.  When LaTeX is in paragraph mode while making a box, it is 
  2124. said to be in ``inner paragraph mode''.  Its normal paragraph mode, which it 
  2125. starts out in, is called ``outer paragraph mode''. 
  2126.  
  2127.  
  2128. ΓòÉΓòÉΓòÉ 4.15. Page Styles ΓòÉΓòÉΓòÉ
  2129.  
  2130. The \documentclass command determines the size and position of the page's head 
  2131. and foot.  The page style determines what goes in them. 
  2132.  
  2133. \maketitle                              Generate a title page. 
  2134. \pagenumbering                          Set the style used for page numbers. 
  2135. \pagestyle                              Change the headings/footings style. 
  2136. \thispagestyle                          Change the headings/footings style for 
  2137.                                         this page. 
  2138.  
  2139.  
  2140. ΓòÉΓòÉΓòÉ 4.15.1. \maketitle ΓòÉΓòÉΓòÉ
  2141.  
  2142. \maketitle 
  2143.  
  2144. The \maketitle command generates a title on a separate title page - except in 
  2145. the article class, where the title normally goes at the top of the first page. 
  2146. Information used to produce the title is obtained from the following 
  2147. declarations: 
  2148.  
  2149. See Page Styles for the commands to give the information. 
  2150.  
  2151. \author                                 Who wrote this stuff? 
  2152. \date                                   The date the document was created. 
  2153. \thanks                                 A special form of footnote. 
  2154. \title                                  How to set the document title. 
  2155.  
  2156.  
  2157. ΓòÉΓòÉΓòÉ 4.15.2. \author ΓòÉΓòÉΓòÉ
  2158.  
  2159. \author{names} 
  2160.  
  2161. The \author command declares the author(s), where names is a list of authors 
  2162. separated by \and commands.  Use \\ to separate lines within a single author's 
  2163. entry -- for example, to give the author's institution or address. 
  2164.  
  2165.  
  2166. ΓòÉΓòÉΓòÉ 4.15.3. \date ΓòÉΓòÉΓòÉ
  2167.  
  2168. \date{text} 
  2169.  
  2170. The \date command declares text to be the document's date.  With no \date 
  2171. command, the current date is used. 
  2172.  
  2173.  
  2174. ΓòÉΓòÉΓòÉ 4.15.4. \thanks ΓòÉΓòÉΓòÉ
  2175.  
  2176. \thanks{text} 
  2177.  
  2178. The \thanks command produces a \footnote to the title. 
  2179.  
  2180.  
  2181. ΓòÉΓòÉΓòÉ 4.15.5. \title ΓòÉΓòÉΓòÉ
  2182.  
  2183. \title{text} 
  2184.  
  2185. The \title command declares text to be the title.  Use \\ to tell LaTeX where 
  2186. to start a new line in a long title. 
  2187.  
  2188.  
  2189. ΓòÉΓòÉΓòÉ 4.15.6. \pagenumbering ΓòÉΓòÉΓòÉ
  2190.  
  2191. \pagenumbering{num_style} 
  2192.  
  2193. Specifies the style of page numbers.  Possible values of num_style are: 
  2194.  
  2195. o arabic - Arabic numerals 
  2196.  
  2197. o roman - Lowercase Roman numerals 
  2198.  
  2199. o Roman - Uppercase Roman numerals 
  2200.  
  2201. o alph - Lowercase letters 
  2202.  
  2203. o Alph - Uppercase letters 
  2204.  
  2205.  
  2206. ΓòÉΓòÉΓòÉ 4.15.7. \pagestyle ΓòÉΓòÉΓòÉ
  2207.  
  2208. \pagestyle{option} 
  2209.  
  2210. The \pagestyle command changes the style from the current page on throughout 
  2211. the remainder of your document. 
  2212.  
  2213. The valid options are: 
  2214.  
  2215. o plain - Just a plain page number. 
  2216.  
  2217. o empty - Produces empty heads and feet - no page numbers. 
  2218.  
  2219. o headings - Puts running headings on each page.  The document style specifies 
  2220.   what goes in the headings. 
  2221.  
  2222. o myheadings - You specify what is to go in the heading with the \markboth or 
  2223.   the \markright commands. 
  2224.  
  2225. \markboth                               Set left and right headings. 
  2226. \markright                              Set right heading only. 
  2227.  
  2228.  
  2229. ΓòÉΓòÉΓòÉ 4.15.8. \markboth ΓòÉΓòÉΓòÉ
  2230.  
  2231. \markboth{left head}{right head}
  2232.  
  2233. The \markboth command is used in conjunction with the page style myheadings for 
  2234. setting both the left and the right heading.  You should note that a 
  2235. ``left-hand heading'' is generated by the last \markboth command before the end 
  2236. of the page, while a ``right-hand heading'' is generated by the first \markboth 
  2237. or \markright that comes on the page if there is one, otherwise by the last one 
  2238. before the page. 
  2239.  
  2240.  
  2241. ΓòÉΓòÉΓòÉ 4.15.9. \markright ΓòÉΓòÉΓòÉ
  2242.  
  2243. \markright{right head}
  2244.  
  2245. The \markright command is used in conjunction with the page style myheadings 
  2246. for setting the right heading, leaving the left heading unchanged.  You should 
  2247. note that a ``left-hand heading'' is generated by the last \markboth command 
  2248. before the end of the page, while a ``right-hand heading'' is generated by the 
  2249. first \markboth or \markright that comes on the page if there is one, otherwise 
  2250. by the last one before the page. 
  2251.  
  2252.  
  2253. ΓòÉΓòÉΓòÉ 4.15.10. \thispagestyle ΓòÉΓòÉΓòÉ
  2254.  
  2255. \thispagestyle{option} 
  2256.  
  2257. The \thispagestyle command works in the same manner as the \pagestyle command 
  2258. except that it changes the style for the current page only. 
  2259.  
  2260.  
  2261. ΓòÉΓòÉΓòÉ 4.16. Sectioning ΓòÉΓòÉΓòÉ
  2262.  
  2263. Sectioning commands provide the means to structure your text into units. 
  2264.  
  2265. o \part 
  2266.  
  2267. o \chapter (report and book class only) 
  2268.  
  2269. o \section 
  2270.  
  2271. o \subsection 
  2272.  
  2273. o \subsubsection 
  2274.  
  2275. o \paragraph 
  2276.  
  2277. o \subparagraph 
  2278.  
  2279. All sectioning commands take the same general form, i.e., 
  2280.  
  2281. \chapter[optional]{title} 
  2282.  
  2283. In addition to providing the heading in the text, the mandatory argument of the 
  2284. sectioning command can appear in two other places: 
  2285.  
  2286.  1. The table of contents 
  2287.  
  2288.  2. The running head at the top of the page 
  2289.  
  2290. You may not want the same thing to appear in these other two places as appears 
  2291. in the text heading.  To handle this situation, the sectioning commands have an 
  2292. optional argument that provides the text for these other two purposes. 
  2293.  
  2294. All sectioning commands have *-forms that print a title, but do not include a 
  2295. number and do not make an entry in the table of contents. 
  2296.  
  2297. \appendix 
  2298.  
  2299. The \appendix command changes the way sectional units are numbered.  The 
  2300. \appendix command generates no text and does not affect the numbering of parts. 
  2301. The normal use of this command is something like 
  2302.  
  2303. \chapter{The First Chapter}
  2304. ...
  2305. \appendix
  2306. \chapter{The First Appendix}
  2307.  
  2308.  
  2309. ΓòÉΓòÉΓòÉ 4.17. Spaces & Boxes ΓòÉΓòÉΓòÉ
  2310.  
  2311. All the predefined length parameters See Predefined lengths can be used in the 
  2312. arguments of the box-making commands. 
  2313.  
  2314. Horizontal space 
  2315.  
  2316. \dotfill                                Stretchable horizontal dots. 
  2317. \hfill                                  Stretchable horizontal space. 
  2318. \hrulefill                              Stretchable horizontal rule. 
  2319. \hspace                                 Fixed horizontal space. 
  2320. Vertical space 
  2321.  
  2322. \addvspace                              Fixed vertical space. 
  2323. \bigskip                                Fixed vertical space. 
  2324. \medskip                                Fixed vertical space. 
  2325. \smallskip                              Fixed vertical space. 
  2326. \vfill                                  Stretchable vertical space. 
  2327. \vspace                                 Fixed vertical space. 
  2328. Boxes 
  2329.  
  2330. \fbox                                   Framebox. 
  2331. \framebox                               Framebox, adjustable position. 
  2332. lrbox                                   An environment like \sbox. 
  2333. \makebox                                Box, adjustable position. 
  2334. \mbox                                   Box. 
  2335. \newsavebox                             Declare a name for saving a box. 
  2336. \parbox                                 Box with text in paragraph mode. 
  2337. \raisebox                               Raise or lower text. 
  2338. \rule                                   Lines and squares. 
  2339. \savebox                                Like \makebox, but save the text for 
  2340.                                         later use. 
  2341. \sbox                                   Like \mbox, but save the text for later 
  2342.                                         use. 
  2343. \usebox                                 Print saved text. 
  2344.  
  2345.  
  2346. ΓòÉΓòÉΓòÉ 4.17.1. \dotfill ΓòÉΓòÉΓòÉ
  2347.  
  2348. The \dotfill command produces a ``rubber length'' that produces dots instead of 
  2349. just spaces. 
  2350.  
  2351.  
  2352. ΓòÉΓòÉΓòÉ 4.17.2. \hfill ΓòÉΓòÉΓòÉ
  2353.  
  2354. The \hfill fill command produces a ``rubber length'' which can stretch or 
  2355. shrink horizontally.  It will be filled with spaces. 
  2356.  
  2357.  
  2358. ΓòÉΓòÉΓòÉ 4.17.3. \hrulefill ΓòÉΓòÉΓòÉ
  2359.  
  2360. The \hrulefill fill command produces a ``rubber length'' which can stretch or 
  2361. shrink horizontally.  It will be filled with a horizontal rule. 
  2362.  
  2363.  
  2364. ΓòÉΓòÉΓòÉ 4.17.4. \hspace ΓòÉΓòÉΓòÉ
  2365.  
  2366. \hspace[*]{length} 
  2367.  
  2368. The \hspace command adds horizontal space.  The length of the space can be 
  2369. expressed in any terms that LaTeX understands, i.e., points, inches, etc.  You 
  2370. can add negative as well as positive space with an \hspace command.  Adding 
  2371. negative space is like backspacing. 
  2372.  
  2373. LaTeX removes horizontal space that comes at the end of a line.  If you don't 
  2374. want LaTeX to remove this space, include the optional * argument.  Then the 
  2375. space is never removed. 
  2376.  
  2377.  
  2378. ΓòÉΓòÉΓòÉ 4.17.5. \addvspace ΓòÉΓòÉΓòÉ
  2379.  
  2380. \addvspace{length} 
  2381.  
  2382. The \addvspace command normally adds a vertical space of height length. 
  2383. However, if vertical space has already been added to the same point in the 
  2384. output by a previous \addvspace command, then this command will not add more 
  2385. space than needed to make the natural length of the total vertical space equal 
  2386. to length. 
  2387.  
  2388.  
  2389. ΓòÉΓòÉΓòÉ 4.17.6. \bigskip ΓòÉΓòÉΓòÉ
  2390.  
  2391. The \bigskip command is equivalent to \vspace{bigskipamount} where 
  2392. bigskipamount is determined by the document class. 
  2393.  
  2394.  
  2395. ΓòÉΓòÉΓòÉ 4.17.7. \medskip ΓòÉΓòÉΓòÉ
  2396.  
  2397. The \medskip command is equivalent to \vspace{medskipamount} where 
  2398. medskipamount is determined by the document class. 
  2399.  
  2400.  
  2401. ΓòÉΓòÉΓòÉ 4.17.8. \smallskip ΓòÉΓòÉΓòÉ
  2402.  
  2403. \smallskip 
  2404.  
  2405. The \smallskip command is equivalent to \vspace{smallskipamount} where 
  2406. smallskipamount is determined by the document class. 
  2407.  
  2408.  
  2409. ΓòÉΓòÉΓòÉ 4.17.9. \vfill ΓòÉΓòÉΓòÉ
  2410.  
  2411. The \vfill fill command produces a rubber length which can stretch or shrink 
  2412. vertically. 
  2413.  
  2414.  
  2415. ΓòÉΓòÉΓòÉ 4.17.10. \vspace ΓòÉΓòÉΓòÉ
  2416.  
  2417. \vspace[*]{length} 
  2418.  
  2419. The \vspace command adds vertical space.  The length of the space can be 
  2420. expressed in any terms that LaTeX understands, i.e., points, inches, etc.  You 
  2421. can add negative as well as positive space with an \vspace command. 
  2422.  
  2423. LaTeX removes vertical space that comes at the end of a page.  If you don't 
  2424. want LaTeX to remove this space, include the optional * argument.  Then the 
  2425. space is never removed. 
  2426.  
  2427.  
  2428. ΓòÉΓòÉΓòÉ 4.17.11. \fbox ΓòÉΓòÉΓòÉ
  2429.  
  2430. \fbox{text} 
  2431.  
  2432. The \fbox command is exactly the same as the \mbox command, except that it puts 
  2433. a frame around the outside of the box that it creates. 
  2434.  
  2435.  
  2436. ΓòÉΓòÉΓòÉ 4.17.12. \framebox ΓòÉΓòÉΓòÉ
  2437.  
  2438. \framebox[width][position]{text} 
  2439.  
  2440. The \framebox command is exactly the same as the \makebox command, except that 
  2441. it puts a frame around the outside of the box that it creates. 
  2442.  
  2443. The framebox command produces a rule of thickness \fboxrule, and leaves a space 
  2444. \fboxsep between the rule and the contents of the box. 
  2445.  
  2446.  
  2447. ΓòÉΓòÉΓòÉ 4.17.13. lrbox ΓòÉΓòÉΓòÉ
  2448.  
  2449. \begin{lrbox}{cmd} text \end{lrbox} 
  2450.  
  2451. This is the environment form of \sbox. 
  2452.  
  2453. The text inside the environment is saved in the box cmd, which must have been 
  2454. declared with \newsavebox. 
  2455.  
  2456.  
  2457. ΓòÉΓòÉΓòÉ 4.17.14. \makebox ΓòÉΓòÉΓòÉ
  2458.  
  2459. \makebox[width][position]{text} 
  2460.  
  2461. The \makebox command creates a box just wide enough to contain the text 
  2462. specified.  The width of the box is specified by the optional width argument. 
  2463. The position of the text within the box is determined by the optional position 
  2464. argument. 
  2465.  
  2466. o c --- centred (default) 
  2467.  
  2468. o l --- flushleft 
  2469.  
  2470. o r --- flushright 
  2471.  
  2472. o s --- stretch from left to right margin. The text must contain stretchable 
  2473.   space for this to work. 
  2474.  
  2475. See \makebox (picture). 
  2476.  
  2477.  
  2478. ΓòÉΓòÉΓòÉ 4.17.15. \mbox ΓòÉΓòÉΓòÉ
  2479.  
  2480. \mbox{text} 
  2481.  
  2482. The \mbox command creates a box just wide enough to hold the text created by 
  2483. its argument. 
  2484.  
  2485. Use this command to prevent text from being split across lines. 
  2486.  
  2487.  
  2488. ΓòÉΓòÉΓòÉ 4.17.16. \newsavebox ΓòÉΓòÉΓòÉ
  2489.  
  2490. \newsavebox{cmd} 
  2491.  
  2492. Declares cmd, which must be a command name that is not already defined, to be a 
  2493. bin for saving boxes. 
  2494.  
  2495.  
  2496. ΓòÉΓòÉΓòÉ 4.17.17. \parbox ΓòÉΓòÉΓòÉ
  2497.  
  2498. \parbox[position][height][inner-pos]{width}{text} 
  2499.  
  2500. A parbox is a box whose contents are created in paragraph mode.  The \parbox 
  2501. has two mandatory arguments: 
  2502.  
  2503. o width - specifies the width of the parbox, and 
  2504.  
  2505. o text - the text that goes inside the parbox. 
  2506.  
  2507. LaTeX will position a parbox so its centre lines up with the centre of the text 
  2508. line.  The optional position argument allows you to line up either the top or 
  2509. bottom line in the parbox (default is top). 
  2510.  
  2511. If the height argument is not given, the box will have the natural height of 
  2512. the text. 
  2513.  
  2514. The inner-pos argument controls the placement of the text inside the box. If it 
  2515. is not specified, position is used. 
  2516.  
  2517. o t --- text is placed at the top of the box. 
  2518.  
  2519. o c --- text is centred in the box. 
  2520.  
  2521. o b --- text is placed at the bottom of the box. 
  2522.  
  2523. o s --- stretch vertically. The text must contain vertically stretchable space 
  2524.   for this to work. 
  2525.  
  2526. A \parbox command is used for a parbox containing a small piece of text, with 
  2527. nothing fancy inside.  In particular, you shouldn't use any of the 
  2528. paragraph-making environments inside a \parbox argument.  For larger pieces of 
  2529. text, including ones containing a paragraph-making environment, you should use 
  2530. a minipage environment See minipage. 
  2531.  
  2532.  
  2533. ΓòÉΓòÉΓòÉ 4.17.18. \raisebox ΓòÉΓòÉΓòÉ
  2534.  
  2535. \raisebox{distance}[extend-above][extend-below]{text} 
  2536.  
  2537. The \raisebox command is used to raise or lower text.  The first mandatory 
  2538. argument specifies how high the text is to be raised (or lowered if it is a 
  2539. negative amount).  The text itself is processed in LR mode. 
  2540.  
  2541. Sometimes it's useful to make LaTeX think something has a different size than 
  2542. it really does - or a different size than LaTeX would normally think it has. 
  2543. The \raisebox command lets you tell LaTeX how tall it is. 
  2544.  
  2545. The first optional argument, extend-above, makes LaTeX think that the text 
  2546. extends above the line by the amount specified.  The second optional argument, 
  2547. extend-below, makes LaTeX think that the text extends below the line by the 
  2548. amount specified. 
  2549.  
  2550.  
  2551. ΓòÉΓòÉΓòÉ 4.17.19. \rule ΓòÉΓòÉΓòÉ
  2552.  
  2553. \rule[raise-height]{width}{thickness} 
  2554.  
  2555. The \rule command is used to produce horizontal lines.  The arguments are 
  2556. defined as follows: 
  2557.  
  2558. o raise-height - specifies how high to raise the rule (optional) 
  2559.  
  2560. o width - specifies the length of the rule (mandatory) 
  2561.  
  2562. o thickness - specifies the thickness of the rule (mandatory) 
  2563.  
  2564.  
  2565. ΓòÉΓòÉΓòÉ 4.17.20. \savebox ΓòÉΓòÉΓòÉ
  2566.  
  2567.  \savebox{cmd}[width][pos]{text}
  2568.  
  2569. This command typeset text in a box just as for \makebox. However, instead of 
  2570. printing the resulting box, it saves it in bin cmd, which must have been 
  2571. declared with \newsavebox. 
  2572.  
  2573.  
  2574. ΓòÉΓòÉΓòÉ 4.17.21. \sbox ΓòÉΓòÉΓòÉ
  2575.  
  2576. \sbox{text} 
  2577.  
  2578. This commands typeset text in a box just as for \mbox. However, instead of 
  2579. printing the resulting box, it saves it in bin cmd, which must have been 
  2580. declared with \newsavebox. 
  2581.  
  2582.  
  2583. ΓòÉΓòÉΓòÉ 4.17.22. \usebox ΓòÉΓòÉΓòÉ
  2584.  
  2585. \usebox{cmd} 
  2586.  
  2587. Prints the box most recently saved in bin cmd by a \savebox command. 
  2588.  
  2589.  
  2590. ΓòÉΓòÉΓòÉ 4.18. Special Characters ΓòÉΓòÉΓòÉ
  2591.  
  2592. The following characters play a special role in LaTeX and are called ``special 
  2593. printing characters'', or simply ``special characters''. 
  2594.  
  2595.                        # $ % & ~ _ ^ \ { }
  2596.  
  2597. Whenever you put one of these special characters into your file, you are doing 
  2598. something special.  If you simply want the character to be printed just as any 
  2599. other letter, include a \ in front of the character. For example, \$ will 
  2600. produce $ in your output. 
  2601.  
  2602. One exception to this rule is the \ itself because \\ has its own special 
  2603. meaning.  A \ is produced by typing $\backslash$ in your file. 
  2604.  
  2605. Also, \~ means `place a tilde accent over the following letter', so you will 
  2606. probably want to use \verb instead. 
  2607.  
  2608. In addition, you can access any character of a font once you know its number by 
  2609. using the \symbol command. For example, the character used for displaying 
  2610. spaces in the \verb* command has the code decimal 32, so it can be typed as 
  2611. \symbol{32}. 
  2612.  
  2613. You can also specify octal numbers with ' or hexadecimal numbers with ", so the 
  2614. previous example could also be written as \symbol{'40} or \symbol{"20}. 
  2615.  
  2616.  
  2617. ΓòÉΓòÉΓòÉ 4.19. Splitting the Input ΓòÉΓòÉΓòÉ
  2618.  
  2619. A large document requires a lot of input.  Rather than putting the whole input 
  2620. in a single large file, it's more efficient to split it into several smaller 
  2621. ones.  Regardless of how many separate files you use, there is one that is the 
  2622. root file; it is the one whose name you type when you run LaTeX. 
  2623.  
  2624. \include                                Conditionally include a file. 
  2625. \includeonly                            Determine which files are included. 
  2626. \input                                  Unconditionally include a file. 
  2627.  
  2628.  
  2629. ΓòÉΓòÉΓòÉ 4.19.1. \include ΓòÉΓòÉΓòÉ
  2630.  
  2631. \include{file} 
  2632.  
  2633. The \include command is used in conjunction with the \includeonly command for 
  2634. selective inclusion of files.  The file argument is the first name of a file, 
  2635. denoting `file.tex'.  If file is one the file names in the file list of the 
  2636. \includeonly command or if there is no \includeonly command, the \include 
  2637. command is equivalent to 
  2638.  
  2639. \clearpage \input{file} \clearpage
  2640.  
  2641. except that if the file `file.tex' does not exist, then a warning message 
  2642. rather than an error is produced.  If the file is not in the file list, the 
  2643. \include command is equivalent to \clearpage. 
  2644.  
  2645. The \include command may not appear in the preamble or in a file read by 
  2646. another \include command. 
  2647.  
  2648.  
  2649. ΓòÉΓòÉΓòÉ 4.19.2. \includeonly ΓòÉΓòÉΓòÉ
  2650.  
  2651. \includeonly{file_list} 
  2652.  
  2653. The \includeonly command controls which files will be read in by an \include 
  2654. command.  file_list should be a comma-separated list of filenames. Each 
  2655. filename must match exactly a filename specified in a \include command. This 
  2656. command can only appear in the preamble. 
  2657.  
  2658.  
  2659. ΓòÉΓòÉΓòÉ 4.19.3. \input ΓòÉΓòÉΓòÉ
  2660.  
  2661. \input{file} 
  2662.  
  2663. The \input command causes the indicated file to be read and processed, exactly 
  2664. as if its contents had been inserted in the current file at that point.  The 
  2665. file name may be a complete file name with extension or just a first name, in 
  2666. which case the file `file.tex' is used. 
  2667.  
  2668.  
  2669. ΓòÉΓòÉΓòÉ 4.20. Starting & Ending ΓòÉΓòÉΓòÉ
  2670.  
  2671. Your input file must contain the following commands as a minimum: 
  2672.  
  2673.  \documentclass{class}
  2674.  \begin{document}
  2675.    ... your text goes here ...
  2676.  \end{document}
  2677.  
  2678. where the class selected is one of the valid classes for LaTeX. See Document 
  2679. Classes (and see Overview), for details of the various document classes 
  2680. available locally. 
  2681.  
  2682. You may include other LaTeX commands between the \documentclass and the 
  2683. \begin{document} commands (i.e., in the `preamble'). 
  2684.  
  2685.  
  2686. ΓòÉΓòÉΓòÉ 4.21. Table of Contents ΓòÉΓòÉΓòÉ
  2687.  
  2688. A table of contents is produced with the \tableofcontents command. You put the 
  2689. command right where you want the table of contents to go; LaTeX does the rest 
  2690. for you.  It produces a heading, but it does not automatically start a new 
  2691. page.  If you want a new page after the table of contents, include a \newpage 
  2692. command after the \tableofcontents command. 
  2693.  
  2694. There are similar commands \listoffigures and \listoftables  for producing a 
  2695. list of figures and a list of tables, respectively. Everything works exactly 
  2696. the same as for the table of contents. 
  2697.  
  2698. NOTE: If you want any of these items to be generated, you cannot have the 
  2699. \nofiles command in your document. 
  2700.  
  2701. \addcontentsline                        Add an entry to table of contents etc. 
  2702. \addtocontents                          Add text directly to table of contents 
  2703.                                         file etc. 
  2704.  
  2705.  
  2706. ΓòÉΓòÉΓòÉ 4.21.1. \addcontentsline ΓòÉΓòÉΓòÉ
  2707.  
  2708. \addcontentsline{file}{sec_unit}{entry} 
  2709.  
  2710. The \addcontentsline command adds an entry to the specified list or table 
  2711. where: 
  2712.  
  2713. o file is the extension of the file on which information is to be written: toc 
  2714.   (table of contents), lof (list of figures), or lot (list of tables). 
  2715.  
  2716. o sec_unit controls the formatting of the entry.  It should be one of the 
  2717.   following, depending upon the value of the file argument: 
  2718.  
  2719.     1. toc --- the name of the sectional unit, such as part or subsection. 
  2720.  
  2721.     2. lof --- figure 
  2722.  
  2723.     3. lot --- table 
  2724.  
  2725. o entry is the text of the entry. 
  2726.  
  2727.  
  2728. ΓòÉΓòÉΓòÉ 4.21.2. \addtocontents ΓòÉΓòÉΓòÉ
  2729.  
  2730. \addtocontents{file}{text} 
  2731.  
  2732. The \addtocontents command adds text (or formatting commands) directly to the 
  2733. file that generates the table of contents or list of figures or tables. 
  2734.  
  2735. o file is the extension of the file on which information is to be written: toc 
  2736.   (table of contents), lof (list of figures), or lot (list of tables). 
  2737.  
  2738. o text is the information to be written. 
  2739.  
  2740.  
  2741. ΓòÉΓòÉΓòÉ 4.22. Terminal Input/Output ΓòÉΓòÉΓòÉ
  2742.  
  2743. \typein                                 Read text from the terminal. 
  2744. \typeout                                Write text to the terminal. 
  2745.  
  2746.  
  2747. ΓòÉΓòÉΓòÉ 4.22.1. \typein ΓòÉΓòÉΓòÉ
  2748.  
  2749. \typein[cmd]{msg} 
  2750.  
  2751. Prints msg on the terminal and causes LaTeX to stop and wait for you to type a 
  2752. line of input, ending with return.  If the cmd argument is missing, the typed 
  2753. input is processed as if it had been included in the input file in place of the 
  2754. \typein command.  If the cmd argument is present, it must be a command name. 
  2755. This command name is then defined or redefined to be the typed input. 
  2756.  
  2757.  
  2758. ΓòÉΓòÉΓòÉ 4.22.2. \typeout ΓòÉΓòÉΓòÉ
  2759.  
  2760. \typeout{msg} 
  2761.  
  2762. Prints msg on the terminal and in the log file.  Commands in msg that are 
  2763. defined with \newcommand or \renewcommand are replaced by their definitions 
  2764. before being printed. 
  2765.  
  2766. LaTeX's usual rules for treating multiple spaces as a single space and ignoring 
  2767. spaces after a command name apply to msg.  A \space command in msg causes a 
  2768. single space to be printed. A ^^J in msg prints a newline. 
  2769.  
  2770.  
  2771. ΓòÉΓòÉΓòÉ 4.23. Typefaces ΓòÉΓòÉΓòÉ
  2772.  
  2773. The typeface is specified by giving the ``size'' and ``style''.  A typeface is 
  2774. also called a ``font''. 
  2775.  
  2776. Styles                                  Select roman, italics etc. 
  2777. Sizes                                   Select point size. 
  2778. Low-level font commands                 Commands for wizards. 
  2779.  
  2780.  
  2781. ΓòÉΓòÉΓòÉ 4.23.1. \Styles ΓòÉΓòÉΓòÉ
  2782.  
  2783. The following type style commands are supported by LaTeX. 
  2784.  
  2785. These commands are used like \textit{italics text}. The corresponding command 
  2786. in parenthesis is the ``declaration form'', which takes no arguments. The scope 
  2787. of the declaration form lasts until the next type style command or the end of 
  2788. the current group. 
  2789.  
  2790. The declaration forms are cumulative; i.e., you can say \sffamily\bfseries to 
  2791. get sans serif boldface. 
  2792.  
  2793. You can also use the environment form of the declaration forms; e.g. 
  2794. \begin{ttfamily}...\end{ttfamily}. 
  2795.  
  2796. \textrm (\rmfamily) 
  2797.           Roman. 
  2798.  
  2799. \textit (\itshape) 
  2800.  
  2801. \emph 
  2802.           Emphasis (toggles between \textit and \textrm). 
  2803.  
  2804. \textmd (\mdseries) 
  2805.           Medium weight (default). The opposite of boldface. 
  2806.  
  2807. \textbf (\bfseries) 
  2808.           Boldface. 
  2809.  
  2810. \textup (\upshape) 
  2811.           Upright (default). The opposite of slanted. 
  2812.  
  2813. \textsl (\slshape) 
  2814.           Slanted. 
  2815.  
  2816. \textsf (\sffamily) 
  2817.           Sans serif. 
  2818.  
  2819. \textsc (\scshape) 
  2820.           Small caps. 
  2821.  
  2822. \texttt (\ttfamily) 
  2823.           Typewriter. 
  2824.  
  2825. \textnormal (\normalfont) 
  2826.           Main document font. 
  2827.  
  2828. \mathrm 
  2829.           Roman, for use in math mode. 
  2830.  
  2831. \mathbf 
  2832.           Boldface, for use in math mode. 
  2833.  
  2834. \mathsf 
  2835.           Sans serif, for use in math mode. 
  2836.  
  2837. \mathtt 
  2838.           Typewriter, for use in math mode. 
  2839.  
  2840. \mathit 
  2841.           Italics, for use in math mode, e.g. variable names with several 
  2842.           letters. 
  2843.  
  2844. \mathnormal 
  2845.           For use in math mode, e.g. inside another type style declaration. 
  2846.  
  2847. \mathcal 
  2848.           `Calligraphic' letters, for use in math mode. 
  2849.  
  2850. In addition, the command \mathversion{bold} can be used for switching to bold 
  2851. letters and symbols in formulas. \mathversion{normal} restores the default. 
  2852.  
  2853.  
  2854. ΓòÉΓòÉΓòÉ 4.23.2. Sizes ΓòÉΓòÉΓòÉ
  2855.  
  2856. The following standard type size commands are supported by LaTeX. 
  2857.  
  2858. The commands as listed here are "declaration forms". The scope of the 
  2859. declaration form lasts until the next type style command or the end of the 
  2860. current group. 
  2861.  
  2862. You can also use the environment form of these commands; e.g. 
  2863. \begin{tiny}...\end{tiny}. 
  2864.  
  2865. \tiny 
  2866.  
  2867. \scriptsize 
  2868.  
  2869. \footnotesize 
  2870.  
  2871. \small 
  2872.  
  2873. \normalsize 
  2874.           (default) 
  2875.  
  2876. \large 
  2877.  
  2878. \Large 
  2879.  
  2880. \LARGE 
  2881.  
  2882. \huge 
  2883.  
  2884. \Huge 
  2885.  
  2886.  
  2887. ΓòÉΓòÉΓòÉ 4.23.3. Low-level font commands ΓòÉΓòÉΓòÉ
  2888.  
  2889. These commands are primarily intended for writers of macros and packages.  The 
  2890. commands listed here are only a subset of the available ones. For full details, 
  2891. you should consult Chapter 7 of The LaTeX Companion. 
  2892.  
  2893. \fontencoding{enc} 
  2894.           Select font encoding. Valid encodings include OT1 and T1. 
  2895.  
  2896. \fontfamily{family} 
  2897.           Select font family. Valid families include: 
  2898.  
  2899.    o cmr  for Computer Modern Roman 
  2900.  
  2901.    o cmss for Computer Modern Sans Serif 
  2902.  
  2903.    o cmtt for Computer Modern Typewriter 
  2904.  
  2905.           and numerous others. 
  2906.  
  2907. \fontseries{series} 
  2908.           Select font series. Valid series include: 
  2909.  
  2910.    o m  Medium (normal) 
  2911.  
  2912.    o b  Bold 
  2913.  
  2914.    o c  Condensed 
  2915.  
  2916.    o bc Bold condensed 
  2917.  
  2918.    o bx Bold extended 
  2919.  
  2920.           and various other combinations. 
  2921.  
  2922. \fontshape{shape} 
  2923.           Select font shape. Valid shapes are: 
  2924.  
  2925.    o n  Upright (normal) 
  2926.  
  2927.    o it Italic 
  2928.  
  2929.    o sl Slanted (oblique) 
  2930.  
  2931.    o sc Small caps 
  2932.  
  2933.    o ui Upright italics 
  2934.  
  2935.    o ol Outline 
  2936.  
  2937.           The two last shapes are not available for most font families. 
  2938.  
  2939. \fontsize{size}{skip} 
  2940.           Set font size. The first parameter is the font size to switch to; the 
  2941.           second is the \baselineskip to use. The unit of both parameters 
  2942.           defaults to pt. A rule of thumb is that the baselineskip should be 
  2943.           1.2 times the font size. 
  2944.  
  2945. \selectfont 
  2946.           The changes made by calling the four font commands described above do 
  2947.           not come into effect until \selectfont is called. 
  2948.  
  2949. \usefont{enc}{family}{series}{shape} 
  2950.           Equivalent to calling \fontencoding, \fontfamily, \fontseries and 
  2951.           \fontshape with the given parameters, followed by \selectfont. 
  2952.  
  2953.  
  2954. ΓòÉΓòÉΓòÉ 5. Parameters ΓòÉΓòÉΓòÉ
  2955.  
  2956. The input file specification indicates the file to be formatted; TeX uses 
  2957. `.tex' as a default file extension.  If you omit the input file entirely, TeX 
  2958. accepts input from the terminal.  You specify command options by supplying a 
  2959. string as a parameter to the command; e.g. 
  2960.  
  2961. latex ``\scrollmode\input foo.tex'' 
  2962.  
  2963. will process `foo.tex' without pausing after every error. 
  2964.  
  2965. Output files are always created in the current directory. When you fail to 
  2966. specify an input file name, TeX bases the output names on the file 
  2967. specification associated with the logical name TEX_OUTPUT, typically 
  2968. texput.log. 
  2969.  
  2970.  
  2971. ΓòÉΓòÉΓòÉ 6. Concept Index ΓòÉΓòÉΓòÉ
  2972.  
  2973. Sorry, no cp index 
  2974.  
  2975.  
  2976. ΓòÉΓòÉΓòÉ 7. Command Index ΓòÉΓòÉΓòÉ
  2977.  
  2978. Sorry, no fn index