Compare commits

..

No commits in common. "main" and "v0.7.0" have entirely different histories.
main ... v0.7.0

4 changed files with 0 additions and 12 deletions

View File

@ -42,8 +42,6 @@
bibliography: none, /* bibliography("refs.bib") */
glossary: none,
appendices: none,
confidentiality: true,
authorship: true,
),
style: (
header: (

View File

@ -8,10 +8,6 @@
#let new_confidentiality_statement_page(config) = (
context {
if not config.thesis.confidentiality {
return
}
pagebreak(weak: true)
let thesis = config.thesis

View File

@ -8,10 +8,6 @@
#let new_declaration_of_authorship(config) = (
context {
if not config.thesis.authorship {
return
}
pagebreak(weak: true)
let thesis = config.thesis

View File

@ -40,8 +40,6 @@
bibliography: bibliography("refs.bib"),
glossary: yaml("glossary.yml"),
appendices: include "appendix.typ",
confidentiality: false,
authorship: false
),
style: (
header: (