%##############################################################################
%  REF_EXERCISE.TEX
%
%  DESCRIPTION
%   This is the sixth exercise for the CSUMS LaTeX workshop on May
%   18, 2009.  
%
%##############################################################################
%
%   BEGIN DOCUMENT
%
\documentclass[12pt]{article}

\usepackage{graphicx}

\title{CSUMS \LaTeX workshop, Exercise 6}
\author{Author \thanks{author@asu.edu}}

\begin{document}

\maketitle

\section{Introduction}

\begin{figure}[hbt]
\includegraphics[height=3in]{./images/sample_im_lorenz.pdf}
\caption{Solution to convection equations.}
\end{figure}

%##############################################################################
%##############################################################################
%
%       BIBLIOGRAPHY GOES HERE
%

%##############################################################################
%
%   END OF DOCUMENT
%
\end{document}
