Package Information
- Last Updated
- Minimum Typst Version
- 0.13.0
- Authors
- Vittorio Robecchi
- Categories
- thesispaper
- Disciplines
- computer-sciencemathematicsphysics
Preview
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/simple-unimi-thesis:0.1.12. Initialize from template
Create a new project from this template:
typst init @preview/simple-unimi-thesis:0.1.1simple-unimi-thesis 🎓
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
Preview ✨
See the instructions for more information about the template (in Italian).
Usage 🚀
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.