Compare commits
2 Commits
fc15b0a296
...
633e55906a
| Author | SHA1 | Date | |
|---|---|---|---|
| 633e55906a | |||
| 27e862eaca |
@ -1,8 +1,6 @@
|
|||||||
\chapter{Project structure}
|
\chapter{Project structure}
|
||||||
\label{sec:project-structure}
|
\label{sec:project-structure}
|
||||||
|
|
||||||
\todo{Wäre zu diesem Kapitel noch ein schematisches Bild sinnvoll?}
|
|
||||||
|
|
||||||
In the previous chapters we have only seen very short \LaTeX{} examples. \LaTeX{} can of course also be used to create larger documents and projects, such as a thesis.
|
In the previous chapters we have only seen very short \LaTeX{} examples. \LaTeX{} can of course also be used to create larger documents and projects, such as a thesis.
|
||||||
In order not to lose the overview in the source code and to avoid that source files become too long, a reasonable structuring of a larger \LaTeX{} project is advisable. For this purpose, the source code is divided into different files, which will be discussed in more detail in the following sections.
|
In order not to lose the overview in the source code and to avoid that source files become too long, a reasonable structuring of a larger \LaTeX{} project is advisable. For this purpose, the source code is divided into different files, which will be discussed in more detail in the following sections.
|
||||||
|
|
||||||
|
|||||||
@ -5,9 +5,9 @@
|
|||||||
\toprule
|
\toprule
|
||||||
No. & Name & Abbreviation & Term \\
|
No. & Name & Abbreviation & Term \\
|
||||||
\midrule
|
\midrule
|
||||||
1 & Mathematik für Informatik 1 & GdI-MfI1-B & winter \\
|
1 & Foundations of Software Engineering & SWT-FSE-B & summer \\
|
||||||
2 & Datenbanksysteme & MOBI-DBS-B & summer \\
|
2 & Information Retrieval & MI-IR-M & summer \\
|
||||||
3 & Einführung in die Medieninformatik & MI-EMI-B & winter \\
|
3 & International Outsourcing Management & ISM-IOM-M & winter \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Overview over some courses}
|
\caption{Overview over some courses}
|
||||||
@ -20,9 +20,9 @@
|
|||||||
\toprule
|
\toprule
|
||||||
No. & Name & Abbreviation & Term \\
|
No. & Name & Abbreviation & Term \\
|
||||||
\midrule
|
\midrule
|
||||||
1 & Mathematik für Informatik 1 & GdI-MfI1-B & winter \\
|
1 & Foundations of Software Engineering & SWT-FSE-B & summer \\
|
||||||
2 & Datenbanksysteme & MOBI-DBS-B & summer \\
|
2 & Information Retrieval & MI-IR-M & summer \\
|
||||||
3 & Einführung in die Medieninformatik & MI-EMI-B & winter \\
|
3 & International Outsourcing Management & ISM-IOM-M & winter \\
|
||||||
\bottomrule
|
\bottomrule
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\caption{Overview over some courses}
|
\caption{Overview over some courses}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Mathematik für Informatik
|
\item Foundations of Software Engineering
|
||||||
\subitem abbreviation: GdI-MfI1-B
|
\subitem abbreviation: SWT-FSE-B
|
||||||
\subitem term: winter
|
\subitem term: summer
|
||||||
\item Datenbanksysteme
|
\item Information Retrieval
|
||||||
\subitem abbreviation: MOBI-DBS-B
|
\subitem abbreviation: MI-IR-M
|
||||||
\subitem term: summer
|
\subitem term: summer
|
||||||
\item Einführung in die Medieninformatik
|
\item International Outsourcing Management
|
||||||
\subitem abbreviation: MI-EMI-B
|
\subitem abbreviation: ISM-IOM-M
|
||||||
\subitem term: winter
|
\subitem term: winter
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|||||||
@ -5,7 +5,6 @@ Insert an additional \emph{centered column} that numbers the courses.
|
|||||||
Add a caption to the table.
|
Add a caption to the table.
|
||||||
You find the table in \mintinline{bash}{exercises/tables/tables.tex}.
|
You find the table in \mintinline{bash}{exercises/tables/tables.tex}.
|
||||||
|
|
||||||
\todo{Durch englisch\-sprachige Veranstaltungen ersetzen}
|
|
||||||
\exercisematerial{exercises/tables/tables}
|
\exercisematerial{exercises/tables/tables}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user