1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
<html>
<head><title>Overview of LaTeX and Local Guide</title></head>
<body>
<h1>Overview of LaTeX and Local Guide</h1>
<P>
</P>
<P>
The LaTeX command typesets a file of text using the TeX program and the
LaTeX Macro package for TeX. To be more specific, it processes an input
file containing the text of a document with interspersed commands that
describe how the text should be formatted. It produces at least three
files as output:
</P>
<OL>
<LI>
A "Device Independent", or <TT>`.dvi'</TT> file. This contains commands that
can be translated into commands for a variety of output devices. You
can view the output of LaTeX by using a program such as <CODE>xdvi</CODE>,
which actually uses the <TT>`.dvi'</TT> file.
<LI>
A "transcript" or <TT>`.log'</TT> file that contains summary information and
diagnostic messages for any errors discovered in the input file.
<LI>
An "auxiliary" or <TT>`.aux'</TT> file. This is used by LaTeX itself, for
things such as sectioning.
</OL>
<P>
For a description of what goes on inside TeX, you should consult
<CITE>The TeXbook</CITE> by Donald E. Knuth, ISBN 0-201-13448-9, published
jointly by the American Mathematical Society and Addison-Wesley
Publishing Company.
</P>
<P>
For a description of LaTeX, you should consult:
</P>
<P>
<CITE>LaTeX: A Document Preparation System</CITE>, by Leslie Lamport,
Addison-Wesley Publishing Company, 2nd edition, 1994.
</P>
<P>
<CITE>The LaTeX Companion</CITE>, by Michel Goossens, Frank Mittelbach, and
Alexander Samarin, Addison-Wesley, 1994.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|