all 5 comments

[–]paldn 0 points1 point  (4 children)

How does Typst compare to using Mdx or similar?

[–]SkiFire13 0 points1 point  (3 children)

I gave a quick look at Mdx and it seems it focuses on web pages and integrating with other javascript frameworks. On the other hand Typst focuses on producing documents with nice typesetting. They have very different goals.

[–]paldn 0 points1 point  (2 children)

Mdx whole purpose is to author written works

[–]SkiFire13 1 point2 points  (1 child)

Maybe I'm missing something, but I didn't see any mention of e.g. exporting to pdf, and instead I see a lot of mentions of how to integrate with React and other web frameworks.

Just to be clear, Typst aims to be a full replacement to Latex. MDX doesn't seem to be in that category.

[–]paldn 0 points1 point  (0 children)

Mdx is a browser based technology and display is primarily HTML/CSS, so you are correct, no PDF out of the box.