WUT_Computer_Science/Programming/ECOTE/examples/paragraphs/table.tex

10 lines
121 B
TeX

\documentclass{article}
\begin{document}
Here is a table:
\begin{tabular}{p{5.2pt}}
test2
\end{tabular}
\end{document}