diff options
author | phoebe jenkins <pjenkins@tula-health.com> | 2024-08-21 23:48:18 -0400 |
---|---|---|
committer | phoebe jenkins <pjenkins@tula-health.com> | 2024-08-21 23:48:18 -0400 |
commit | 9c0214b92acd6816b93ee4edca995257914630ae (patch) | |
tree | a4a49cacd5e2b1b24b97a0d6216f1af2b2f78c5f /blueprint.tex | |
parent | 488959552c345ba7686f499707f17756a6bb75b9 (diff) | |
download | blueprint-9c0214b92acd6816b93ee4edca995257914630ae.tar.gz |
confuse myself around some weird invisible characters
Diffstat (limited to 'blueprint.tex')
-rw-r--r-- | blueprint.tex | 10 |
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} |