48 lines
1.1 KiB
Typst
48 lines
1.1 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: "Architecture",
|
|
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/03-context.typ"
|
|
#include "/main/architecture/description.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))
|
|
|