-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix space width in \texttt #1261
Conversation
Fix KaTeX#1255 via KaTeX/katex-fonts#41. Also fix width metrics via KaTeX/katex-fonts#42.
Codecov Report
@@ Coverage Diff @@
## master #1261 +/- ##
=======================================
Coverage 82.44% 82.44%
=======================================
Files 60 60
Lines 3880 3880
Branches 651 651
=======================================
Hits 3199 3199
Misses 578 578
Partials 103 103 Continue to review full report at Codecov.
|
There must be some slight difference between |
@kevinbarabash Oops, sorry about that. Regenerated now. I think it's because I switched the test from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for fixing this.
* Fix space width in \texttt Fix KaTeX#1255 via KaTeX/katex-fonts#41. Also fix width metrics via KaTeX/katex-fonts#42. * Improve test * Update screenshots
* Expose defineSymbol in the main KaTeX object * More Unicode letters (#1260) This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF. * Include Bold-Italic fonts for \boldsymbol (#1257) * Include Bold-Italic fonts for \boldsymbol Fix #1228 * Update screenshots * README: Add size badge (#1253) * README: Add size badge Add a size badge showing size of gzipped katex.min.js * update-sri: Add code to replace size badge in readme * Change to use badge from shields.io instead My bad for assuming that badgesize.io supports https. Change to use the badge from shields.io which supports https. * More Unicode letters (#1260) This PR serves as a complement to PR #1232 by supporting some letters that are omitted from the Unicode range 1D400–1D7FF. * Include Bold-Italic fonts for \boldsymbol (#1257) * Include Bold-Italic fonts for \boldsymbol Fix #1228 * Update screenshots * README: Add size badge Add a size badge showing size of gzipped katex.min.js * update-sri: Add code to replace size badge in readme * Change to use badge from shields.io instead My bad for assuming that badgesize.io supports https. Change to use the badge from shields.io which supports https. * Use badgesize.io with https * Fix space width in \texttt (#1261) * Fix space width in \texttt Fix #1255 via KaTeX/katex-fonts#41. Also fix width metrics via KaTeX/katex-fonts#42. * Improve test * Update screenshots
Fix #1255 via KaTeX/katex-fonts#41.
Also fix width metrics via KaTeX/katex-fonts#42.