fix: move appendix styling out of the coursework template

It is now possible to style headings as appendices in the pz-lb template via `#show: appendices_style`.
This commit is contained in:
2025-04-20 21:20:38 +03:00
parent 7ec79ee898
commit e0811afaae
4 changed files with 90 additions and 60 deletions

View File

@ -106,7 +106,7 @@
task_list: task_list,
calendar_plan: calendar_plan,
abstract: abstract,
bib_path: "bibl.yml",
bib_path: bytes("bibl.yml"), // NOTE: use `bytes` as typst looks in template dir when using just filename
appendices: appendices,
)