mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 12:43:04 +02:00
15 lines
244 B
TeX
15 lines
244 B
TeX
\documentclass{article}
|
|
\begin{document}
|
|
some random text
|
|
\begin{tabular}{c}
|
|
inside table
|
|
\end{tabular}
|
|
some random text 2
|
|
\begin{tabular}{c}
|
|
inside table2
|
|
\end{tabular}
|
|
|
|
\begin{tabular}{c}
|
|
inside table3
|
|
\end{tabular}
|
|
\end{document} |