summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/statistik/sta_mytable-info.tex
blob: 9706ea5dc4a980de5e28e813f5329af1ad6d951e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{booktabs}
\begin{document}
\begin{tabular}{@{}clc@{}}\toprule
Kapitel--Nummer & Kapitel--Text & Seitenanzahl \\\midrule
1 & ^^d6sterreich & 4 \\
2 & B & 2 \\
3 & Kapitel C & 4 \\
4 & Kapitel D & 1 \\
\bottomrule
\end{tabular}
\end{document}