Live data from Hacker News

Modern LaTeX

github.com

1–10 of 224 posts

Re: Modern LaTeX

#7
post #5

Typst is the modern LaTeX. https://typst.app/

Typst is more minimal and faster in compiling documents, I prefer using it. But it's not in all cases a LaTex replacement. The ecosystem is also larger. I have LaTex documents I struggle to convert.

Re: Modern LaTeX

#8
LaTeX is quite underrated these days. Even though alternatives like Typst are popping up, LaTeX is also pretty convenient and powerful if you get past the crude syntax and obscure compilation errors. I sill remember my disbelieve when I found out that I can change my article into a presentation just by changing the document class to "beamer".

These days I usually default to pandoc's markdown, mostly because the raw text is very readable.

Re: Modern LaTeX

#9
Don't get me wrong, I love LaTeX, having written my PhD thesis in it. But with the current tools, I would use Quarto instead. It's much easier, you can still "inject" LaTeX and it's quicker for less technical collaborators to adapt.

Re: Modern LaTeX

#10
post #8

LaTeX is quite underrated these days. Even though alternatives like Typst are popping up, LaTeX is also pretty convenient and powerful if you get past the crude syntax and obscure compilation errors. I sill remember my disbelieve when I found out that I can change my article into a presentation just by changing the document class to "beamer". These days I usually default to pandoc's markdown, mostly because the raw t…

I wouldn't say underrated. Literally every single research article in maths and cs, every PhD dissertation and master thesis in these fields too, are written in LaTeX.

Most students, and many researchers use Overleaf nowadays, though.

Post reply on HN