https://github.com/marcow03/hslu-thesis-template
Template for a thesis at HSLU
https://github.com/marcow03/hslu-thesis-template
hslu thesis-temp typst
Last synced: 12 days ago
JSON representation
Template for a thesis at HSLU
- Host: GitHub
- URL: https://github.com/marcow03/hslu-thesis-template
- Owner: marcow03
- License: gpl-3.0
- Created: 2026-03-11T10:43:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-10T15:43:23.000Z (19 days ago)
- Last Synced: 2026-06-10T17:14:37.338Z (19 days ago)
- Topics: hslu, thesis-temp, typst
- Language: Typst
- Homepage: https://github.com/marcow03/hslu-thesis-template/raw/main/dokumentation.pdf
- Size: 414 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hslu-thesis-template
This is a template for a thesis (WIPRO/BAA) at HSLU or other institutions.
This repository is in no way affiliated with any institutions. Please check with your supervisor if this template meets your requirements.
## Installation
- [Typst Installation](https://github.com/typst/typst?tab=readme-ov-file#installation)
- [Just Docs](https://just.systems/man/en/introduction.html)
## VS Code Configuration
To get the best experience, use the provided `extensions.json` file located in the `.vscode` folder.
**Installing Recommendations**
1. Open the Extensions view in VS Code (`Ctrl+Shift+X`).
2. Type `@recommended` in the search bar.
3. Click the Install button to install the workspace recommendations.
## Usage
- To work on the documentation use the Preview Feature of Tinymist in VSCode.
1. Open VSCode
2. Open the main file (`dokumentation.typ`)
3. At the top of the file click on `Preview`
- To build a PDF with the correct parameters execute the `just` command from the project root.
```bash
just
```
## Credits
The initial template was created by [@SvBrunner](https://github.com/SvBrunner/wipro-template-typst)