diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-06 14:12:05 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 4f955ff608d1b1504d362771425e0514f7843740 (patch) | |
tree | d597528327925facb118c1c76087e4f1c632de32 /_report.yml | |
parent | ac98a6988a3ff6e14fd5c309dbc0c665ee60dea8 (diff) |
increase PDF font size to 12pt (from default 11pt)
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 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 |