diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 6 | ||||
| -rw-r--r-- | main/chapter02.tex | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index ea84160..dab7e41 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -37,6 +37,12 @@ \input{../common/acronym.tex} \newpage +% Nomenclature +\phantomsection
+\addcontentsline{toc}{chapter}{Nomenclature}
+\printnomenclature +\newpage + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content diff --git a/main/chapter02.tex b/main/chapter02.tex index 0ee4d4b..90295a0 100644 --- a/main/chapter02.tex +++ b/main/chapter02.tex @@ -88,6 +88,12 @@ \listoftables \newpage +% Nomenclature +\phantomsection
+\addcontentsline{toc}{chapter}{Nomenclature}
+\printnomenclature +\newpage + % Imprint \input{../common/imprint.tex} \newpage |
