Create project in app
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).
Due to the license issues, the package shipped to the Typst universe cannot contain logos:
- For the frontispiece, you can it here
- For the laboratories, you can get them in the Github repository
See the instructions for more information about the template (in Italian).
Compile with:
typst c main.typ --pdf-standard a-3b
The 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.