待更新

Gimp can export .eps

Landscape

In some manual it says the landscape environment is included in the basic graphics package. But I don't have it, so I use the landscape environment in lscape package:

\usepackage{lscape}

I only need landscape for figures, so here shows the entire document structure:

\begin{document}
\begin{landscape}
\title{Biol408 Physiology Figures}
\author{Spring 2006}
\date{}
\maketitle
\listoffigures
\newpage

%%%%Document starts here

\begin{figure}
\centering
\includegraphics[height=6in]{Fig/temp.eps}
\caption{Z scheme of photosynthesis}
\end{figure}
...
%more figures
...
\end{landscape}
\end{document}

- The page numbers are hanging on the left side instead of the bottom,

but I'm fine with that - Just as table of contents, since I only have figures, a \listoffigures is enough - Since normally the width is greater than height, I restrict height to 6in since this fits most my figures into the page