From 27e862eaca2fac9afdc5e77ed90373f9f6d3bda3 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Mon, 4 Oct 2021 13:36:45 +0200 Subject: [PATCH] Remove TODO --- content/project-structure.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/project-structure.tex b/content/project-structure.tex index 19fbae7..362fb82 100644 --- a/content/project-structure.tex +++ b/content/project-structure.tex @@ -1,8 +1,6 @@ \chapter{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 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.