1LATEX(1) General Commands Manual LATEX(1)
2
3
4
6 latex, elatex, lambda, pdflatex - structured text formatting and type‐
7 setting
8
10 latex [first-line]
11
13 This manual page is not meant to be exhaustive. The complete documen‐
14 tation for this version of TeX can be found in the info file or manual
15 Web2C: A TeX implementation.
16
17 The LaTeX language is described in the book LaTeX - A Document Prepara‐
18 tion System. LaTeX is a TeX macro package, not a modification to the
19 TeX source program, so all the capabilities described in tex(1) are
20 present.
21
22 The LaTeX macros encourage writers to think about the content of their
23 documents, rather than the form. The ideal, very difficult to realize,
24 is to have no formatting commands (like ``switch to italic'' or ``skip
25 2 picas'') in the document at all; instead, everything is done by spe‐
26 cific markup instructions: ``emphasize'', ``start a section''.
27
28 The primary source of documentation for LaTeX is the LaTeX manual ref‐
29 erenced below, and the local guide in the file local-guide.tex or
30 local.tex or some such.
31
32 elatex is the e-TeX extended mode version of LaTeX format.
33
34 lambda is the Omega version of the LaTeX format.
35
36 pdflatex is the pdfTeX version of the LaTeX format.
37
38 On some systems latex209 and slitex are available for compatibility
39 with older versions of LaTeX. These should not be used for new texts.
40
42 amslatex(1), amstex(1), pdflatex(1), pdftex(1), tex(1).
43
44 Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley,
45 1985, ISBN 020115790X.
46
47 Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, and
48 Chris Rowley, LaTeX Companion, Addison-Wesley, 2004, ISBN 0201362996
49 (2nd edition).
50
51 LaTeX Graphics Companion, available as part of a boxed set: The LaTeX
52 Companions, Revised Boxed Set : A Complete Guide and Reference for Pre‐
53 paring, Illustrating, and Publishing Technical Documents (2nd Edition),
54 by Frank Mittelbach, Michel Goossens, Sebastian Rahtz, Helmut Kopka,
55 Patrick W. Daly (Addison-Wesley, 2004, ISBN 0321269446).
56
57
58
59Web2C 2012 14 May 2010 LATEX(1)