try using a CI
All checks were successful
/ test_checkout (push) Successful in 46s

This commit is contained in:
Jean-Marie Mineau 2025-06-25 11:52:27 +02:00
parent dd86422fd3
commit 71bd155f0f
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 67 additions and 1 deletions

View file

@ -4,6 +4,16 @@
#import "abstract.typ": keywords-en, keywords-fr, abstract-en, abstract-fr
#import "0_preamble/notations.typ": *
#let draft = if "draft" in sys.inputs {
assert(
sys.inputs.draft == "true" or sys.inputs.draft == "false",
message: "If --input draft=<val> is set, <val> must be 'true', or 'false'"
)
sys.inputs.draft == "true"
} else {
true
}
#show: matisse-thesis.with(
title-fr: todo[Find a title],
title-en: todo[Find a title],
@ -17,7 +27,7 @@
keywords-fr: keywords-fr,
abstract-en: abstract-en,
abstract-fr: abstract-fr,
draft: true,
draft: draft,
)
// Preamble