Comment on Two chemists walk into a bar
Opisek@lemmy.world 5 months agoI just love how universal it is. Sure, it has its flaws, but its strength is how many different applications use it. Once you know how to write TeX, you can express any equation you want clearly and understandably, an opposed to trying to write it with Unicode. Bonus points for how easy it is to add TeX rendering to the web with libraries like KaTeX (my personal favourite) or MathJax. I was able to add TeX support to my blog in 10 minutes.
I’m a bit of a sucker for TeX as might be apparent from my infodumping. If anyone’s as passionate and doesn’t know of it yet: You should try the texnique.xyz game. It’s a timed TeX typing game. I can get up to 70-80 points in it fairly consistently :D
marcos@lemmy.world 5 months ago
Lol!
Half of the stuff people expect to work is library code that isn’t even bundled at the default TeX context. Most of the symbols don’t even come packaged with the TeX interpreter.
Somebody should really make a “standard TeX” and LaTeX should adopt it.
Opisek@lemmy.world 5 months ago
Yes, universal. Many websites, apps, communicators etc. implement a flavour of TeX. They will differ in some more complex features or commands, but your
$a^2+b^2=c^2$
will work. And that’s the point. For most times, you’ll just want to communicate some simple concepts.We could do better, for sure. For example, there’s been some development around Typst, which tries to resolve many of those quirks, annoyances, and inconsistencies. While I’d love to see it come for, for now TeX is something that I take for granted, which perhaps better encompasses my thoughts than the word “universal”.