diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:56 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-21 09:47:56 +0100 |
commit | 4bfbbf1bac1fe3765fae3d27c4e0eaa7d66a758e (patch) | |
tree | 59b8916e743ed695d8b7b83e5eff8d77e008b6f1 /_report.yml | |
parent | a7ab7d97c292345b6912388941c513beee2d8387 (diff) |
move LaTeX templates to subdir _templates/
Diffstat (limited to '_report.yml')
-rw-r--r-- | _report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_report.yml b/_report.yml index 490ce6b..391f970 100644 --- a/_report.yml +++ b/_report.yml @@ -12,7 +12,7 @@ format: csquotes: true papersize: a4 template-partials: - - ../title.tex + - ../_templates/title.tex include-in-header: # recalculate page margins, since mainfont was set after documentclass |