Remove TODO

This commit is contained in:
Knoch 2021-10-04 13:36:45 +02:00
parent fc15b0a296
commit 27e862eaca

View File

@ -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.