No description
Find a file Use this template
C0ffeeCode 7843a4a7b1
Fix/change: Keep headings on the same page as fist content:
By default, the heading should "stick" to the content, and be on the same page as the following block/content.
Avoids headings without content on the same page.

Replaces older, buggy implementation attempt with a newer Typst feature.

New parameter `keep_heading_with_content` replaces old `heading_pagebreak_percentage`
2025-07-14 15:33:54 -07:00
assets Feat: Additional preambles between title page and table of contents 2025-03-28 09:50:56 +01:00
chapters change: Customize citation style to show ISBNs (configurable) 2024-04-18 12:20:47 +02: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
ieee-modified.csl change: Customize citation style to show ISBNs (configurable) 2024-04-18 12:20:47 +02:00
literature.yml initial version of template 2023-12-13 17:58:37 +01:00
README.md Fix for Typst 0.13: 2025-03-12 15:11:49 +01:00
Template-Example-guide.pdf Fix incorrect total page count 2024-08-07 15:15:06 +02:00
template.typ Fix/change: Keep headings on the same page as fist content: 2025-07-14 15:33:54 -07:00
thesis.pdf Update to replace deprecated features with modern ones: 2025-01-10 00:06:39 +01:00
thesis.typ change/feat: set PDF date in metadata: 2024-04-18 12:05:14 +02: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 extension "Typst-LSP", don't, and use the Tinymist Typst extension instead.

This is a adapted version of a template by @satoqz. It is designed for Computer Science at the DHBW Stuttgart, and may be compatible with other courses of study.