next up previous contents
Next: JPEG Up: Figures Previous: Figures   Contents

EPS

To include EPS figures, use the graphix package by including the command \usepackage{graphicx} in the preamble. Then, figures can be included using the \includegraphics[]{} command. Several arguments can be passed, ie.:
\includegraphics[width=\textwidth]{smallmap.eps}
\includegraphics[angle=90,
                 height=0.5\textheight,
                 width=0.49\textwidth]{leaflet1.eps}



Michael McNeil Forbes 2006-05-26