I do quite like how clear TeX is. The curly braces make it completely unambiguous how everything is supposed to be parsed, which means even though it’s a little more awkward to write, it’s still a lot easier to write if your comments are getting more complicated. Plus it’s so much easier for the parsing libraries to get right.
I 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, as 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 https://texnique.xyz game. It’s a timed TeX typing game. I can get up to 70-80 points in it fairly consistently :D
Huh? I know some clients fail to properly display superscript and subscript (which shouldn’t be a problem since it would be the same for my text as for the above text anyway), but I didn’t think there were any clients that would choose to render code snippets as formatted text. Anyway, here’s a screenshot of how it should look:
H²O² is poisonous
Lemmy supports subscript!
H~2~O~2~
displays as H2O2.!technicallythetruth@lemmy.world
And on kbin it shows as strikethrough, so the 2s are crossed out.
Now all I want is inline TeX.
I do quite like how clear TeX is. The curly braces make it completely unambiguous how everything is supposed to be parsed, which means even though it’s a little more awkward to write, it’s still a lot easier to write if your comments are getting more complicated. Plus it’s so much easier for the parsing libraries to get right.
I 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, as 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 https://texnique.xyz game. It’s a timed TeX typing game. I can get up to 70-80 points in it fairly consistently :D
Worked in Voyager iOS at least, very cool
Works on Voyager at least.
H~2 O~2
Something new to bring to the Sync developer’s attention.
Your example is also rendered
Huh? I know some clients fail to properly display superscript and subscript (which shouldn’t be a problem since it would be the same for my text as for the above text anyway), but I didn’t think there were any clients that would choose to render code snippets as formatted text. Anyway, here’s a screenshot of how it should look:
Thanks, it seems to be a bug with the Thunder app.