Add section about tables and longtable
This commit is contained in:
parent
f8afcdae3d
commit
0f647aec00
5 changed files with 137 additions and 1 deletions
7
codebeispiele/table-simple.tex
Normal file
7
codebeispiele/table-simple.tex
Normal file
|
@ -0,0 +1,7 @@
|
|||
\begin{tabular}{|l|c|r|}
|
||||
\hline
|
||||
Hallo & Beispiel & Ende \\
|
||||
\hline
|
||||
Dies & ist & Zeile 2 \\
|
||||
\hline
|
||||
\end{tabular}
|
Loading…
Add table
Add a link
Reference in a new issue