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-tabularx.tex
Normal file
7
codebeispiele/table-tabularx.tex
Normal file
|
@ -0,0 +1,7 @@
|
|||
\begin{tabularx}{\textwidth}{X|X|X}
|
||||
% X sorgt für Umbruch
|
||||
% und "stretcht" die Spalte
|
||||
Hallo & Beispieltext & Ende \\
|
||||
\hline
|
||||
Dies & ist & Zeile 2 \\
|
||||
\end{tabularx}
|
Loading…
Add table
Add a link
Reference in a new issue