Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.23 KB

gliding-uva-report

A Typst template for lab reports at the University of Amsterdam.

It's written primarily for my own use, but I've made it open-source in case others find it helpful.

Dependencies

Using the template requires a local installation of Typst.

Until the template is listed on the Typst template repository, you'll also need a clone of this repo in a place Typst can see it. The Typst team recommend:

{data-dir}/typst/packages/local/gliding-uva-report/{version}

Where {version} is the current version as it appears in typst.toml, and {data-dir} depends on your operating system:

  • ~/.local/share (Linux)
  • ~/Library/Application Support (MacOS)
  • %APPDATA% (Windows)

Usage

# Navigate to where you'd like the report to live, e.g.,
cd $HOME/reports

# Create the report directory
typst init @local/gliding-uva-report:{version} {report-directory-name}

This will create a new directory at $HOME/reports/{report-directory-name}, with a templated document, main.typ, which you can edit.

Contributing

Pull requests are welcome. For major changes or bugs, please open an issue.

License

MIT