https://github.com/idedary/fit-typst
https://github.com/idedary/fit-typst
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/idedary/fit-typst
- Owner: IDEDARY
- Created: 2025-05-15T20:04:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-15T21:08:51.000Z (6 months ago)
- Last Synced: 2025-12-17T08:59:41.517Z (6 months ago)
- Language: Typst
- Size: 1.94 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VUT FIT - Protocol Template
Unofficial [Typst](https://typst.app) (Modern LaTeX alternative) template for the VUT FIT project protocols.
Good enough to bootstrap your protocols. Definitely not good enough for your Thesis.
## How to use
#### 1. Copy the important files
- `template.typ`
- `sources.yaml`
- `assets/`
#### 2. Import the template in your typst file
```typst
#import "template.typ": FIT-Protocol
#show: FIT-Protocol.with(
academic-subject: "SUBJECT NAME",
protocol-title: "SEMESTRAL PROJECT",
protocol-subtitle: "Project subtitle",
authors: (
(name: "Honza Novák", login: "xlogin00"),
),
)
// ... continue here
```
You can take a look into `main.typ` for usage examples. The output is `main.pdf`.
### Offline - VSCode
Install this extension which allows you to work localy.
This is recommended by me.
[](https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist)
### Online - Typst.app
Sign in to [typst.app](https://typst.app) to create a collaborative online project and upload the files manually