diff options
-rw-r--r-- | _article.yml | 1 | ||||
-rw-r--r-- | _report.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/_article.yml b/_article.yml index fce76c5..6a17ef9 100644 --- a/_article.yml +++ b/_article.yml @@ -9,6 +9,7 @@ format: - DIV=calc csquotes: true papersize: a4 + fontsize: 12pt include-in-header: # recalculate page margins, since mainfont was set after documentclass diff --git a/_report.yml b/_report.yml index 44be2ba..5e57532 100644 --- a/_report.yml +++ b/_report.yml @@ -17,6 +17,7 @@ format: - DIV=calc csquotes: true papersize: a4 + fontsize: 12pt template: ../_templates/template.tex template-partials: - ../_templates/doc-class.tex |