t

tuhi-labscript-vuw

@preview

A labscript template for experimental courses.

v0.3.0
MPL-2.0
Template

Package Information

Last Updated
Authors
baptiste
Categories
office

Preview

Template preview

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/tuhi-labscript-vuw:0.3.0

2. Initialize from template

Create a new project from this template:

typst init @preview/tuhi-labscript-vuw:0.3.0

Version History

0.3.0
bfffe0e45742...
0.2.0
3d91d703e587...
0.1.0
9b89893da4ef...

tuhi-labscript-vuw

A Typst template for VUW lab scripts. To get started:

typst init @preview/tuhi-labscript-vuw:0.3.0

And edit the main.typ example.

Preview of the first page

Further examples

Many colours and fonts can be configured by the user, see examples/dummy.typ for a minimal example.

Contributing

PRs are welcome! And if you encounter any bugs or have any requests/ideas, feel free to open an issue.

Changelog

v 0.3.0 (2025-06-19)

Bug fixes

  • inline code introduced line breaks as formatted in a block

User level changes

  • more customisation possible, with a theming system
  • footer displays the coursetitle, if present
  • code blocks no longer have a border or inset, to be compatible with more fancy boxes (e.g showybox)

Import

  • showybox with script() wrapper

v 0.2.0 (2025-03-06)

  • updating page number with context
  • misc formatting tweaks
  • removed SVG icon

v 0.1.0 (2024-06-16)

  • first release