Minimal Introduction to LATEX

These notes are not a complete guide, but may help understand the examples used within this short paper.

Comments in the file are lines started with a % (percent sign) and continue to end of line.

Most LATEX commands start with the `backslash character' \ character, followed by a keyword, followed by parameters, usually enclosed in `curly braces': { and }.

Sections and subsections are started by the lines:

     \section{Section Title}
     \subsection{Subsection Title}

Bold faced text appears like this: This piece should be bold.

Emphasized (italic text) appears like this: This should be emphasized.



Subsections