aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--report.qmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/report.qmd b/report.qmd
index 0a4d922..bcddcf7 100644
--- a/report.qmd
+++ b/report.qmd
@@ -46,6 +46,13 @@ resource-path:
filters:
- include-code-files
+# fix british spelling
+include-in-header:
+- text: |
+ \makeatletter
+ \@namedef{doclicense@lang@word@license}{ licence}
+ \makeatother
+
#keep-tex: true
---