s

simple-unimi-thesis

@preview

Unofficial thesis template for Università Statale degli Studi di Milano.

v0.1.1
GPL-3.0-or-later
Template

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
thesispaper
Disciplines
computer-sciencemathematicsphysics

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/simple-unimi-thesis:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/simple-unimi-thesis:0.1.1

Version History

0.1.10.13.0
58683637b462...
0.1.00.13.0
3f208dd8d9b1...

simple-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:

Preview ✨

Frontispiece/First page

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.