WUT_Computer_Science/program/code/functional_tests/ERRORwrongColumnsNumber/texfilecolumnswrong.tex

7 lines
116 B
TeX
Raw Normal View History

2023-05-31 03:53:16 +02:00
\documentclass{class}
\begin{document}
\begin{tabular}{ l c r }
1 & 2 & 3 \\
4 & 5 6 \\
\end{tabular}
\end{document}