diff --git a/config/chapter.tex b/config/chapter.tex new file mode 100644 index 0000000..61537ee --- /dev/null +++ b/config/chapter.tex @@ -0,0 +1 @@ +\input{chapter/chapter-introduction} \ No newline at end of file diff --git a/main.tex b/main.tex index 35ee082..c5de7b0 100644 --- a/main.tex +++ b/main.tex @@ -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} diff --git a/pages/page-09-chapter.tex b/pages/page-09-chapter.tex deleted file mode 100644 index d0f3329..0000000 --- a/pages/page-09-chapter.tex +++ /dev/null @@ -1,5 +0,0 @@ -% ===================================================================== -% Every chapter used in the document has to be included here - -% include actual chapters -\input{chapter/chapter-introduction} \ No newline at end of file