d

definitely-not-tuw-thesis

@preview

An unofficial template for a thesis at the TU Wien informatics institute.

v0.2.0
MIT-0
Template

Package Information

Last Updated
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/definitely-not-tuw-thesis:0.2.0

2. Initialize from template

Create a new project from this template:

typst init @preview/definitely-not-tuw-thesis:0.2.0

Version History

0.2.0
08736225b7d9...
0.1.0
18bc416e14ce...

Unofficial thesis template for informatics at TU Wien

An example thesis can be viewed here: https://otto-aa.github.io/definitely-not-tuw-thesis/thesis.pdf

Usage

You can download the template with:

typst init @preview/definitely-not-tuw-thesis

Template overview

After setting up the template, you will have the following files:

  • thesis.typ: overall structure and styling, configuration for the cover pages and PDF metadata
  • content/front-matter.typ: acknowledgments and abstract
  • content/main.typ: all your chapters
  • content/appendix.typ: AI tools acknowledgment and other appendices
  • refs.bib: references

Then copy the values you get from compiling the official template, and paste them in thesis.typ. Remove all unused fields and, finally, compare if it is close enough to the official template. If not, please open an issue or PR to fix it.

Styling

If you want to adapt the styling, you can remove the show: ... commands in the thesis.typ and replace them with your own, or simply extend them with your own show: ... commands.

Contributing

I guess there are many ways to improve this template, feel free to do so and submit issues and PRs! More information at CONTRIBUTING.md

License

The code is licensed under MIT-0. The 'TU Wien Informatics' logo and signet are copyright of the TU Wien.

Acknowledgments

This work is based on the official template maintained by Thomas Auzinger. The repository structure is based on typst-package-template.