latex.1.man
author viric@llimona
Thu, 15 May 2008 19:58:47 +0200
changeset 2 4d3e5debb377
parent 0 c66307cca740
permissions -rw-r--r--
New info

.TH latex 5 19/11/2007

.SH SECTIONS
.TP 5
.B \eappendix
Doesn't print anything, but changes the chapter naming to letters. From now on,
next \echapter will go on with A, B, ...

.SH PREAMBLE
.TP 5
.B \eusepackage[draft]{graphicx}
Allows \fB\eincludegraphics{}\fR for including EPS, PNG, ... If you use
.B draft
then the images are not included, but the page layour kept as if they were.
.TP
.B \eusepackage{afterpage}
Allows \fB\eafterpage{}\fR. This will run a \fB\eclearpage\fR automatically at
the start of the next page, so LaTeX will have a free page for putting the float
figures.

.SH PARAGRAPH

.TP 5
.B \ecentering
Set up centering from now on
.TP
.B \eclearpage
Finishes the page, and the next lines start in a new page.
.TP
.B \einput{file}
Include a tex file.

.SH ENVIRONMENTS

.TP 5
.B center
Centered text
.TP
.B enumeration
1,2,3 with \eitem
.TP
.B itemize
Bullets with \eitem
.TP
.B description
Bullets with "\eitem[entry] description"

.SH MATH
.SS ENVIRONMENTS
.TP 5
.B align
Aligns equations in multiple lines (\e\e) according to
characters &
.TP
.B cases
Opens a brace for cases inside an equation, then comes
cases (separated by \e\e), aligning the conditions after &.
.SS COMMANDS
.TP 5
.B \etext{}
Writes roman text in math mode.
.TP
\fB\efrac{}{}\fR, \fB\edfrac{}{}\fR, \fB\etfrac{}{}\fR
Normal fractions, displaystyle and textstyle (latter, smaller)