Add section about tables and longtable

This commit is contained in:
Julius Freudenberger 2025-09-23 23:14:06 +02:00
parent f8afcdae3d
commit 0f647aec00
5 changed files with 137 additions and 1 deletions

View file

@ -0,0 +1,9 @@
\begin{table}
\begin{tabular}{c|c|c}
Hallo & Beispiel & Ende \\
\hline
Dies & ist & Zeile 2 \\
\end{tabular}
\caption{Beispieltabelle mit
Beschriftung}
\end{table}