Draft:Typst
Open-source typesetting system.
From Wikipedia, the free encyclopedia
Typst (/taɪpst/) is an open-source typesetting system based on a markup language written in Rust.[3][4] The Typst compiler is free software and is distributed under the Apache License 2.0 license.[3]
Submission declined on 26 February 2026 by Suitskvarts (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
| Submission declined on 6 December 2025 by PacificDepths (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by PacificDepths 3 months ago.
|
| Submission declined on 2 November 2025 by Johannes Maximilian (talk). This draft is not adequately supported by reliable sources. Wikipedia's verifiability policy requires that all content be supported by reliable sources.
Declined by Johannes Maximilian 4 months ago.
|
| Submission declined on 10 February 2025 by Mwwv (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Mwwv 13 months ago.
|
| Submission declined on 26 December 2024 by WeirdNAnnoyed (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by WeirdNAnnoyed 14 months ago.
|
| Submission declined on 6 December 2024 by Ktkvtsh (talk). This draft is not written from a neutral point of view. Wikipedia articles must be written neutrally in a formal, impersonal, and dispassionate way. They should not read like a blog post, advertisement, or fan page. Rewrite the draft to remove:
This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Ktkvtsh 15 months ago.
|
| Submission declined on 27 April 2024 by Theroadislong (talk). This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Theroadislong 22 months ago.
|
| Submission declined on 28 March 2024 by Nearlyevil665 (talk). This draft is not adequately supported by reliable sources. Wikipedia's verifiability policy requires that all content be supported by reliable sources.
This draft's references do not show that the subject meets Wikipedia's criteria for inclusion. The draft requires multiple published secondary sources that:
Declined by Nearlyevil665 23 months ago.
|
Comment: I don't see how this meets notability requipements under the general guidelines, product guidelines, or software essay. —🌊PacificDepths (talk) 03:56, 6 December 2025 (UTC)
Comment: This draft is reasonably written, well structured and leaves nothing to be desired from a content policy perspective. However, the core problem is the referencing. A quick glimpse reveals that >12/21 footnotes refer to sources that are primary or non independent, which shouldn't be the case. We need secondary sources covering the core bits of Typst. If this wasn't Wikipedia, I'd give it a pass, but without significant coverage (WP:SIGCOV), this cannot be accepted. Best, --Johannes (Talk) (Contribs) (Articles) 13:05, 2 November 2025 (UTC)
Comment: Better (secondary) sourcing is needed to establish notability of this software application. All sources cited are either tied to the subject, UGC (blogs, GitHub), or primary (theses), or some combination of the above. WeirdNAnnoyed (talk) 22:00, 26 December 2024 (UTC)
- I would personally say that it meets "It is discussed in reliable sources as significant in its particular field. References that cite trivia do not fulfill this requirement. See following section for more information." as LWN is about as reliable source as it gets and LWN talking about it as a possible replacement for Latex is a big deal. Jeltz talk 14:53, 17 December 2025 (UTC)
| Typst | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Original authors | Martin Haug, Laurenz Mädje[1] | ||||||||||||||||
| Developer | Typst GmbH | ||||||||||||||||
| Initial release | March 21, 2023 | ||||||||||||||||
| Stable release | |||||||||||||||||
| Written in | Rust | ||||||||||||||||
| Platform | Cross-platform | ||||||||||||||||
| Type | Typesetting | ||||||||||||||||
| License | Apache-2.0 | ||||||||||||||||
| Website | typst | ||||||||||||||||
| Repository | github | ||||||||||||||||
| |||||||||||||||||
The system is designed for writing and formatting scientific texts and mathematical formulas. Typst supports simple formatting for common formatting applications, customizable functions, an integrated scripting language, and mathematical typesetting. It is designed to be an alternative to LaTeX.[3][5][6]
The compiler is developed by Typst GmbH[7], which maintains and supports the software's development, and operates a proprietary[8] collaborative cloud-based editor, offering both free and paid services[6], in a manner similar to Overleaf, which allows users to preview their work while writing and includes a collaboration feature.[9]
History
Typst was developed since 2019[3] and first published in 2022 by Laurenz Mädje and Martin Haug for their masters theses at Technische Universität Berlin.[10][11] In March 2023, the Typst compiler was released as open-source, and Typst simultaneously announced the beta version of its web app.[12] As of 2025, the app does not use the beta label anymore.
Typesetting system
Typst is a markup language, similar to Markdown, "designed to be as powerful as LaTeX while being much easier to learn and use."[5] Its compiler is incremental for quick update of the document preview.[6][3]
Typst has three modes. By default, the user is in Markup mode, which can be used primarily for text. Math mode is applied to text enclosed between dollar signs ($) and is designed for writing mathematical formulas.[6][3] The scripting language is executed in code mode and marked with a hashtag (#) in front of the command.[13] Typst uses dedicated syntax for common formatting elements such as headings, strong emphasis and emphasis, while markup without dedicated syntax is accessed using functions in code mode.[3]
Unlike LaTeX, there are no minimum requirements for the structure of a document. Furthermore, packages frequently used in LaTeX do not need to be imported, as many functions are already implemented in the system.[6] For missing functions, Typst supports community-provided packages and templates.[3] Packages allow, among other things, integration with other programming languages and environments, such as generating illustrations with external tools.[14]
Compared with LaTeX, Typst has relatively fewer specialized packages available.[3] As of June 2025, Ijimai is the only journal that accepts manuscripts written in Typst.[8][15]
Compatibility and converters
Typst has native document export for PDF, PNG and SVG formats, with PDF/A[3] and PDF/UA-1 output available.[16]
Typst documents are written in a text editor and compiled to produce output files such as PDFs. A language server has been developed for Typst that can be installed as a plug-in for text editors such as VS Code, Neovim, enabling users to compile Typst documents directly within the editor.[9][17] Typst has also been integrated into other software, notably Quarto[18], and Pandoc.[3][19]
Zerodha adopted Typst for generating transactions records citing its ease of use and performance, transitioning from LuaLaTeX.[20] Scientists working on SciPy conference proceedings adopted Typst for PDF generation.[21]
Example
The example below shows the input to Typst and the corresponding output from the system:

- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.