idyll icon indicating copy to clipboard operation
idyll copied to clipboard

Update KaTeX Version

Open yourealwaysbe opened this issue 4 years ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe. The current version of KaTeX is 0.13.0, Idyll uses 0.9.0. In particular \newcommand and similar is supported in 0.13.0, but does not appear to be supported in 0.9.0. \newcommand is very useful for serious mathematical articles.

Describe the solution you'd like Update to 0.13.0.

Describe alternatives you've considered Could not think of alternatives (except bookdown :) ).

yourealwaysbe avatar Apr 06 '21 10:04 yourealwaysbe

This makes sense to me. We'd need to edit the CSS file that gets included (https://github.com/idyll-lang/idyll/blob/master/packages/idyll-cli/src/client/_index.html#L36-L41), upgrade the dependency in idyll-components and make sure the Equation component is functioning properly with the new version.

mathisonian avatar Apr 07 '21 02:04 mathisonian

I think we should drop react-latex-patched in favor of https://www.npmjs.com/package/react-latex since that one seems to be more widely used and up-to-date.

mathisonian avatar Apr 07 '21 02:04 mathisonian