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.
  • coolie4@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 days ago

    I’ve been meaning to learn LaTeX but never got around to it. I write documents in markdown and convert to PDF, but would like to have some rich typesetting.

    For anyone who has ever used both, would you recommend learning this or LaTeX for non-academic use case?

    • fbr@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      1
      ·
      10 days ago

      As someone who used LaTeX for many years and then switched over to Typst, I see no reason to use LaTeX these days. Typst syntax is more readable and it is much nicer to write.

      Especially if you’re coming from markdown, I think Typst is the better choice. Typst syntax is very similar to markdown for the simple things and more advanced things are like any super high level programming language.

    • badabim@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      9 days ago

      Typst is way simpler to learn, especially if you’re used to markdown. You can first approach it as a markup language like markdown, but with some scripting.

      Package management in LaTeX is infuriatingly bad, you can’t even specify the version you want to use.