WUT_Computer_Science/program/code/functional_tests/texfile.tex

15 lines
244 B
TeX
Raw Normal View History

2023-05-31 03:53:16 +02:00
\documentclass{article}
\begin{document}
some random text
\begin{tabular}{c}
inside table
\end{tabular}
some random text 2
\begin{tabular}{c}
inside table2
\end{tabular}
\begin{tabular}{c}
inside table3
\end{tabular}
\end{document}