1LATEX(1) General Commands Manual LATEX(1)
2
3
4
6 latex, pdflatex, xelatex, lualatex, dvilualatex, cslatex, pdfcslatex,
7 platex, uplatex, lamed - structured text formatting and typesetting
8
10 latex [first-line]
11
13 This manual page is a mere skeleton.
14
15 The LaTeX language is described in the book LaTeX - A Document Prepara‐
16 tion System. LaTeX is a TeX macro package, not a modification to the
17 TeX source program, so all the capabilities described in tex(1) are
18 present.
19
20 The LaTeX macros encourage writers to think about the content of their
21 documents, rather than the form. The ideal, very difficult to realize,
22 is to have no formatting commands (like ``switch to italic'' or ``skip
23 2 picas'') in the document at all; instead, everything is done by spe‐
24 cific markup instructions: ``emphasize'', ``start a section''.
25
26 The primary source of documentation for LaTeX is the LaTeX manual ref‐
27 erenced below.
28
29 lualatex, pdflatex, pdfcslatex, xelatex are LaTeX formats based on the
30 respective engines. All output PDF by default.
31 platex, uplatex are Japanese LaTeX formats based on e-pTeX and e-upTeX
32 (DVI output).
33 lamed is the Aleph-based LaTeX format (DVI output).
34 dvilualatex is LuaTeX-based and outputs DVI.
35 cslatex is csTeX-based (primitives integrated into pdfTeX) and outputs
36 DVI.
37
38 On some systems latex209 and slitex may still be available for compati‐
39 bility with older versions of LaTeX. These should not be used for new
40 texts.
41
43 amstex(1), luatex(1), pdftex(1), ptex(1), tex(1), xetex(1).
44
45 Leslie Lamport, LaTeX - A Document Preparation System, Addison-Wesley,
46 1985, ISBN 020115790X.
47
48 Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, and
49 Chris Rowley, LaTeX Companion, Addison-Wesley, 2004, ISBN 0201362996
50 (2nd edition).
51
52 The LaTeX home page is http://latex-project.org.
53 A list of some LaTeX tutorials is at http://www.tex.ac.uk/cgi-bin/tex‐
54 faq2html?label=man-latex.
55 An unofficial reference manual for LaTeX is at
56 https://ctan.org/pkg/latex2e-help-texinfo.
57
58
59
60Web2C 2019 30 April 2018 LATEX(1)