Submission declined on 10 February 2025 by Mwwv (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 26 December 2024 by WeirdNAnnoyed (talk). This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are: Declined by WeirdNAnnoyed 5 months ago.
| ![]() |
Submission declined on 6 December 2024 by Ktkvtsh (talk). This submission does not appear to be written in the formal tone expected of an encyclopedia article. Entries should be written from a neutral point of view, and should refer to a range of independent, reliable, published sources. Please rewrite your submission in a more encyclopedic format. Please make sure to avoid peacock terms that promote the subject. This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are: Declined by Ktkvtsh 6 months ago.
| ![]() |
Submission declined on 27 April 2024 by Theroadislong (talk). This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are: Declined by Theroadislong 13 months ago.
| ![]() |
Submission declined on 28 March 2024 by Nearlyevil665 (talk). This submission is not adequately supported by reliable sources. Reliable sources are required so that information can be verified. If you need help with referencing, please see Referencing for beginners and Citing sources. This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are: Declined by Nearlyevil665 14 months ago.
| ![]() |
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)
Typst | |
---|---|
![]() | |
![]() | |
Original author(s) | Martin Haug, Laurenz Mädje[1] |
Developer(s) | Typst GmbH |
Initial release | March 21, 2023 |
Stable release | v0.13.1
/ March 7, 2025 |
Repository | github |
Written in | Rust |
Platform | Cross-platform |
Type | Typesetting |
License | Apache-2.0 |
Website | typst |
Typst (/taɪpst/) is an open-source typesetting system based on a markup language written in Rust. The Typst compiler is free software and is distributed under the Apache License 2.0 license.[2]
The system is designed for writing and formatting scientific texts and mathematical formulas. Typst offers simple formatting for common formatting applications, customizable functions, an integrated scripting language, and mathematical typesetting.
The compiler is developed by Typst GmbH[3], which maintains and supports the software's development, and operates a proprietary[4] collaborative cloud-based editor[5], 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.[7]
History
[edit]Typst was developed since 2019[1] and first published in 2022 by Laurenz Mädje and Martin Haug for their master thesis at Technische Universität Berlin.[8][9] Since March 2023, Typst has been an open-source project and is currently in its beta phase.[10]
Typesetting system
[edit]Typst is a markup language, similar to Markdown, "designed to be as powerful as LaTeX while being much easier to learn and use."[11] In terms of performance, "Typst compiles faster than LaTeX; compilation typically takes milliseconds rather than seconds."[12] Its compiler is incremental through constrained memoization.[13]
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. For missing functions, Typst supports community-provided packages and templates. Typst Universe is a community-driven repository akin to CTAN, which allows the sharing and use of user-created packages.[14]
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. The scripting language is executed in code mode and marked with a hashtag (#
) in front of the command.[15]
Compatibility and converters
[edit]Typst has native document export for PDF, PNG and SVG formats. In version 0.12.0, support for PDF/A-2b compliance was added.[16]
Typst documents are written in a text editor and compiled to produce output files such as PDFs. Alternatively, Typst GmbH provides an online editor[5] 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.[17] Typst has also been integrated into other softwares, notably Quarto[18], and Pandoc.[19]
Zerodha adopted Typst for generating transactions records citing its ease of use and performance, transitioning from LuaLaTeX.[20]
Example
[edit]The example below shows the input to Typst and the corresponding output from the system:
References
[edit]- ^ a b Typst: About us
- ^ "typst/LICENSE at main · typst/typst". GitHub. Retrieved 2024-12-13.
- ^ "Typst: Legal information". Typst. Retrieved 2024-12-02.
- ^ "typst/webapp-issues: Issue tracker for Typst's web app". Retrieved 2025-06-21.
- ^ a b "Typst: Compose papers faster". Typst. Retrieved 2024-12-02.
- ^ "Typst: Pricing". Retrieved 2025-06-21.
- ^ "Typst – A Next-Gen Typesetting System? - Teuderun" (in German). 2024-10-13. Retrieved 2025-06-21.
- ^ Haug, Martin (June 2022). Fast Typesetting with Incremental Compilation (Thesis). doi:10.13140/RG.2.2.15606.88642.
- ^ Mädje, Laurenz. Typst A Programmable Markup Language for Typesetting (PDF) (Thesis). Archived from the original on 2023-01-16. Retrieved 2024-04-27.
{{cite thesis}}
: CS1 maint: bot: original URL status unknown (link) - ^ "Typst starts its public beta test and goes open source". 2023-03-21. Retrieved 2025-06-21.
- ^ Lisse, Eberhard W. (2023-07-14). "Introduction to Typst". TUGboat. 44 (2): 315–316. doi:10.47397/tb/44-2/tb137abstracts. ISSN 0896-3207.
- ^ Pardue, David (November 2024). "Exploring Typst: A LaTeX Alternative". The PCLinuxOS Magazine (214): 8.
- ^ typst/comemo, Typst, 2024-11-28, retrieved 2024-12-02
- ^ "Typst Universe". Retrieved 2025-06-21.
- ^ Hersel, Ralf (2023-03-22). "Typst is easier than LaTeX" (in German). Retrieved 2025-06-21.
- ^ "Release Version 0.12.0 (October 18, 2024) · typst/typst". GitHub. Retrieved 2024-12-02.
- ^ Myriad-Dreamin (2024-12-09), Myriad-Dreamin/tinymist, retrieved 2024-12-09
- ^ Wickham, Charlotte (2024-01-24). "Quarto 1.4". Quarto. Retrieved 2024-12-02.
- ^ MacFarlane, John (2023-03-23). "Release pandoc 3.1.2 · jgm/pandoc". GitHub. Retrieved 2024-12-02.
- ^ Chandra, Sarat; Sharma, Karan (2024-02-14). "1.5+ million PDFs in 25 minutes". Zerodha Tech Blog. Retrieved 2024-12-02.
External links
[edit]Category:Free software programmed in Rust Category:Free typesetting software Category:Software using the Apache license Category:Collaborative real-time editors Category:Markup languages
- in-depth (not just passing mentions about the subject)
- reliable
- secondary
- independent of the subject
Make sure you add references that meet these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.