Document Structure in L TEX: Simon Eveson
Document Structure in L TEX: Simon Eveson
Simon Eveson
November 2010
Which (free) TEX distribution?
\begin{document}
Body ..
.
\end{document}
The class declaration
\documentclass[class options]{class name}
\tableofcontents
\listoffigures
\listoftables
\label{key}
..
.
\ref{key} \pageref{key} \eqref{key}
\usepackage{hyperref}
..
.
\url{http://www...}
I For use when creating PDF files. Works best with pdflatex.
I Table of contents appears as a PDF table of contents.
I Table of contents entries, cross-references, index entries, etc.
become clickable links.
I References to websites with \url become clickable links.
I For the \url macro’s formatting features without clickability,
\usepackage{url}.
Enumeration
\usepackage{enumerate}
..
.
\begin{enumerate}[template]
\item . . .
..
.
\end{enumerate}
@book {MR1084815,
AUTHOR = {Horn, Roger A. and Johnson, Charles R.},
TITLE = {Matrix analysis},
NOTE = {Corrected reprint of the 1985 original},
PUBLISHER = {Cambridge University Press},
ADDRESS = {Cambridge},
YEAR = {1990},
PAGES = {xiv+561},
ISBN = {0-521-38632-2},
MRCLASS = {15-01},
MRNUMBER = {1084815 (91i:15001)},
}
BibTeX (III): an article in the bibliography database
@article {MR1333035,
AUTHOR = {Wiles, Andrew},
TITLE = {Modular elliptic curves and {F}ermat’s last
theorem},
JOURNAL = {Ann. of Math. (2)},
FJOURNAL = {Annals of Mathematics. Second Series},
VOLUME = {141},
YEAR = {1995},
NUMBER = {3},
PAGES = {443--551},
ISSN = {0003-486X},
CODEN = {ANMAAH},
MRCLASS = {11G05 (11D41 11F11 11F80 11G18)},
MRNUMBER = {1333035 (96d:11071)},
MRREVIEWER = {Karl Rubin},
DOI = {10.2307/2118559},
URL = {http://dx.doi.org/10.2307/2118559},
BibTeX (IV): styles