From 4f955ff608d1b1504d362771425e0514f7843740 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 6 May 2024 14:12:05 +0200 Subject: increase PDF font size to 12pt (from default 11pt) --- _article.yml | 1 + _report.yml | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3