p

put-thesis

@preview

An official thesis template for Poznań University of Technology

v0.1.1
MIT AND MIT-0
Template

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/put-thesis:0.1.1

2. Initialize from template

Create a new project from this template:

typst init @preview/put-thesis:0.1.1

Version History

0.1.10.13.0
89b8f4daab82...
0.1.00.13.0
79f3fd77de56...

put-thesis

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.

Usage

1. Local copy (Linux, Windows, macOS)

Run:

typst init @preview/put-thesis

The 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.

2. Typst Online Editor

Go to https://typst.app/universe/package/put-thesis and click "Create project in
app".

Acknowledgements

The Typst implementation was partially inspired by RefDevX's
kthesis-typst, distributed under
the MIT license.