Typst is a new markup-based typesetting system that is designed to be as powerful as LaTeX while being much easier to learn and use. [1.1]

References
  1. Type: Webpage. Title: “typst/typst”. Publisher: “GitHub”. Published (Modified): 2026-03-16T09:39:55.000Z. Accessed: 2025-03-18T08:55Z. URI: https://github.com/typst/typst.
    1. Type: File. Title: “README.md”.
      • Type: Text. Location: ¶1.
  • PandaInSpace@kbin.earth
    link
    fedilink
    arrow-up
    0
    ·
    9 days ago

    How does Typst compare to something like Asciidoc ? I haven’t found many editors with typst support unfortunately

    • badabim@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      9 days ago

      It’s not the same use case. Asciidoc is closer to markdown/org/reST, i.e., simple markup languages, whereas Typst also emphasizes on presentation (layouting, element positioning, creation of complex figures, etc.). You can reproduce features from Asciidoc in Typst using scripting.

      As for editors, aside from the official webapp, and the community LSP (tinymist), there aren’t that many available.

      • PandaInSpace@kbin.earth
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        Thanks for explaining. It seems like I had a completely different understanding/exoectation of what typst is.