This commit is contained in:
Amma 2020-06-12 16:09:06 +02:00
parent 871a424228
commit 75d44bfb49

View File

@ -98,9 +98,11 @@ The entire table
@content
``` {.hljs .lang-tex}
\begin{table}[h]
\begin{tabular}{lrcl} \toprule
\begin{tabular}{lrcl}
\toprule
Language & Author & Year & Version \\
\midrule C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
\midrule
C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
Java & James Gosling & 1998 & 13 \\
Python & Guido van Rossum & 1991 & 3.8.0 \\
\bottomrule