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

10 lines
121 B
TeX
Raw Normal View History

2023-05-10 18:16:28 +02:00
\documentclass{article}
\begin{document}
Here is a table:
\begin{tabular}{p{5.2pt}}
test2
2023-05-10 18:16:28 +02:00
\end{tabular}
\end{document}