The official Typst template for writing theses for Poznań University of Technology. Based on PUT Dissertation Template by Dawid Weiss, Marta Szachniuk and Maciej Komosiński (2022), as well as Jak pisać prace dyplomowe - uwagi o formie by prof. Maciej Drozdowski (2006).
The template supports Bachelor's and Master's theses, in Polish or English. It was adapted from a template for the faculty of Computing and Telecommunications (WIiT), but it attempts to be as unopinionated as possible, and should be easily adjustable to any faculty or field of study.
Run:
typst init @preview/put-thesisThe template relies on 3rd party packages that need to be downloaded from the internet. If you wish to work fully offline, be sure to compile the document at least once with internet access. Typst caches downloaded packages locally (see typst/packages/README#downloads), so after that you should be good to go.
Go to https://typst.app/universe/package/put-thesis and click "Create project in app".
The Typst implementation was partially inspired by RefDevX's kthesis-typst, distributed under the MIT license.