table


 \begin{table}[placement]

  body of the table

 \caption{table title}
 \end{table}

 \begin{table}[umisteni]

  telo tabulky

 \caption{jmeno tabulky}
 \end{table}

Tables are objects that are not part of the normal text, and are usually "floated" to a convenient place, like the top of a page. Tables will not be split between two pages.

The optional argument [placement] determines where LaTeX will try to place your table. There are four places where LaTeX can possibly put a float:

Tabulky jsou objekty, ktere nejsou soucasti normalniho textu. Navic jsou obvykle "plovouci". Tabulku nelze rozdelit na vice stranek.

Nepovinny argument umisteni urcuje kam LaTeX zkusi umistit tabulku:

The standard report and article styles use the default placement tbp.

The body of the table is made up of whatever text, LaTeX commands, etc., you wish. The \caption command allows you to title your table.

Standardni styly report a article maji default nastaveni tbp.

Telo tabulky muze obsahovat libovolny text, LaTeXovsky prikaz, atp. Prikaz \caption umoznuje pojmenovat tabulku dle libosti.