// Smoke test — student target. Imports the package by RELATIVE path so it // compiles in place (no @local install needed). #import "../lib.typ": display #import "smoke-parts.typ": info, parts #display(info: info, target: "student", parts: parts)