latex-skript/listings/tables/table-example.tex
2021-02-09 22:10:43 +01:00

15 lines
369 B
TeX

\begin{table}[h]
\centering
\begin{tabular}{llr}
\toprule
Sprache & Autor & Jahr \\
\midrule
C++ & Bjarne Stroustrup & 1985 \\
Java & James Gosling & 1998 \\
Python & Guido van Rossum & 1991 \\
\bottomrule
\end{tabular}
\caption{Bekannte Programmiersprachen}
\end{table}