change year of programming language table to filename extension

This commit is contained in:
Fradtschuk 2022-08-22 14:25:26 +02:00
parent d59e8efae6
commit 59a1c2bd0e
4 changed files with 16 additions and 16 deletions

View File

@ -103,11 +103,11 @@ Die gesamte Tabelle
\begin{table}[h] \begin{table}[h]
\begin{tabular}{lrcl} \begin{tabular}{lrcl}
\toprule \toprule
Sprache & Autor & Erscheinungsjahr & Aktuelle Version \\ Sprache & Autor & Erscheinungsjahr & Dateiendung \\
\midrule \midrule
C++ & Bjarne Stroustrup & 1985 & C++ 17 \\ C++ & Bjarne Stroustrup & 1985 & .cpp \\
Java & James Gosling & 1998 & 13 \\ Java & James Gosling & 1998 & .java \\
Python & Guido van Rossum & 1991 & 3.8.0 \\ Python & Guido van Rossum & 1991 & .py \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\caption{Bekannte Programmiersprachen} \caption{Bekannte Programmiersprachen}

View File

@ -103,11 +103,11 @@ The entire table
\begin{table}[h] \begin{table}[h]
\begin{tabular}{lrcl} \begin{tabular}{lrcl}
\toprule \toprule
Language & Author & Year & Version \\ Language & Author & Year & Filename extension \\
\midrule \midrule
C++ & Bjarne Stroustrup & 1985 & C++ 17 \\ C++ & Bjarne Stroustrup & 1985 & .cpp \\
Java & James Gosling & 1998 & 13 \\ Java & James Gosling & 1998 & .java \\
Python & Guido van Rossum & 1991 & 3.8.0 \\ Python & Guido van Rossum & 1991 & .py \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\caption{Well-known programming languages} \caption{Well-known programming languages}

View File

@ -12,11 +12,11 @@
\begin{table}[h] \begin{table}[h]
\centering \centering
\begin{tabular}{lrcl} \toprule \begin{tabular}{lrcl} \toprule
Sprache & Autor & Erscheinungsjahr & Aktuelle Version \\ Sprache & Autor & Erscheinungsjahr & Dateiendung \\
\midrule \midrule
C++ & Bjarne Stroustrup & 1985 & C++17 \\ C++ & Bjarne Stroustrup & 1985 & .cpp \\
Java & James Gosling & 1998 & 13 \\ Java & James Gosling & 1998 & .java \\
Python & Guido van Rossum & 1991 & 3.8.0 \\ Python & Guido van Rossum & 1991 & .py \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\caption{Bekannte Programmiersprachen} \caption{Bekannte Programmiersprachen}

View File

@ -12,11 +12,11 @@
\begin{table}[h] \begin{table}[h]
\centering \centering
\begin{tabular}{lrcl} \toprule \begin{tabular}{lrcl} \toprule
Language & Author & Year & Version \\ Language & Author & Year & Filename extension \\
\midrule \midrule
C++ & Bjarne Stroustrup & 1985 & C++17 \\ C++ & Bjarne Stroustrup & 1985 & .cpp \\
Java & James Gosling & 1998 & 13 \\ Java & James Gosling & 1998 & .java \\
Python & Guido van Rossum & 1991 & 3.8.0 \\ Python & Guido van Rossum & 1991 & .py \\
\bottomrule \bottomrule
\end{tabular} \end{tabular}
\caption{Well-known programming languages} \caption{Well-known programming languages}