Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtz-j/typst-thesis-template
A Modern UiT Thesis Template
https://github.com/mrtz-j/typst-thesis-template
thesis-template typst
Last synced: about 2 months ago
JSON representation
A Modern UiT Thesis Template
- Host: GitHub
- URL: https://github.com/mrtz-j/typst-thesis-template
- Owner: mrtz-j
- License: mit
- Created: 2023-12-15T16:57:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:18:49.000Z (about 2 months ago)
- Last Synced: 2024-11-12T18:27:01.691Z (about 2 months ago)
- Topics: thesis-template, typst
- Language: Typst
- Homepage:
- Size: 6.05 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modern UiT Thesis Template
Port of the [uit-thesis](https://github.com/egraff/uit-thesis)-latex template to Typst.
`thesis.typ` contains a full usage example, see `thesis.pdf` for a rendered pdf.
## Usage
Using the Typst Universe package/template:
```console
typst init @preview/modern-uit-thesis:0.1.2
```### Fonts
This template uses a number of different fonts:
- Open Sans (Noto Sans)
- JetBrains Mono (Fira Code)
- Charis SIL (Charter)The above parenthesized fonts are fallback typefaces available by default in [the web app](https://typst.app).
If you'd like to use the main fonts instead, simply upload the `.ttf`s to the web app and it will detect and apply them automatically.If you're running typst locally, install the fonts in a directory of your choosing and specify it with `--font-path`.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.