Kevin Barabash

Results 137 comments of Kevin Barabash

I'm pretty sure it's feasible with flexbox but we aren't using flexbox anywhere yet. I think it'd be a bunch of work to do and get right. I think migrating...

One of the reasons for switching to handling the spacing in JavaScript was to eventually support `\setlength`. Introducing `span` elements in between the other elements simplified the code. We could...

It feels like it's outside of KaTeX proper. Adding it to contrib would be fine.

Maybe we could follow whatever XeTeX does as the default and allow people configure the behaviour as needed.

We might be to insert a pass on the parse tree to insert labels/refs as needed before doing the render pass.

That's a really good idea.

@PaulSohn can you use different delimiters, e.g. `\(`,`\)` and `\[`,`\]`?

I'm going to close this since it's going to be very difficult to implement something that handles the different behaviors people want. Also, there is a workaround by using different...

@Trass3r can you open a new issue for `processEscapes`?