home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / editor / tex / latex / macro / latex1.inf (.txt) < prev    next >
Encoding:
OS/2 Help File  |  1993-12-08  |  71.2 KB  |  2,887 lines

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