Universe

Create project in app

A Typst template for h_da thesis and papers in the department of Computer Sciences.

The template recreates mbredel/thesis-template by forking the the existing template of DHBW, which looked the most similar to the original latex implementation for h_da students.

This is an unofficial template for Hochschule Darmstadt - University of Applied Sciences for the department of Computer Sciences. Contributions and takeover by h_da affiliated are welcome.

Getting started

Run the following command in your terminal to create a new project using this template:

Make sure to replace <version> with the actual version you want to use, e.g. 0.1.0.

typst init @preview/clean-hda: MyMasterThesis

Getting started for template development

You may want to follow these steps if you want to contribute to the template itself and make your development easier for fast iteration cycles.

  1. Add this as a git submodule
git submodule add https://github.com/stefan-ctrl/clean-hda-typst-template hda_template
  1. Include as the following in your main.typst:
#import "./hda_template/template/main.typ": *

Contributions are welcome.

Forked from DHBW Template

Please review the original forked documentation for more information, configuration and usage options : roland-KA/clean-dhbw-typst-template

To see the direct changes compared to the forked project, consider taking a look at the CHANGELOG.MD.