From bfe3699e26d47cdf35b31afcc92aef7115e158b3 Mon Sep 17 00:00:00 2001 From: Mads Mogensen Date: Wed, 15 Jun 2022 20:24:23 +0200 Subject: [PATCH] Move formalia from sections to a new formalia directory Pages moved: - frontpage - titlepage - abstract - preface --- {sections => formalia}/abstract.tex | 0 {sections => formalia}/frontpage.tex | 0 {sections => formalia}/preface.tex | 0 {sections => formalia}/titlepage.tex | 0 master.tex | 6 +++--- setup/macro.tex | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename {sections => formalia}/abstract.tex (100%) rename {sections => formalia}/frontpage.tex (100%) rename {sections => formalia}/preface.tex (100%) rename {sections => formalia}/titlepage.tex (100%) diff --git a/sections/abstract.tex b/formalia/abstract.tex similarity index 100% rename from sections/abstract.tex rename to formalia/abstract.tex diff --git a/sections/frontpage.tex b/formalia/frontpage.tex similarity index 100% rename from sections/frontpage.tex rename to formalia/frontpage.tex diff --git a/sections/preface.tex b/formalia/preface.tex similarity index 100% rename from sections/preface.tex rename to formalia/preface.tex diff --git a/sections/titlepage.tex b/formalia/titlepage.tex similarity index 100% rename from sections/titlepage.tex rename to formalia/titlepage.tex diff --git a/master.tex b/master.tex index e1e0890..97f6605 100644 --- a/master.tex +++ b/master.tex @@ -3,9 +3,9 @@ \begin{document} % Formal stuff like the frontpage and titlepage \pagestyle{empty} -\include{sections/frontpage} -\include{sections/titlepage} -\include{sections/preface} +\include{formalia/frontpage} +\include{formalia/titlepage} +\include{formalia/preface} \pdfbookmark[0]{\contentsname}{label:contents} \tableofcontents \clearpage diff --git a/setup/macro.tex b/setup/macro.tex index 9c42e67..87ed158 100644 --- a/setup/macro.tex +++ b/setup/macro.tex @@ -101,7 +101,7 @@ \columnbreak\\% \textbf{##6:}% Abstract \begin{mdframed}% - \input{sections/abstract}% Abstract text + \input{formalia/abstract}% Abstract text \end{mdframed}% \end{multicols}% }%