Add section about tables and longtable
This commit is contained in:
parent
f8afcdae3d
commit
0f647aec00
5 changed files with 137 additions and 1 deletions
9
codebeispiele/table-float.tex
Normal file
9
codebeispiele/table-float.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue