summaryrefslogtreecommitdiffstats
path: root/blueprint.tex
diff options
context:
space:
mode:
Diffstat (limited to 'blueprint.tex')
-rw-r--r--blueprint.tex10
1 files changed, 9 insertions, 1 deletions
diff --git a/blueprint.tex b/blueprint.tex
index c88f76d..4525667 100644
--- a/blueprint.tex
+++ b/blueprint.tex
@@ -18,6 +18,7 @@
\usetikzlibrary{calc}
\usepackage[pagestyles]{titlesec}
\usepackage{hanging}
+\usepackage{fancyhdr}
% fonts
\newpxfont
@@ -74,6 +75,13 @@
\end{figure}}
\begin{document}
+\pagestyle{fancy}
+\fancyhead{} % clear all header fields
+%\fancyhead[RO,LE]{\thepart}
+\fancyfoot{} % clear all footer fields
+\fancyfoot[LE,RO]{\thepage}
+%\fancyfoot[LO,CE]{\thechapter}
+%\fancyfoot[CO,RE]{\thesection}
\frontmatter
\graphicspath{{img/}}
@@ -114,7 +122,6 @@
\clearpage
-\pagestyle{empty}
\tableofcontents*
\clearpage
@@ -183,4 +190,5 @@
\input{extra/radicalism_of_unbelief.tex}
% input{extra/philosophy_of_concept_art.tex}
+
\end{document}