Skip to content

klemengit/typst_templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

typst_templates

To use a template in the typst script, do the following:

// Import the function from the template (must be in the same directory)
#import "template.typ": project

// Call the template function
#show: project

// Call the template function with arguments (if they exist)
#show: project.with(
  title: "Test implementation",
  authors: ("Klemen Zaletelj",),
  date: datetime.today().display(),
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages