mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 12:43:16 +02:00
10 lines
118 B
TeX
10 lines
118 B
TeX
|
|
\documentclass{article}
|
||
|
|
\begin{document}
|
||
|
|
|
||
|
|
Here is a table:
|
||
|
|
|
||
|
|
\begin{tabular}{p[5cm]}
|
||
|
|
test
|
||
|
|
\end{tabular}
|
||
|
|
|
||
|
|
\end{document}
|