Create project in app
This template is the conversion from one of the many templates used for UniMi thesis; in particular I looked up to the LIM LaTeX template, in Italian.
Preview ✨
[!TIP] See the instructions for more information about the template (in Italian).
Usage 🚀
Compile with con:
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.0": *
#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")
[!NOTE] The default monospace font is
JetBrainsMono NF
.