v

vienna-tech

@preview

An unofficial template for writing thesis at the TU Wien civil- and environmental engineering faculty.

v1.1.0
Unlicense
Template

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
thesis

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/vienna-tech:1.1.0

2. Initialize from template

Create a new project from this template:

typst init @preview/vienna-tech:1.1.0

Version History

1.1.00.13.0
4f7dbcb9d985...
1.0.0
7b9788606b71...
0.1.3
566b38470576...
0.1.2
397350f29b5b...
0.1.1
1755e26d32fa...
0.1.0
e92ea8c50144...

The vienna-tech Template

Dynamic TOML Badge
MIT License
Test Status
User Manual

This is a template, modeled after the LaTeX template provided by the TU Wien for Engineering Students. It is intended to be used as a starting point for writing Bachelor's or Master's theses, but can be adapted for other purposes as well. It shall be noted that this template is not an official template provided by the Vienna University of Technology, but rather a personal effort to provide a similar template in a new typesetting system. If you want to checkout the original templates visit the website of TU Wien

Getting Started

These instructions will help you set up the template on the typst web app.

#import "@preview/vienna-tech:1.1.0": *

// Useing the configuration
#show: tuw-thesis.with(
  header-title: "Instruktionen zur Abfassung der Bachelorarbeit",
)
#maketitle(
  title: [Instruktionen zur Abfassung der Bachelorarbeit],
  thesis-type: [Bachelorarbeit],
  authors: (
    author("Vorname Nachname",
      email: "email@email.com",
      matrnr: "123456789",
    ),
  ),
)

Options

For a indepth overview of the options have a look at the documentation.

Usage

These instructions will get you a copy of the project up and running on the typst web app.

typst init @preview/vienna-tech:1.1.0

Template overview

After initializing a project with this template, you will have the following files:

  • main.typ: the file which is used to compile the document
  • abstract.typ: a file where you can put your abstract text
  • appendix.typ: a file where you can put your appendix text
  • sections.typ: a file which can include all your contents
  • refs.bib: references

Contribute to the template

Feel free to contribute to the template by opening a pull request. If you have any questions, feel free to open an issue.