WUT_Computer_Science/program/code/functional_tests/PassparametersTable/texfilelonger.tex

8 lines
165 B
TeX
Raw Normal View History

2023-06-07 03:46:12 +02:00
\documentclass{article}
\usepackage{array}
\begin{document}
2023-06-07 16:19:44 +02:00
\begin{tabular}{ p{30pt} | m{5pt} | b{5pt} }
2023-06-07 03:46:12 +02:00
test & 2 & test \\
4 & 5 & 6 \\
\end{tabular}
\end{document}