manage different university logos

This commit is contained in:
Jean-Marie Mineau 2025-06-19 16:23:13 +02:00
parent f95adbc96f
commit 3f3eb37339
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
21 changed files with 203 additions and 28 deletions

View file

@ -3,6 +3,7 @@
#import "cover.typ": cover
#import "abstracts.typ": abstracts
#import "todos.typ": todos, show-todos
#import "etablissements.typ": *
#let matisse-thesis(
// English title, will be used for the document title metadata
@ -13,7 +14,7 @@
defense-place: "",
defense-date: "",
jury-content: [],
university: [l'Université de Rennes],
university: "UR",
speciality: "Informatique",
// List of keyword for the abstract
keywords-en: (),
@ -33,6 +34,7 @@
school-color-verso: rgb("0054a0"),
body
) = {
assert-etablissements(university)
if draft {
todos()
@ -218,6 +220,7 @@
// ---------- ABSTRACT ----------
abstracts(
university: university,
title-fr: title-fr, keywords-fr: keywords-fr, abstract-fr: abstract-fr,
title-en: title-en, keywords-en: keywords-en, abstract-en: abstract-en,
heading-font: heading-font, school-color-verso: school-color-verso,