Files
MSE-PI-E2EEDA-Plein-de-eeee…/report/specifications.typ

54 lines
1.4 KiB
Typst

#import "/metadata.typ": *
#import "/tail/bibliography.typ": *
#import "/tail/glossary.typ": *
#import "/resources/mse-title-page.typ": *
#show:make-glossary
#register-glossary(entry-list)
#set text(region: option.region)
//-------------------------------------
// Template config
//
#show: thesis.with(
option: option + (type: "final"),
doc: doc,
school: school,
date: date,
tableof: tableof,
logos: logos,
custom-title-page: mse-title-page(
title: doc.title,
subtitle: "Specifications v1.1",
date: date + (submission: date.specification-submission),
),
)
// Declaration of honor will be remove with the next release of the HEI-SYND-THESIS template (probably next week)
//-------------------------------------
// Content
//
#include "/main/specifications/02-introduction.typ"
#include "/main/specifications/03-context.typ"
#include "/main/specifications/04-constraints.typ"
#include "/main/specifications/05-objectives.typ"
#include "/main/specifications/deliverables.typ"
#include "/main/specifications/06-planned_tasks.typ"
#include "/main/specifications/07-deadlines.typ"
#include "/main/specifications/bom.typ"
//-------------------------------------
// Glossary
//
#heading(numbering:none, outlined: false)[] <sec:end>
#make_glossary(gloss:gloss, title:i18n("gloss-title"))
//-------------------------------------
// Bibliography
//
#make_bibliography(bib:bib, title:i18n("bib-title", lang: option.lang))