Han Seoul-Oh
Han Seoul-Oh
Even further irrelevant side note: > Replacing jQuery would also give some cleaner code. I think `$('​');` is a bit dirty, the clean JS solution would be: > > ```...
Hey @kschaefe ! I have no love for depending on jQuery either. I'm not sure what specific guidance you're looking for, but I believe we use jQuery solely for DOM...
This looks like really good work, thanks for taking this on! TextBlock could really use some love. > Does [the requirement that text contents can never be empty] mean that...
You features changes almost all sound good. I don't think we should reject empty text commands as syntax errors, since they're valid LaTeX and we purport to support `\text`, I...
Nice to see interest. Unfortunately, realistically speaking, this isn't a personal concern for either of us, will be a lot of work to go through and annotate everything, and will...
Note: MathSpeak is actually not just some obscure system some Nemeth person uses like the impression I got from those links, it's actually totally an official thing: http://www.gh-mathspeak.com/ On second...
This looks great, the auto-converting `lim` to `\lim` and moving to subscript position works well. Remaining fixes: - if you have `li|` and type a single `m` and get `\lim_{|...
Nothing concrete. The intermediate plan is to actually remove support for `\R` etc
No `\mathfrak` support yet, but as of #910 we support `\mathbb{R}` etc. Only the 6 existing characters (`PCHNR`), though, not the rest of the alphabet
Thanks for the new feature! Can you explain how you're using it, so we can have a better idea of the use cases for this feature? Specifically, how do you...