ylemkimon
1a8f682155
Fix missing metrics for space (0x20) and no-break space (0xa0) ( #2298 )
...
* Fix missing metrics for space (0x20) and no-break space (0xa0)
* Update a screenshot
* Update font submodule
* Add a regression test
2020-07-13 03:38:34 +09:00
ylemkimon
d1c0468ef8
Reorganize some glyphs, simplify font selection, break \mathcal{123} ( #2156 )
...
* Reorganize some glyphs
* Remove mathdefault
Numerals are textord and it was never reachable.
* Use PUA for \imath and \jmath
* Update katex-fonts
* Update tests
* Update src/buildCommon.js
* Update screenshots
* Add comment regarding usage of PUA in \imath and \jmath
* Update fonts
Co-authored-by: Erik Demaine <edemaine@mit.edu >
2020-07-11 14:54:28 -04:00
ylemkimon
f7334e4eeb
Update fonts: remove unused glyphs and Macintosh table ( #2171 )
...
Co-authored-by: Kevin Barabash <kevinb7@gmail.com >
2020-02-21 17:39:18 -05:00
ylemkimon
800cdb2d23
Cleanup font build scripts & minor font updates ( #2155 )
...
* Minor font updates
* Update screenshots
* Cleanup build scripts
2019-12-07 13:11:45 +09:00
ylemkimon
ff5ebea681
Fix \not (U+E020) RBearing (width) ( #1878 )
...
Fixes #1842 on Safari.
Also removed unused extra code (notin and noteq).
2019-03-21 08:21:37 -04:00
Erik Demaine
ee16854612
Fix \not and \neq on Chrome via new Unicode symbol U+E020 ( #1852 )
...
* Fix \not and \neq via new Unicode symbol U+E020
Fix #1842
* Fix font metrics
* Update screenshots
* Use lower case letters in code points
2019-02-21 16:06:29 +09:00
Erik Demaine
74fb394bb5
Update fonts to remove \neq and \notin glyphs ( #1499 )
...
See https://github.com/KaTeX/katex-fonts/pull/53
2018-07-23 01:58:21 +09:00
Kevin Barabash
8eed4e2795
update fonts to use \not character without left side-bearing correction, fixes #1189 ( #1267 )
...
* update fonts to use \not character without left side-bearing correction, fixes #1189
* update katex-fonts submodule
* update katex-fonts submodule
* add comment
* Update fonts submodule
* Update screenshots
2018-07-22 04:17:07 +09:00
Erik Demaine
812b350a5d
Fix space width in \texttt ( #1261 )
...
* Fix space width in \texttt
Fix #1255 via https://github.com/KaTeX/katex-fonts/pull/41 .
Also fix width metrics via https://github.com/KaTeX/katex-fonts/pull/42 .
* Improve test
* Update screenshots
2018-04-21 19:52:18 -04:00
Erik Demaine
933a0ee5b5
Include Bold-Italic fonts for \boldsymbol ( #1257 )
...
* Include Bold-Italic fonts for \boldsymbol
Fix #1228
* Update screenshots
2018-04-12 22:24:06 -04:00
Erik Demaine
e31cceed58
Add metrics for \S and \P ( #1224 )
...
Just updating to latest katex-fonts submodule.
2018-03-16 15:52:59 +09:00
ylemkimon
96ad6e0f4f
Add unicode-fonts as submodule ( #1182 )
...
* Add unicode-fonts as submodule
Removed checkout process from screenshotter.sh.
* Rename test-fonts submodule and update repo URL
2018-03-05 23:29:19 -05:00
Kevin Barabash
9b2101f6b4
move metrics to katex-fonts submodule ( #1134 )
...
* move metrics to katex-fonts submodule
* update katex-fonts submodule
* update katex-fonts submodule after pulling down changes
2018-02-11 16:36:13 -05:00
Kevin Barabash
bf080cd6a4
remove symlink to support devs using Windows ( #1090 )
2018-01-28 23:01:57 -05:00
Kevin Barabash
0eae99fb08
add \S and \P ( #1110 )
2018-01-28 17:32:19 -05:00
Kevin Barabash
ea7a560191
add Main-BoldItalic font to allow nesting of \textit and \textbf
2018-01-27 11:32:14 -05:00
Kevin Barabash
f03849c831
update fonts and metrics so that accents are positioned correctly ( #1094 )
...
* update fonts and metrics so that accents are positioned correctly
* fix degree symbol, move more accents into the 0x2c0-0x2df range
* fix accents in Unicode screenshots
* update jest snapshots, update AccentsText to include requested characters
* update fonts submodule, add unicode chars to AccentsText test
* update submodules after merging its PR
2018-01-26 19:46:57 -05:00
Kevin Barabash
159cf422bc
Remove support for .eot font files, fixes #893 ( #1051 )
2017-12-30 12:15:02 -07:00
Kevin Barabash
9e6eb3a219
replace dockers/MathJaxFonts with KaTeX/katex-fonts submodule ( #891 )
2017-11-28 07:25:03 -05:00