ylemkimon
ea409eaf1d
fix(fonts): update fonts dependencies ( #2866 )
...
* fix(fonts): update fonts dependencies
* chore(fonts): fix buildMetrics for Python 3
* fix(fonts): update fonts
* test: update screenshots
* docs: update reference to katex-fonts
* chore: use Python 3
* fix(fonts): update fonts
* test: update screenshots
* Use explicit path
* Command-line arguments aren't actually supported
* Small buildMetrics fixes
* Add build:{fonts,metrics} script
* Lock versions of font-related dependencies
* Install minimal texlive
* Install fontforge
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2021-08-29 07:06:42 +09:00
Erik Demaine
6b4e80bfbb
fix(builder): combine characters together in all expressions ( #2080 )
...
* Combine characters together in all expressions
Call `tryCombineChars` in `buildExpression`
* update screenshots, exclude 'coverage' from lint
* update MathML snapshots
* don't combine two 'mbin's or two 'mord's
* update screenshots
* update screenshots
Co-authored-by: ylemkimon <y@ylem.kim >
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org >
2020-12-30 10:34:01 -05:00
ylemkimon
3dd1ed45b4
Run screenshotter using Chrome 83 and Firefox 76 ( #2304 )
...
* Run screenshotter using Chrome 83 and Firefox 76
* Update screenshots
* Update NegativeSpace-chrome screenshot
The new screenshot is correct as per #1194 .
* Update Units-chrome screenshot
The new screenshot is correct as per #732 and compared to Firefox.
* Update screenshots
2020-07-14 08:48:55 -07:00
Ron Kok
2dc8f8121a
Support \operatorname* ( #1899 )
...
* Support \operatorname*
* Fix lint errors
* Fix YAML
* Update screenshots
* Break out a function to avoid code duplication
* Fix lint errors
* Restore wrapper span
* Update docs
* Reinstall color macros lost in merge
* Update screenshots
* Add type annotations, Move to utils file, add \limits to screenshots
* Fix lint errors
* Rearrange screen shot to fit onto page
* Update screenshots
* tweak location of utils.js and assembleSupSup.js
2019-07-17 21:38:44 -04:00
Ron Kok
8f5239c272
Fix \operatorname ( #1461 )
...
* Fix operatorname
* Update MathML
* Update screenshots
* Fix lint error
* Pick up comment
* Remove duplicate lines
* Fix lint error
* Remove duplicate code
* Replace \pi with \Pi in test
* Revise RegEx
* Update RegEx
2018-07-17 02:08:41 +09:00
Ron Kok
4f63909d08
Support \operatorname. Resolve #145 ( #866 )
...
* Support \operatorname. Resolove #145
* Fix quote mark typo
* Fix test escapes
* Remove poorly written tests
* operatorname screenshots
* Remove nits
* Use documentFragment. Eliminate macro.
2017-09-10 23:33:51 -04:00