WUT_Computer_Science/Programming/ECOTE/program/code/texfile.tex

15 lines
244 B
TeX

\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}