diff options
Diffstat (limited to 'structure/00-header.tex')
-rw-r--r-- | structure/00-header.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/structure/00-header.tex b/structure/00-header.tex index 48b7150..ded10bd 100644 --- a/structure/00-header.tex +++ b/structure/00-header.tex @@ -79,3 +79,6 @@ % See https://stackoverflow.com/questions/45963505/coverpage-and-copyright-notice-before-title-in-r-bookdown \let\oldmaketitle\maketitle \AtBeginDocument{\let\maketitle\relax} + +% Custom header +\IfFileExists{snippets/header.tex}{\input{snippets/header.tex}}{} |