diff --git a/assets/dhbw.png b/assets/dhbw.png deleted file mode 100755 index a8fdba3..0000000 Binary files a/assets/dhbw.png and /dev/null differ diff --git a/assets/hpe.png b/assets/hpe.png deleted file mode 100755 index 4f4f3c3..0000000 Binary files a/assets/hpe.png and /dev/null differ diff --git a/template.typ b/template.typ index d513185..ef0e0ab 100755 --- a/template.typ +++ b/template.typ @@ -129,6 +129,8 @@ // Does the document require a Confidentiality Clause? confidentiality_clause: false, + // List of additional files/chapters to place between title page and table of contents + additional_preamble: (), // Path to your bibliography file // You may use `.yml` for Hayagriva format @@ -337,6 +339,11 @@ pagebreak(weak: true) } + #for i in additional_preamble { + include str(i) + pagebreak(weak: true) + } + // render the abstract aligned to the center of the page #set align(horizon) #set align(center)