Typst Compilation
TeXlyre compiles Typst documents in the browser using a fork of typst.ts. The compiler runs as WebAssembly inside a worker; nothing is sent to a build server. Packages from the Typst package registry are fetched individually when a document imports them.
Packages
Typst packages are imported by name and version from the Typst package registry. TeXlyre resolves them at compile time through a fetching package registry and caches each downloaded package for later compilations.
Output Formats
Typst compilation produces one of three previews. The default is set in Settings ⚙️ → Typst → Default output format and can be changed per compilation from the compile menu.
Accessibility
Typst can produce tagged PDFs that include document structure, so assistive software can announce headings, lists, tables, and figures as the distinct elements they are. TeXlyre exposes the PDF version, conformance standards, and tagging as compile options.