\documentclass{article}
\usepackage{booktabs}
\usepackage{eurosym}
\begin{document}
%ohne Trimmung
\begin{tabular}{lrr}
\toprule
\multicolumn{2}{c}{Studium}\\ \cmidrule{1-2}
Fach & Dauer & Einkommen (\euro{})\\
\midrule
Info & 2 & 12,75 \\ \addlinespace
MST & 6 & 8,20 \\ \addlinespace
VWL & 14 & 10,00\\
\bottomrule
\end{tabular}
%mit Trimmung
\begin{tabular}{lrr}
\toprule
\multicolumn{2}{c}{Studium}\\ \cmidrule(lr){1-2}
Fach & Dauer & Einkommen (\euro{})\\
\midrule
Info & 2 & 12,75 \\ \addlinespace
MST & 6 & 8,20 \\ \addlinespace
VWL & 14 & 10,00\\
\bottomrule
\end{tabular}
\end{document}
Mittwoch, 22. März 2017
booktabs Beispiel ohne und mit Trimmung
Abonnieren
Kommentare zum Post (Atom)


Keine Kommentare:
Kommentar veröffentlichen
Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.