this post was submitted on 05 Jun 2025
92 points (97.9% liked)

Open Source

38174 readers
137 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Letting ideas flow into your next presentation, paper or book.

Markdown meets the power of LaTeX in this modern typesetting system.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 weeks ago (6 children)

As a Typst enjoyer I have to say this isn’t it imo from a quick look at the readme. Typst’s mix of markup and code modes is excellently designed and a high bar for anything to beat, and this looks like it doesn’t come remotely close. (I do have to say, I also heavily dislike Markdown in general)

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Well, Typst is explicitly a no-go for anyone who has to submit a manuscript, until it they get a damn HTML representation, so Pandoc can get it to LaTeX. There's practically nowhere I could use Typst except my own notes, and I've tried!

[–] [email protected] 5 points 2 weeks ago (2 children)

There’s experimental HTML support. I’m using Typst as a static site builder for my website.

[–] [email protected] 3 points 2 weeks ago (1 children)

Sure, but they can't build Pandoc translation against an experimental format, so no LaTeX anytime soon.

[–] [email protected] 1 points 2 weeks ago

The experimental status is more about that not everything is implemented yet (not that everything can be implemented, for example due to HTML not being oriented around having multiple pages in a document), so you have to write a bit of raw HTML sometimes. This is an example of how raw HTML looks, it's the shell for my webpage.

load more comments (2 replies)