mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 13:22:20 +01:00
No description
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` |
||
|---|---|---|
| assets | ||
| chapters | ||
| abstract.typ | ||
| acronyms.yml | ||
| ieee-modified.csl | ||
| literature.yml | ||
| README.md | ||
| Template-Example-guide.pdf | ||
| template.typ | ||
| thesis.pdf | ||
| thesis.typ | ||
| typos.toml | ||
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.