KaTeX demos and experiments
KaTeX is a javascript library that converts LaTeX on a HTML page to math. It is similar to MathJax, but is simpler and faster.
KaTeX Demos | |
---|---|
KaTeX-DB demo | Fast math using KaTeX output via a database, rather than with javascript. |
Wrapping wide KaTeX equations | A KaTeX user asked for a way to wrap wide equations on a phone. |
KaTeX - cancelTo proposal | This arose from a request by a KaTeX user for a /cancelTo option |
Implementing label, tag and eqref in KaTeX | Many KaTeX users have asked for a way to implement \eqref and \label in KaTeX the KaTeX environment. |
Implementing label, tag and eqref in KaTeX using a macro approach | Many KaTeX users have asked for a way to implement \eqref and \label in KaTeX the KaTeX environment. Here's one way to go about it. |
Fixing Overlaps for Large Absolute Value Signs in KaTeX | Here are two possible solutions for the problem of overlaps in large absolute value signs in KaTeX. |