diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:12:02 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:12:02 +0100 |
commit | 70090ba022efa56166989367404fb9c6136f388c (patch) | |
tree | 1c6a61850f976b04021ce75444a40cffaad28d82 /structure/00-header.tex | |
parent | 8503c1f04924018d6a05116a26c455e5d6b83b5e (diff) | |
download | bookup-70090ba022efa56166989367404fb9c6136f388c.tar.gz bookup-70090ba022efa56166989367404fb9c6136f388c.tar.bz2 |
Fix: make list of definitions and etimologies configurable
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}}{} |