Installation
From Typst Universe
Section titled “From Typst Universe”Once examst is published to the Typst package registry:
#import "@preview/examst:0.1.0": *Local Development
Section titled “Local Development”Clone the repository and import directly:
#import "/src/lib.typ": *Quick Start
Section titled “Quick Start”#import "@preview/examst:0.1.0": *
#examst-set( render-question-counter: it => numbering("1.", it.get().last()),)
#question(points: 10)[ Why is the sky blue?]
#question(points: 5)[ What color is grass? #multi-choice( marker: "bubble-letter", [Red], correct[Green], [Blue], )]