latex-workshop/codebeispiele/table-float.tex

9 lines
200 B
TeX

\begin{table}
\begin{tabular}{c|c|c}
Hallo & Beispiel & Ende \\
\hline
Dies & ist & Zeile 2 \\
\end{tabular}
\caption{Beispieltabelle mit
Beschriftung}
\end{table}