latex.1.man
changeset 0 c66307cca740
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/latex.1.man	Sun Nov 25 11:41:05 2007 +0100
@@ -0,0 +1,67 @@
+.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)
+
+
+