latex-skript/listings/tables/table-example-renderable.tex

12 lines
304 B
TeX

\centering
\begin{tabular}{llr}
\toprule
Language & Author & Year \\
\midrule
C++ & Bjarne Stroustrup & 1985 \\
Java & James Gosling & 1998 \\
Python & Guido van Rossum & 1991 \\
\bottomrule
\end{tabular}
\caption*{Well-known programming languages}