An open API service indexing awesome lists of open source software.

https://github.com/alex289/whs-typst-templates

Typst Templates for the Westfälische Hochschule
https://github.com/alex289/whs-typst-templates

template typst whs

Last synced: 5 months ago
JSON representation

Typst Templates for the Westfälische Hochschule

Awesome Lists containing this project

README

          

# Typst Templates for the Westfälische Hochschule

These **unofficial** templates can be used to write in [Typst](https://github.com/typst/typst) with the corporate design of the [Westfälische Hochschule](https://www.w-hs.de/).

#### 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.
```bash
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](https://github.com/Enter-tainer/typstyle).

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