Multiple figure environment

. allows you to create an $n \times m$ array of figures on a single page. Each figure has its own margins, and the array of figures is optionally surrounded by an outer margin as shown in Figure [*].


  
Figure: Page layout in multiple figure mode
\begin{figure}
 \begin{center}

\setlength {\unitlength}{0.0125in}
 \begin{pictu...
 ...sebox{0pt}[0pt][0pt]{\tt mfg=c(2,2,3,2)}}}\end{picture} \end{center}\end{figure}

The graphical parameters relating to multiple figures are as follows:


\begin{session}
% latex2html id marker 2403
\separate
mfcol=c(3,2)
mfrow=c(2,4)
...
 ...starting with the
bottom margin and working clockwise.\cr
\separate\end{session}

Outer margins are particularly useful for page-wise titles, etc. Text can be added to the outer margins with the mtext() function with argument outer=T. There are no outer margins by default, however, so you must create them explicitly using oma or omi.



Jeff Banfield
2/13/1998