rulify
This commit is contained in:
parent
871a424228
commit
75d44bfb49
@ -98,12 +98,14 @@ The entire table
|
|||||||
@content
|
@content
|
||||||
``` {.hljs .lang-tex}
|
``` {.hljs .lang-tex}
|
||||||
\begin{table}[h]
|
\begin{table}[h]
|
||||||
\begin{tabular}{lrcl} \toprule
|
\begin{tabular}{lrcl}
|
||||||
|
\toprule
|
||||||
Language & Author & Year & Version \\
|
Language & Author & Year & Version \\
|
||||||
\midrule C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
|
\midrule
|
||||||
|
C++ & Bjarne Stroustrup & 1985 & C++ 17 \\
|
||||||
Java & James Gosling & 1998 & 13 \\
|
Java & James Gosling & 1998 & 13 \\
|
||||||
Python & Guido van Rossum & 1991 & 3.8.0 \\
|
Python & Guido van Rossum & 1991 & 3.8.0 \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Well-known programming languages}
|
\caption{Well-known programming languages}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user