Compare commits
No commits in common. "main" and "v0.6.9" have entirely different histories.
|
@ -26,7 +26,6 @@
|
|||
),
|
||||
supervisor-signature: false,
|
||||
authors: ((), ()),
|
||||
coauthors: (),
|
||||
// information about thesis
|
||||
thesis: (
|
||||
title: "Unofficial ABB/DHBW Typst template",
|
||||
|
@ -42,8 +41,6 @@
|
|||
bibliography: none, /* bibliography("refs.bib") */
|
||||
glossary: none,
|
||||
appendices: none,
|
||||
confidentiality: true,
|
||||
authorship: true,
|
||||
),
|
||||
style: (
|
||||
header: (
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
|
||||
#let new_confidentiality_statement_page(config) = (
|
||||
context {
|
||||
if not config.thesis.confidentiality {
|
||||
return
|
||||
}
|
||||
|
||||
pagebreak(weak: true)
|
||||
|
||||
let thesis = config.thesis
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
|
||||
#let new_declaration_of_authorship(config) = (
|
||||
context {
|
||||
if not config.thesis.authorship {
|
||||
return
|
||||
}
|
||||
|
||||
pagebreak(weak: true)
|
||||
|
||||
let thesis = config.thesis
|
||||
|
|
|
@ -138,16 +138,6 @@
|
|||
}
|
||||
]
|
||||
|
||||
#v(1em)
|
||||
|
||||
#align(center)[
|
||||
coauthored in part by
|
||||
#linebreak()
|
||||
#for author in config.coauthors {
|
||||
author
|
||||
}
|
||||
]
|
||||
|
||||
#set align(bottom)
|
||||
|
||||
#pad(top: 1.5em)[
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
contact: "sven.vogel123@web.de"
|
||||
)
|
||||
),
|
||||
coauthors: (
|
||||
"Gorbatschew"
|
||||
),
|
||||
thesis: (
|
||||
title: "Unofficial ABB/DHBW Typst template",
|
||||
subtitle: "for reports and thesises",
|
||||
|
@ -40,8 +37,6 @@
|
|||
bibliography: bibliography("refs.bib"),
|
||||
glossary: yaml("glossary.yml"),
|
||||
appendices: include "appendix.typ",
|
||||
confidentiality: false,
|
||||
authorship: false
|
||||
),
|
||||
style: (
|
||||
header: (
|
||||
|
|
Loading…
Reference in New Issue