add group type 'dots' so that we get the right font w/o special casing group type 'op'#2
Conversation
…g group type 'op'
|
This works, but I was vaguely hoping to do it via the macro system (so that the produced content is identical to the effect of typing |
|
I don't think our support for macros is powerful enough b/c we need to know what the next token is and then somehow use that to decide which version of dots to render. |
|
Yes, but I think it'd be worth adding support for that to the macro parser. I wasn't planning on implementing |
|
Maybe the |
* Support \cfrac This was an easier PR to write than KaTeX#135 since KaTeX now has well established methods for pt-to-em conversions and nulldelimiter. As in KaTeX#135, this does not support the LaTeX optional argument for numerator justification. It supports a `\cfrac #1 #2 ` syntax. * Added screenshotter files * fix ref to context in genfrac handler
Green is LaTeX and red is KaTeX. The last two lines use
\dotswhereas the first is\dotsband the second is\dotsi. The issue with the second line is a pre-existing issue.