Compare commits
No commits in common. "f48a60380a34b0cfde400b30f0696dc9af807557" and "1a09a0251d62b689e7ed9e307c1af97082c3cf09" have entirely different histories.
f48a60380a
...
1a09a0251d
32
src/lib.typ
32
src/lib.typ
|
@ -122,27 +122,17 @@
|
||||||
|
|
||||||
#metadata("content terminate") <end-of-content>
|
#metadata("content terminate") <end-of-content>
|
||||||
|
|
||||||
#end_styled(
|
#end_styled(config)[
|
||||||
config,
|
// add bibliography if set
|
||||||
context [
|
#if "bibliography" in config.thesis and config.thesis.bibliography != none {
|
||||||
// add bibliography if set
|
pagebreak(weak: true)
|
||||||
#if "bibliography" in config.thesis and config.thesis.bibliography != none {
|
counter(page).update(1)
|
||||||
pagebreak(weak: true)
|
set bibliography(style: "ieee")
|
||||||
counter(page).update(1)
|
config.thesis.bibliography
|
||||||
set bibliography(
|
}
|
||||||
style: "ieee",
|
|
||||||
title: if (text.lang == "de") {
|
|
||||||
"Literaturverzeichnis"
|
|
||||||
} else if text.lang == "en" {
|
|
||||||
"Bibliography"
|
|
||||||
},
|
|
||||||
)
|
|
||||||
config.thesis.bibliography
|
|
||||||
}
|
|
||||||
|
|
||||||
// appendix
|
// appendix
|
||||||
#show-appendix(config: config)
|
#show-appendix(config: config)
|
||||||
],
|
]
|
||||||
)
|
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue