array


 \begin{array}{col1col2...coln}
 column 1 entry & column 2 entry ... & column n entry \\
 .
 .
 .
 \end{array}

 \begin{array}{sl1sl2...sln}
 polozka 1. sloupce & polozka 2. sloupce  ...  & polozka 3. sloupce \\
 .
 .
 .
 \end{array}

Math arrays are produced with the array environment. It has a single mandatory argument describing the number of columns and the alignment within them. Each column, coln, is specified by a single letter that tells how items in that row should be formatted.

I matematicka prostredi jsou vytvarena pomoci prostredi array.

Array ma povinny argument urcujici pocet sloupcu a zarovnavani v nich. Kazdy sloupec (sl1 .. sln) je urcen jednim znakem, ktery urcuje, jak budou polozky v tomto sloupci zarovnavany.

Column entries must be separated by an &. Column entries may include other LaTeX commands. Each row of the array must be terminated with the string \\.

Polozky sloupcu musi byt oddeleny znakem &. Polozky mohou obsahovat ruzne dalsi LaTeXovske prikazy. Kazdy radek musi byt ukoncen prikazem \\.