diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-02-22 07:28:11 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-02-22 07:28:11 +0100 |
commit | ebf1dbe780bdf60874403f99c659ab3b7508e6d7 (patch) | |
tree | 83d7dffd8a4de343c9b68a9c7b555d9b1e277d22 /_report.yml | |
parent | 31a91409fd8726847251f75ceab6254d3757f550 (diff) |
localize TeX template template.tex
```
cp /opt/quarto/share/formats/pdf/pandoc/template.tex _templates/
```
or
```
curl -O _templates/template.tex https://github.com/quarto-dev/quarto-cli/raw/main/src/resources/formats/pdf/pandoc/template.tex
```
Diffstat (limited to '_report.yml')
-rw-r--r-- | _report.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_report.yml b/_report.yml index 0797f3a..237e214 100644 --- a/_report.yml +++ b/_report.yml @@ -11,6 +11,7 @@ format: - DIV=calc csquotes: true papersize: a4 + template: ../_templates/template.tex template-partials: - ../_templates/doc-class.tex - ../_templates/title.tex |