This is an unofficial template for FIIT STU students writing their final theses in Typst. It is based on the official FIIT STU thesis guidelines and the unofficial FIIT STU LaTeX template.
It was created to make writing theses easier with Typst rather than LaTeX
and more accessible to students of the FIIT STU.
For local use, first you need to install Typst. You can find the installation instructions and other usefull information on their Github repository. It is recommended to use VS Code
with the tinymist extension for good writing experience, but you can also use any other editor.
If you want to use this template, because it has not been yet uploaded to Typst Universe you need to clone this repository and then you can start modying the .typ
files mainly main.typ and other content files in the thesis-template directory.
When the template will be available on Typst Universe you will be able to use it directly from there by importing it as a package.
If you do not have or do not want to use Typst locally, you can use the Typst Web Editor. You need to upload the whole project there and you can start editing the .typ
files.
Most, if not all of the parameters that you need to set are in the main.typ
file and are pretty self-explanatory. You can also check the lib.typ file for more information on the document setup.
You can change anything anywhere, but be careful with the lib.typ
. Even some minor changes can break the whole document if you do not know what you are doing.
Example of rendered document can be found in the main.pdf file.
Using Typst is pretty simple, and pretty straightforward. It is basically combination of LaTeX
and Markdown
. They have a solid documentation and also this basic tutorial on their website which you can follow.
If you want to help with perfecting this template, feel free to create an issue or a pull request. Hopefully all tasks that need to be implemented are listed in the TODO.md file.
- Unofficial FIIT STU LaTeX Template
- Official FIIT STU thesis guidelines (PDF example)
- charged-ieee Typst package - Inspiration for this template
- wordometer Typst package - Used package for word count
- muchpdf Typst package - Used package for PDF inclusion
This project is licensed under the MIT
License. See the LICENSE file for more details.