Compare commits
No commits in common. "main" and "v0.7.0" have entirely different histories.
|
@ -42,8 +42,6 @@
|
||||||
bibliography: none, /* bibliography("refs.bib") */
|
bibliography: none, /* bibliography("refs.bib") */
|
||||||
glossary: none,
|
glossary: none,
|
||||||
appendices: none,
|
appendices: none,
|
||||||
confidentiality: true,
|
|
||||||
authorship: true,
|
|
||||||
),
|
),
|
||||||
style: (
|
style: (
|
||||||
header: (
|
header: (
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
|
|
||||||
#let new_confidentiality_statement_page(config) = (
|
#let new_confidentiality_statement_page(config) = (
|
||||||
context {
|
context {
|
||||||
if not config.thesis.confidentiality {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
pagebreak(weak: true)
|
pagebreak(weak: true)
|
||||||
|
|
||||||
let thesis = config.thesis
|
let thesis = config.thesis
|
||||||
|
|
|
@ -8,10 +8,6 @@
|
||||||
|
|
||||||
#let new_declaration_of_authorship(config) = (
|
#let new_declaration_of_authorship(config) = (
|
||||||
context {
|
context {
|
||||||
if not config.thesis.authorship {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
pagebreak(weak: true)
|
pagebreak(weak: true)
|
||||||
|
|
||||||
let thesis = config.thesis
|
let thesis = config.thesis
|
||||||
|
|
|
@ -40,8 +40,6 @@
|
||||||
bibliography: bibliography("refs.bib"),
|
bibliography: bibliography("refs.bib"),
|
||||||
glossary: yaml("glossary.yml"),
|
glossary: yaml("glossary.yml"),
|
||||||
appendices: include "appendix.typ",
|
appendices: include "appendix.typ",
|
||||||
confidentiality: false,
|
|
||||||
authorship: false
|
|
||||||
),
|
),
|
||||||
style: (
|
style: (
|
||||||
header: (
|
header: (
|
||||||
|
|
Loading…
Reference in New Issue