|
|||||
| Centre for Mathematical Sciences, Lund University |
|
||||
|
Home Up to Help About BibTeX Graphics TeX-system @ MClocal Tools maketex Packages PSTricks Local: mccover mcslides (prosper) External links *LaTeX Help 1.4 *TeX FAQ *Complete TeX Catalog *Att skriva rapport i LaTeX av Per Foreby *CTAN *TeX Primitive Control Sequences *MikTeX (LaTeX for Windows) *ps2pdf.com *TexPoint *Ghostscript & Ghostview Printer-friendly Print this page |
LaTeXHenrik Bengtsson, hb@maths.lth.se, 2003-2005 Help on LaTeX and friends. Choose a topic to the left. Get started
Definitions, Theorems, Lemmas and Proofs
Put line numbers in the document margin
To number equation and similar but also figure and minipage environments, enclose each of them in a linenomath environment, like this
\begin{linenomath}
\begin{eqnarray}
y_{R,i} &= a_R + b_R x_{R,i} + \varepsilon_{R,i} \\
y_{G,i} &= a_G + b_G x_{G,i} + \varepsilon_{G,i}
\end{eqnarray}
\end{linenomath}
\begin{linenomath}
\begin{eqnarray}
y_{R,i} &= b_R x_{R,i} + \varepsilon_{R,i} \\
y_{G,i} &= b_G x_{G,i} + \varepsilon_{G,i}
\end{eqnarray}
\end{linenomath}
If you use Improved verbatim inclusion
MiscellaneousChange the font of the verbatim environment
% Use a small font for the verbatim environment
\makeatletter % makes '@' an ordinary character
\renewcommand{\verbatim@font}{%
\ttfamily\small\catcode`\<=\active\catcode`\>=\active%
}
\makeatother % makes '@' a special symbol again
URLs in LaTeX documentsThe package hyperref provides commands for including URLs that automatically will be line wrapped and for which special characters such as~ do not have to be escaped. For example:
\usepackage{hyperref} % \url
[...]
For more help on LaTeX, see \url{http://www.maths.lth.se/help/},
which is maintained by Henrik Bengtsson \url{http://www.maths.lth.se/~hb/}.
|
|
Email: hb@maths.lth.se
|