File: sec1.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (60 lines) | stat: -rw-r--r-- 1,603 bytes parent folder | download | duplicates (3)
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>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>