Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.31 KB

File metadata and controls

36 lines (26 loc) · 1.31 KB

Typst Templates for the Westfälische Hochschule

These unofficial templates can be used to write in Typst with the corporate design of the Westfälische Hochschule.

Disclaimer

Please ask your supervisor if you are allowed to use typst and this template for your thesis or other documents. Note that this template is not checked the by the Westfälische Hochschule for correctness. Thus, this template does not guarantee completeness or correctness.

Usage

Create a new typst project based on this template locally.

typst init @preview/modern-whs-thesis
cd modern-whs-thesis

typst init @preview/modern-whs-assignment
cd modern-whs-assignment

Or create a project on the typst web app based on this template.

Customizing this template

If the predefined design of this template doesnt fit your needs, you can customize it by following these steps:

  1. Download the repository of the templates
  2. Copy the template folder /templates/{type}/template into your project.
  3. Replace the import of @preview/modern-whs-{type} with template/lib.typ

Contributing

When contributing make sure to format all files with typstyle.

# In the root directory of the repository
typstyle format-all templates