>>105867659> The idea that latex docs look professional is a big lie perpetuated by grad students slacking off on their thesis by mucking around with table generatorsLaTeX docs do look remarkably good, and not being WYSIWYG and based on structured text give with a lot of pros
- easier collaboration and versioning by reusing tools from dev (code versioning and repository)
- error message should be better to understand
- recompilation makes additions (hopefully) not breaking previous state
The problem is that LaTex sucks as a tool, not what it can produce as output
And also the biggest lie of all: papers don't have to look THAT good, sacrificing too much of the time-effort when writing some shit
groff (mom, ms, or me) + eqn + graph + tbl makes documents than are more than good enough by being easier to work with and don't require 1GB of disk space
Typst is the final improvement over TEX/Latex, it just need time so people can write packages like TikZ and shit but as right now it can substitute 90% of Latex use cases