No description
Find a file Use this template
C0ffeeCode 79aa5a4ed9
change: Acronym pref must be String:
can be:
- `normal` to show long (short) on first usage,
- `short` to force short to be written first, or
- `long` to force the long version to be shown (first)
2024-04-18 11:25:01 +02:00
assets use svg logos 2023-12-18 14:04:36 +01:00
chapters feat: Pagebreak headings if the page is too far advanced 2024-03-24 15:13:24 +01:00
abstract.typ initial version of template 2023-12-13 17:58:37 +01:00
acronyms.yml initial version of template 2023-12-13 17:58:37 +01:00
literature.yml initial version of template 2023-12-13 17:58:37 +01:00
README.md Add german translation 2024-03-12 09:47:41 +01:00
Template-Example-guide.pdf feat: Pagebreak headings if the page is too far advanced 2024-03-24 15:13:24 +01:00
template.typ change: Acronym pref must be String: 2024-04-18 11:25:01 +02:00
thesis.typ feat: Pagebreak headings if the page is too far advanced 2024-03-24 15:13:24 +01:00
typos.toml initial version of template 2023-12-13 17:58:37 +01:00

Typst template for faculty Technik at DHBW

As an example and guide how to use this template, check out this PDF document.

The template can be configured to English or German language.

To compile your document, you need to take the thesis.typ file as the input file. To use the CLI, compile using typst watch thesis.typ or typst compile thesis.typ. If you intend to use the VS Code plug-in "Typst-LSP", make sure it is either configured to only take the thesis.typ as input or not to perform compilation at all (to use the CLI).

This is a adapted version of a template by @satoqz.