KaTeX icon indicating copy to clipboard operation
KaTeX copied to clipboard

Fast math typesetting for the web.

Results 287 KaTeX issues
Sort by recently updated
recently updated
newest added

As demonstrated in [NotIn.html](https://github.com/user-attachments/files/22301828/NotIn.html), when `\not\in` wraps across a line in an inline formula, the slash often appears on its own at the end of the line, while the `\in`...

bug

It would be really nice if KaTex could support one of the fitch proof packages (fitch by Johan Klüwer, fitch by Peter Selinger, or lplfitch)

enhancement

Add a dictionary that tracks the values of - thinmuskip - medmuskip - thickmuskip - jot - arraystretch - baselinestretch - arraycolsep - fboxsep (used in `enclose` e.g. `\colorbox`)

enhancement
help wanted

How to solve the problem that mathematical formulas with Chinese cannot be displayed normally? For example: "R_{\text{M-Dietz}} = \frac{\text{收益额}}{\text{平均委托}}. thx

bug

Long ago, @gagern suggested we put our CSS class names into a unique name space, e.g. `.katex-...`. Is this worth doing, in order to protect from accidental CSS overriding ~~(as...

discussion

And the reason seems to be strange :) - bundled `dist` (or build) folder index.css (or katex.css if used chunks approach) refers to `KaTeX_Size3-Regular.woff2` as base64 content directly inside of...

bug

While #246 added basic support for the `array` environment, that support is not complete yet. It would be nice to get it (more) complete one day, so let's keep track...

enhancement