minipage


 \begin{minipage}[position]{width}
  text
 \end{minipage}

 \begin{minipage}[pozice]{sirka}
  text
 \end{minipage}

The minipage environment is similar to a \parbox command. It takes the same optional position argument and mandatory width argument. You may use other paragraph-making environments inside a minipage.

Prostredi minipage je podobne prikazu \parbox. Je zde nepovinny argument pozice a povinny argument sirka. Uvnitr minipage lze pouzivat dalsi odstavcova prostredi.

Footnotes in a minipage environment are handled in a way that is particularly useful for putting footnotes in figures or tables. A \footnote or \footnotetext command puts the footnote at the bottom of the minipage instead of at the bottom of the page, and it uses the mpfootnote counter instead of the ordinary footnote counter.

S patickami v prostredi minipage se zachazi jako s patickami teto stranky, takze se daji pouzit treba jako paticky k tabulce ci obrazku. Prikazy \footnote a \footnotetext vytvori paticku na konci minipage, misto na konci "normalni" stranky. Navic pouzivaji citac mpfootnote misto obvykleho citace footnote.

NOTE: Don't put one minipage inside another if you are using footnotes; they may wind up at the bottom of the wrong minipage.
POZOR: Nepouzivejte vnorena prostredi minipage, pokud pouzivate paticky, protoze tyto paticky by se mohly ocitnout na konci jine minipage nez Vy chcete.