| 1 |
.TH LATEX 1 "30 April 2018" "Web2C 2021" |
| 2 |
.\"===================================================================== |
| 3 |
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP |
| 4 |
.if n .ds TX TeX |
| 5 |
.ie t .ds OX \fIT\v'+0.25m'E\v'-0.25m'X\fP\" |
| 6 |
.el .ds OX TeX\" |
| 7 |
.\" BX definition must follow TX so BX can use TX |
| 8 |
.if t .ds BX \fRB\s-2IB\s0\fP\*(TX |
| 9 |
.if n .ds BX BibTeX |
| 10 |
.\" LX definition must follow TX so LX can use TX |
| 11 |
.if t .ds LX \fRL\\h'-0.36m'\\v'-0.15v'\s-2A\s0\\h'-0.15m'\\v'0.15v'\fP\*(TX |
| 12 |
.if n .ds LX LaTeX |
| 13 |
.\"===================================================================== |
| 14 |
.SH NAME |
| 15 |
latex, pdflatex, xelatex, lualatex, dvilualatex, cslatex, pdfcslatex, platex, uplatex, lamed \- structured text formatting and typesetting |
| 16 |
.SH SYNOPSIS |
| 17 |
.B latex |
| 18 |
.RI [ first-line ] |
| 19 |
.\"===================================================================== |
| 20 |
.SH DESCRIPTION |
| 21 |
.PP |
| 22 |
This manual page is a mere skeleton. |
| 23 |
.PP |
| 24 |
The \*(LX language is described in the book |
| 25 |
.IR "\*(LX \- A Document Preparation System" . |
| 26 |
\*(LX is a \*(TX macro package, not a modification to the \*(TX source |
| 27 |
program, so all the capabilities described in |
| 28 |
.BR tex (1) |
| 29 |
are present. |
| 30 |
.PP |
| 31 |
The \*(LX macros encourage writers to think about the content of their |
| 32 |
documents, rather than the form. The ideal, very difficult to realize, is to |
| 33 |
have no formatting commands (like ``switch to italic'' or ``skip 2 |
| 34 |
picas'') in the document at all; instead, everything is done |
| 35 |
by specific markup instructions: ``emphasize'', ``start a section''. |
| 36 |
.PP |
| 37 |
The primary source of documentation for \*(LX is the \*(LX manual |
| 38 |
referenced below. |
| 39 |
.PP |
| 40 |
.BR lualatex , |
| 41 |
.BR pdflatex , |
| 42 |
.BR pdfcslatex , |
| 43 |
.B xelatex |
| 44 |
are \*(LX formats based on the respective engines. All output PDF by default. |
| 45 |
.br |
| 46 |
.BR platex , |
| 47 |
.B uplatex |
| 48 |
are Japanese \*(LX formats based on e-pTeX and e-upTeX (DVI output). |
| 49 |
.br |
| 50 |
.B lamed |
| 51 |
is the Aleph-based \*(LX format (DVI output). |
| 52 |
.br |
| 53 |
.B dvilualatex |
| 54 |
is LuaTeX-based and outputs DVI. |
| 55 |
.br |
| 56 |
.B cslatex |
| 57 |
is csTeX-based (primitives integrated into pdfTeX) and outputs DVI. |
| 58 |
.PP |
| 59 |
On some systems |
| 60 |
.B latex209 |
| 61 |
and |
| 62 |
.B slitex |
| 63 |
may still be available for compatibility with older versions of \*(LX. These |
| 64 |
should not be used for new texts. |
| 65 |
.\"===================================================================== |
| 66 |
.PP |
| 67 |
.SH "SEE ALSO" |
| 68 |
.BR amstex (1), |
| 69 |
.BR luatex (1), |
| 70 |
.BR pdftex (1), |
| 71 |
.BR ptex (1), |
| 72 |
.BR tex (1), |
| 73 |
.BR xetex (1). |
| 74 |
.PP |
| 75 |
Leslie Lamport, |
| 76 |
.IR "\*(LX \- A Document Preparation System" , |
| 77 |
Addison-Wesley, 1985, ISBN 020115790X. |
| 78 |
.PP |
| 79 |
Frank Mittelbach, Michel Goossens, Johannes Braams, David Carlisle, |
| 80 |
and Chris Rowley, |
| 81 |
.IR "LaTeX Companion" , |
| 82 |
Addison-Wesley, 2004, ISBN 0201362996 (2nd edition). |
| 83 |
.PP |
| 84 |
The \*(LX home page is http://latex-project.org. |
| 85 |
.br |
| 86 |
A list of some \*(LX tutorials is at |
| 87 |
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=man-latex. |
| 88 |
.br |
| 89 |
An unofficial reference manual for \*(LX is at |
| 90 |
https://ctan.org/pkg/latex2e-help-texinfo. |