Kevin Barabash

Results 176 comments of Kevin Barabash
trafficstars

I'm re-opening and have changed the title to indicate that we'd like an option to ignore `\$`.

I had a look at the .ttf files and I couldn't seem to find any that contained plain old italics for latin characters or normal numbers. Am I missing something?

It's possible, but it would take some elbow grease. One of the issues is that KaTeX isn't a full TeX engine, we don't support macros or (re)defining commands. I believe...

I think we can solve the issue by introducing a new wrapper around everything before the `.tag` inside of `.katex-html`. The tricky part though is keeping this new wrapper centered...

@samridhgupta is `\per` any different from `/`?

Apparently it does. From the docs for the `siunitx` package: ``` \si[per-mode=symbol] {\kilogram\metre\per\ampere\per\second} ``` results in ``` kg m/(A s) ```

None yet. This is tricky because the non-optional argument to `\si` requires custom parsing in order for `\per\ampere\per\second` to be combined into `/(A s)`. I'm curious about the benefits of...

This is exciting, but it also feels a bit risky to be making changes to how fonts are generated in addition to where the font generation is happening. Maybe we...

I did some testing using `\sqrt{\frac{1+x}{y}}` and noticed that the behavior of the `\sqrt`'s rule was great. It never disappeared and it didn't get super blocky like the fraction bar...

I forgot about that. The `\sqrt` must have the same issue then. I guess isn't used as much though. Also, the screenshots I took were on a high-res display and...