diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 12:37:11 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-13 13:48:29 +0100 |
commit | aac88c8bfd610b97914d35eb1dccf9b250cecb43 (patch) | |
tree | bdb875af0ca7ce90df8b9cf9e137e4e8fafb51d8 /_report.yml | |
parent | 8647bf18dc3244885683f283a07b7cb23729f30c (diff) |
localize TeX template title.tex
```
cp /opt/quarto/share/formats/pdf/pandoc/title.tex .
```
or
```
curl -O title.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/title.tex
```
Diffstat (limited to '_report.yml')
-rw-r--r-- | _report.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_report.yml b/_report.yml index 997f985..0fe280b 100644 --- a/_report.yml +++ b/_report.yml @@ -8,8 +8,8 @@ format: - DIV=calc csquotes: true papersize: a4 -# template-partials: -# - title.tex + template-partials: + - ../title.tex include-in-header: # recalculate page margins, since mainfont was set after documentclass |