Skip to content

IDEDARY/FIT-Typst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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",
  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.

tinymist

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

No packages published

Contributors 3

  •  
  •  
  •