Alternatives to Typst
A typesetting system as capable as LaTeX but far easier to learn, with fast incremental compilation and readable error messages. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Typst
A typesetting system as capable as LaTeX but far easier to learn, with fast incremental compilation and readable error messages.
Replacements
Listings that take over the same core job as Typst.
TeX Live
The reference cross-platform TeX and LaTeX distribution.
TeX Live gives the full LaTeX ecosystem many journals require, but needs several gigabytes of installation and has less readable error messages than Typst.
Overleaf
Collaborative LaTeX editor that runs in the browser.
Overleaf runs LaTeX in the browser with instant collaboration and a large template library, though free accounts limit collaborators and compile time.
LyX
Document processor that writes LaTeX for you.
LyX produces LaTeX output through a visual editor, but uses its own file format and needs a separate TeX distribution installed.
MiKTeX
TeX distribution that installs missing packages on demand.
MiKTeX is a LaTeX distribution that installs packages on demand, giving access to the larger LaTeX ecosystem with LaTeX's steeper learning curve.
Quarto
Publish technical documents from Markdown and executable code.
Quarto publishes technical documents from Markdown and executable code, needing language runtimes for executable documents rather than a dedicated typesetting language.
Similar software
Related functionality, not a direct replacement.
Pandoc
Converts documents between almost any two markup formats: Markdown, Word, LaTeX, EPUB, HTML, PDF and dozens more.
LibreOffice
The full free office suite: word processor, spreadsheet, presentations, drawing, database and formula editor.
Marp CLI
Convert Markdown slide decks into presentation files.
JabRef
An open-source reference manager for collecting, organising and citing literature in BibTeX and BibLaTeX.
Vale
Check prose against configurable writing rules.