This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-07-24 17:39:52 +02:00
parent e6c8b0ee6c
commit 65fae6dde2
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 29 additions and 8 deletions

View file

@ -26,6 +26,15 @@
} else {
false
}
#let abstract-only = if "abstract-only" in sys.inputs {
assert(
sys.inputs.abstract-only == "true" or sys.inputs.draft == "false",
message: "If --input abstract-only=<val> is set, <val> must be 'true', or 'false'"
)
sys.inputs.abstract-only == "true"
} else {
false
}
#show: matisse-thesis.with(
title-fr: todo[Find a title],
@ -40,7 +49,9 @@
keywords-fr: keywords-fr,
abstract-en: abstract-en,
abstract-fr: abstract-fr,
abstract-font-size: 10pt,
draft: draft,
abstract-only: abstract-only,
)
// Preamble