implement attachments

This commit is contained in:
2025-10-03 11:06:50 +02:00
parent a0c75deba0
commit a691d84e1b
6 changed files with 186 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
tablelist,
bibliogr
)
#import "../attachments.typ": attachment_list
#import "../utils.typ": is_none, assert_dict_has, assert_not_none
#let bp(
@@ -52,7 +53,8 @@
imagelist(language);
tablelist(language);
pagebreak(weak: true);
content
content;
bibliogr(language, citation_file);
attachment_list(language);
});
}