wip
This commit is contained in:
parent
e6c8b0ee6c
commit
65fae6dde2
5 changed files with 29 additions and 8 deletions
11
main.typ
11
main.typ
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue