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

8 lines
164 B
TeX
Raw Normal View History

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