1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<html>
<head><title>minipage</title></head>
<body>
<h1>minipage</h1>
<P>
</P>
<PRE>
\begin{minipage}[position]{width}
text
\end{minipage}
</PRE>
<P>
The <CODE>minipage</CODE> environment is similar to a <CODE>\parbox</CODE> command.
It takes the same optional <CODE>position</CODE> argument and mandatory
<CODE>width</CODE> argument. You may use other paragraph-making environments
inside a minipage.
</P>
<P>
Footnotes in a <CODE>minipage</CODE> environment are handled in a way that is
particularly useful for putting footnotes in figures or tables. A
<CODE>\footnote</CODE> or <CODE>\footnotetext</CODE> command puts the footnote at
the bottom of the minipage instead of at the bottom of the page, and it
uses the <CODE>mpfootnote</CODE> counter instead of the ordinary
<CODE>footnote</CODE> counter See section <A href="sec3.html">Counters</A>.
</P>
<P>
NOTE: Don't put one minipage inside another if you are using footnotes;
they may wind up at the bottom of the wrong minipage.
</P>
<p>--><a href="index.html">LaTeX index</a>
</body>
</html>
|