mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 17:22:19 +01:00
Feat: Additional preambles between title page and table of contents
This commit is contained in:
parent
348f744d78
commit
f078966e06
3 changed files with 7 additions and 0 deletions
BIN
assets/dhbw.png
BIN
assets/dhbw.png
Binary file not shown.
|
Before Width: | Height: | Size: 27 KiB |
BIN
assets/hpe.png
BIN
assets/hpe.png
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
|
|
@ -129,6 +129,8 @@
|
||||||
|
|
||||||
// Does the document require a Confidentiality Clause?
|
// Does the document require a Confidentiality Clause?
|
||||||
confidentiality_clause: false,
|
confidentiality_clause: false,
|
||||||
|
// List of additional files/chapters to place between title page and table of contents
|
||||||
|
additional_preamble: (),
|
||||||
|
|
||||||
// Path to your bibliography file
|
// Path to your bibliography file
|
||||||
// You may use `.yml` for Hayagriva format
|
// You may use `.yml` for Hayagriva format
|
||||||
|
|
@ -337,6 +339,11 @@
|
||||||
pagebreak(weak: true)
|
pagebreak(weak: true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#for i in additional_preamble {
|
||||||
|
include str(i)
|
||||||
|
pagebreak(weak: true)
|
||||||
|
}
|
||||||
|
|
||||||
// render the abstract aligned to the center of the page
|
// render the abstract aligned to the center of the page
|
||||||
#set align(horizon)
|
#set align(horizon)
|
||||||
#set align(center)
|
#set align(center)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue