manage different university logos
This commit is contained in:
parent
f95adbc96f
commit
3f3eb37339
21 changed files with 203 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue