Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 523 Bytes

File metadata and controls

28 lines (20 loc) · 523 Bytes

coding-pirates-typ

Typst package with themes and configurations for Coding Pirates Odense learning material.

Usage

To use this package you first need to install it locally. This can be done with the following command:

just dev

You can then use the package like this in .typ files:

#import "@preview/coding-pirates:0.1.0": (
  compendium-frontpage,
  compendium-conf
)

File Structure

assets/ # Assets like images and fonts
src/templates/compendium # Compendium template
src/lib.typ