|
LaTeX is simple if you: - have a good template (most of the conferences & some other parts of academia provide this), - use a decent IDE (many LaTeX editors I tried in the past were great, now I'm fine with just vim), - stick with the basics (text, tables, formulas, images; it's easy to Google it). The last point is what matters the most. As soon as you want to change the margins, stylize the table in a different way, tune the text so it looks exactly as you imagine, is when things get complicated. People expect M$ Word and get frustrated with LaTeX. From what I see, Typst solves this in a different way -- it doesn't provide the ability to do that (yet, when it provides it, it will become as complicated as LaTeX). Why even learn LaTeX or TeX? The Internet is full of recepies. That all you need. Why learning new syntax for formulas when you have a mountain of resources about LaTeX formulas to typeset anything you need. There are a few "solved problems" in computer science, and typesetting documents is one of them. The progress is made by building TeXmaker, TeXstudio, TeX Live, MiKTeX, XeTeX, LuaTeX, etc. Not segmenting the space. |
It's like saying transport is solved when the wheel was invented. Yes LaTeX is great, but it lacks so many decent things, such as good error message, or incremental compilation. Typst is going in the right direction, not segmenting the space.