\documentclass[11pt]{article}

\usepackage{colordvi,graphicx}

%\addtolength{\oddsidemargin}{-0.25in}
%\addtolength{\textwidth}{0.5in}
%\addtolength{\headsep}{-0.5in}
%\addtolength{\textheight}{1.0in}


\begin{document}

\parskip 1ex            % sets the gap between paragraphs
\parindent 0ex		% an ex is the width of an ex

\section*{Lesson 8: \today}
\subsection*{Tables and Arrays}

During the lesson we will construct tables and arrays using LaTex, and
will also discuss postscript files and Mathematica's facilities for
producing postscript and Tex output.

\subsection*{Colors}

The \Blue{color} commands in the {\tt colordvi} package are of the 
of the form: \verb+\Blue{text in blue}+.

\begin{figure}
\begin{center}
\includegraphics[height=3.0in,angle=0.0]{latex.eps}
\end{center}
\caption{Layout of a LaTex page.}
\end{figure}

\end{document}




