glebm / katex-ruby

Renders KaTeX from Ruby.
MIT License
24 stars 10 forks source link

Difference to official KaTeX releases? #1

Closed ccorn closed 6 years ago

ccorn commented 6 years ago

I have installed the gem katex-0.3.0 which supposedly bundles the stable KaTeX v0.8.3, but it has a disappearing fraction line issue that does not occur in the official KaTeX v0.8.3 release. The vendor/katex.js seems to be minified, but it differs from the official katex.min.js. How do those discrepancies arise?

ccorn commented 6 years ago

False alarm. It seems I have compared with files from another release (probably 0.9.0-alpha2), and the disappearing lines were due to mixing fonts/CSS from one version with the javascript from 0.8.3. Unpacking the 0.8.3 distro and diff-ing corresponding files yields no differences any longer.