latex-skript/exercises/tables/tables.done.tex

16 lines
425 B
TeX

\codeblock{latex}{./exercises/tables/tables.code.tex}
\begin{table}[h]
\centering
\begin{tabular}{clll}
\toprule
No. & Name & Abbreviation & Term \\
\midrule
1 & Foundations of Software Engineering & SWT-FSE-B & summer \\
2 & Information Retrieval & MI-IR-M & summer \\
3 & International Outsourcing Management & ISM-IOM-M & winter \\
\bottomrule
\end{tabular}
\caption{Overview over some courses}
\end{table}