These unofficial templates can be used to write in Typst with the corporate design of the Westfälische Hochschule.
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.
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.
If the predefined design of this template doesnt fit your needs, you can customize it by following these steps:
- Download the repository of the templates
- Copy the template folder
/templates/{type}/template
into your project. - Replace the import of
@preview/modern-whs-{type}
withtemplate/lib.typ
When contributing make sure to format all files with typstyle.
# In the root directory of the repository
typstyle format-all templates