%
%  This is an example LaTeX file. The percent sign is used to mark the
% start of a comment.
%
%  - Michael Weeks, January, 2003
%
\documentclass{article}
%\usepackage[dvips]{graphics}
%  Though it is just a comment now, you probably want to un-comment the
%  "usepackage" line above, if you want to include figures.

\begin{document}

This is a very short example of a LaTeX file, with only the bare-minimum!
You can have text in {\it italics} font, or in {\bf bold} font,
and even \underline{underlined}. 

You can also include Math formulas, graphics, an automatically generated
table of contents, and an automatically numbered bibliography. But this
file is a very short example. 

\end{document}
