added config file for chapter

This commit is contained in:
Sven Vogel 2023-10-09 17:49:18 +02:00
parent 87bea11af6
commit af0688ce50
3 changed files with 2 additions and 6 deletions

1
config/chapter.tex Normal file
View File

@ -0,0 +1 @@
\input{chapter/chapter-introduction}

View File

@ -69,6 +69,6 @@
\pagestyle{fancy}
\fancyhead[L]{\nouppercase{\leftmark}}
% include all used chapters
\input{pages/page-09-chapter.tex}
\input{config/chapter.tex}
\end{document}

View File

@ -1,5 +0,0 @@
% =====================================================================
% Every chapter used in the document has to be included here
% include actual chapters
\input{chapter/chapter-introduction}