

0·
23 days agoSome journals and conferences are starting to accept Typst.
Personally, the huge difference with LaTeX is that if I want to do something slightly complex that is not covered by a third-party plugin, I’m not afraid to get my hands dirty and script it myself, whereas in LaTeX, I dread writing macros that do more than being notations/shorthands.
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.