WUT_Computer_Science/examples/paragraphs/table.tex

10 lines
118 B
TeX

\documentclass{article}
\begin{document}
Here is a table:
\begin{tabular}{p[5cm]}
test
\end{tabular}
\end{document}