Starting and Ending

Otevreni a Uzavreni


Your input file must contain the following commands as a minimum.

\documentstyle{style}
 \begin{document}
   ... your text goes here ...
 \end{document}

Vas vstupni soubor musi obsahovat alespon nasledujici prikazy:

\documentstyle{style}
 \begin{document}
   ... vas text k vysazeni ...
 \end{document}

where the style selected is one the valid styles for LaTeX. See Document Styles within this help file.

You may include other LaTeX commands between the \documentstyle and the \begin{document} commands.

kde "style" je jeden z LaTeXovskych stylu.

Muzete vlozit dalsi LaTeXovske prikazy mezi \documentstyle a \begin{document} .