Typst: "as powerful as LaTeX while being much easier to learn and use"

https://sh.itjust.works/post/56998808

Typst: "as powerful as LaTeX while being much easier to learn and use" - sh.itjust.works

::: spoiler References - 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 [https://github.com/typst/typst]. :::

I’d say it still have a long way to go, especially for advanced use cases

If you just want to have a quick pdf generator, it’s definitely the right tool.

One thing that’s way better is the scripting. In LaTeX it’s just an afterthought, simply exposing its convoluted core. In Typst, it feels way more like a first class feature.

For easy pdfs, use markdown with a typst backend

[…] use markdown with a typst backend

How could one do that?

Typst syntax is already simple enough. Why add an unnecessary layer of abstraction

It depends on what you need more often. If you need high quality pdf papers with fancy stuff, using typst directly isn’t too bad.

If you write everything else in markdown, use computer languagss in addition to that and want to connect typesetting and programming, then markdown with a solid typst template is the way to go for me.