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

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

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)