A simple Typst thesis template for Università Statale degli Studi di Milano. There are many templates available; this packaged has been built upon the LIM LaTeX template (in Italian).
See the instructions for more information about the template (in Italian).
Compile with:
typst c main.typ --pdf-standard a-3bThe following excerpt is the canonical example of how the template can be structured:
#import "@preview/simple-unimi-thesis:0.1.1": *
#show: project.with(
language: "en",
)
#show: frontmatter
// dedication
#show: acknowledgements
// acknowledgements
#toc // table of contents
#show: mainmatter
// main section of the thesis
#show: appendix
// appendix
#show: backmatter
// bibliography
// associated laboratory
#closingpage("associated_lab")
The default monospace font is JetBrainsMono NF.