This template is the result of the conversion from the original LaTeX template.
Tip
See docs/instructions.pdf for more informations about the template (in Italian).
Compile with con:
typst c main.typ --pdf-standard a-3bThe following excerpt is the canonical example of how the template can be structured:
#import "@preview/unimi-thesis:1.0.0": *
#show: project.with(language: "en")
#show: frontmatter.with()
// dedication
#show: acknowledgements.with()
// acknowledgements
#toc
#show: mainmatter.with()
// main section of the thesis
#show: appendix.with()
// appendix
#show: backmatter.with()
// bibliography
// associated laboratory
#closingpage("associated_lab")
- The first line after the Chapter should not be indented