From ebf1dbe780bdf60874403f99c659ab3b7508e6d7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Feb 2024 07:28:11 +0100 Subject: 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 ``` --- _report.yml | 1 + 1 file changed, 1 insertion(+) (limited to '_report.yml') 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 -- cgit v1.2.3