-
Project is no longer called
project-toolortypst-utils- This will break imports
-
num_linesis now a named argument for short answer style question functions -
pointsis now a named argument for all question functions -
labRubricrenamed tolab_rubric -
Switched font to
Verdana- This should be installed on most systems by default
- We cannot add proprietary fonts to the hosted package
-
Themes/renamed tothemesfor compatibility- We are still hosting the
Inspired GitHub Color Scheme for Sublime Text 3by Seth Lopez - It is MIT licensed, so this is legal
- We are still hosting the
-
Fontsdirectory removed- Unless we supply a small, open font, Typst Universe cannot host this
-
create-local-package.shhas been rewritten- Mostly used for development testing purposes
- No longer copies
Fontsdirectory - Tells you local import package name
-
#labs.lp MUST be called with the full class name now
- e.g.
lp(CS-1181, ...)instead of justlp(1, ...)
- e.g.
-
multi_true_falseis nowtf_block -
New directory structure. Allows for separate imports of exam and project stuff
codepoint
├── LICENSE
├── README.md
├── create-local-package.sh
├── examples
│ ├── exam_example.typ
│ ├── lab_example.typ
│ └── proj_example.typ
├── lib.typ
├── src
│ ├── exams.typ
│ └── labs.typ
├── themes
│ └── InspiredGitHub.tmTheme
└── typst.toml