Skip to content

clazzor/FIT-Typst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 

VUT FIT - Protocol Template

Unofficial Typst (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

#import "template.typ": FIT-Protocol

#show: FIT-Protocol.with(
  academic-subject: "SUBJECT NAME",
  academic-year: "2024/2025",
  protocol-title: "SEMESTRAL PROJECT",
  protocol-subtitle: "Project subtitle",
  authors: (
    (name: "Honza Novák", login: "xlogin00"),
  ),
  date: "Brno, 19. dubna 2025",
)

// ... 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.

tinymisct

Online - Typst.app

Sign in to typst.app to create a collaborative online project and upload the files manually

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Typst 100.0%