list


 \begin{list}{label}{spacing}
 \item First item
 \item Second item
 .
 .
 .
 \end{list}

 \begin{list}{label}{spacing}
 \item 1. polozka
 \item 2. polozka
 .
 .
 .
 \end{list}

The {label} argument specifies how items should be labeled. This argument is a piece of text that is inserted in a box to form the label. This argument can and usually does contain other LaTeX commands.

Tento prikaz vytvori seznam, jehoz polozky budou oznaceny podle hodnoty argumentu label. Tento argument je textovy, muze ale obsahovat i dalsi LaTeXovske prikazy.

The {spacing} argument contains commands to change the spacing parameters for the list. This argument will most often be null, i.e., {}. This will select all default spacing which should suffice for most cases.

Argument spacing je tvoren prikazy pro zmenu mezerovani v seznamu. Tento argument byva velice casto nastaven na nulu (asi takto: {} ). Pri teto volbe se pouzije standardni nastaveni, ktere je pouzitelne ve vetsine pripadu.