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
- Host: GitHub
- URL: https://github.com/alex289/whs-typst-templates
- Owner: alex289
- License: mit
- Created: 2025-01-18T00:55:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T15:45:36.000Z (about 1 year ago)
- Last Synced: 2025-03-28T16:26:39.385Z (about 1 year ago)
- Topics: template, typst, whs
- Language: Typst
- Homepage: https://typst.app/universe/search?q=modern-whs
- Size: 948 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```