latex.1.man
changeset 0 c66307cca740
equal deleted inserted replaced
-1:000000000000 0:c66307cca740
       
     1 .TH latex 5 19/11/2007
       
     2 
       
     3 .SH SECTIONS
       
     4 .TP 5
       
     5 .B \eappendix
       
     6 Doesn't print anything, but changes the chapter naming to letters. From now on,
       
     7 next \echapter will go on with A, B, ...
       
     8 
       
     9 .SH PREAMBLE
       
    10 .TP 5
       
    11 .B \eusepackage[draft]{graphicx}
       
    12 Allows \fB\eincludegraphics{}\fR for including EPS, PNG, ... If you use
       
    13 .B draft
       
    14 then the images are not included, but the page layour kept as if they were.
       
    15 .TP
       
    16 .B \eusepackage{afterpage}
       
    17 Allows \fB\eafterpage{}\fR. This will run a \fB\eclearpage\fR automatically at
       
    18 the start of the next page, so LaTeX will have a free page for putting the float
       
    19 figures.
       
    20 
       
    21 .SH PARAGRAPH
       
    22 
       
    23 .TP 5
       
    24 .B \ecentering
       
    25 Set up centering from now on
       
    26 .TP
       
    27 .B \eclearpage
       
    28 Finishes the page, and the next lines start in a new page.
       
    29 .TP
       
    30 .B \einput{file}
       
    31 Include a tex file.
       
    32 
       
    33 .SH ENVIRONMENTS
       
    34 
       
    35 .TP 5
       
    36 .B center
       
    37 Centered text
       
    38 .TP
       
    39 .B enumeration
       
    40 1,2,3 with \eitem
       
    41 .TP
       
    42 .B itemize
       
    43 Bullets with \eitem
       
    44 .TP
       
    45 .B description
       
    46 Bullets with "\eitem[entry] description"
       
    47 
       
    48 .SH MATH
       
    49 .SS ENVIRONMENTS
       
    50 .TP 5
       
    51 .B align
       
    52 Aligns equations in multiple lines (\e\e) according to
       
    53 characters &
       
    54 .TP
       
    55 .B cases
       
    56 Opens a brace for cases inside an equation, then comes
       
    57 cases (separated by \e\e), aligning the conditions after &.
       
    58 .SS COMMANDS
       
    59 .TP 5
       
    60 .B \etext{}
       
    61 Writes roman text in math mode.
       
    62 .TP
       
    63 \fB\efrac{}{}\fR, \fB\edfrac{}{}\fR, \fB\etfrac{}{}\fR
       
    64 Normal fractions, displaystyle and textstyle (latter, smaller)
       
    65 
       
    66 
       
    67