From af0688ce507ccb3207c1893b89846b16db463e31 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 9 Oct 2023 17:49:18 +0200 Subject: [PATCH] added config file for chapter --- config/chapter.tex | 1 + main.tex | 2 +- pages/page-09-chapter.tex | 5 ----- 3 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 config/chapter.tex delete mode 100644 pages/page-09-chapter.tex 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