typst-dhbw-technik-template/README.md
C0ffeeCode bb437af760
Update to replace deprecated features with modern ones:
- Use Linux Libertine's sucessor Libertinus Serif by default
- use `context`/`here()` instead of deprecated `locate`
- Recommend Tinymist over deprecated Typst LSP
2025-01-10 00:06:39 +01:00

17 lines
585 B
Markdown

# Typst template for faculty Technik at DHBW
As an example and guide how to use this template,
check out [this PDF document](./Template-Example-guide.pdf).
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](https://github.com/satoqz/).