first draft
This commit is contained in:
commit
f1abfbfa5b
15 changed files with 2893 additions and 0 deletions
26
template/main.typ
Normal file
26
template/main.typ
Normal file
|
@ -0,0 +1,26 @@
|
|||
#import "@local/template-thesis-matisse:0.0.1": *
|
||||
|
||||
#import "jury.typ": jury-content
|
||||
#import "abstract.typ": keywords-en, keywords-fr, abstract-en, abstract-fr
|
||||
|
||||
#show: matisse-thesis.with(
|
||||
title-fr: "Lorem Ipsum Fr",
|
||||
title-en: "Lorem Ipsum",
|
||||
author: "Anne Onyme",
|
||||
affiliation: "Inria",
|
||||
defense-place: "Rennes",
|
||||
defense-date: datetime.today().display(),
|
||||
jury-content: jury-content,
|
||||
university: [l'Université de Rennes],
|
||||
keywords-en: keywords-en,
|
||||
keywords-fr: keywords-fr,
|
||||
abstract-en: abstract-en,
|
||||
abstract-fr: abstract-fr,
|
||||
draft: true,
|
||||
)
|
||||
|
||||
#todo[Write the Thesis]
|
||||
|
||||
#bibliography("bibliography.bib")
|
||||
|
||||
#todos()
|
Loading…
Add table
Add a link
Reference in a new issue