Guest User

Untitled

a guest
Apr 14th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.42 KB | None | 0 0
  1. \documentclass[10pt]{article}
  2. \usepackage{czech}
  3.  
  4. \begin{document}
  5.  
  6. Pavlo, sleduj. Tohle je odkaz na tabulku číslo \ref{tabulka-1}. To koukáš, co? :D
  7.  
  8. \bigskip
  9.  
  10. \begin{table}[h!]
  11.  \begin{center}
  12.    \begin{tabular}{| l c r |}
  13.    \hline
  14.    1 & 2 & 3 \\
  15.    4 & 5 & 6 \\
  16.    7 & 8 & 9 \\
  17.    \hline
  18.    \end{tabular}
  19.  \end{center}
  20.  \caption{A simple table}\label{tabulka-1}
  21. \end{table}
  22.  
  23.  
  24. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment