mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
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>
This commit is contained in:
@@ -25,8 +25,8 @@ const wideLatinLetterData: Array<[string, string, string]> = [
|
||||
["mathbf", "textbf", "Main-Bold"], // A-Z bold upright
|
||||
["mathbf", "textbf", "Main-Bold"], // a-z bold upright
|
||||
|
||||
["mathdefault", "textit", "Math-Italic"], // A-Z italic
|
||||
["mathdefault", "textit", "Math-Italic"], // a-z italic
|
||||
["mathnormal", "textit", "Math-Italic"], // A-Z italic
|
||||
["mathnormal", "textit", "Math-Italic"], // a-z italic
|
||||
|
||||
["boldsymbol", "boldsymbol", "Main-BoldItalic"], // A-Z bold italic
|
||||
["boldsymbol", "boldsymbol", "Main-BoldItalic"], // a-z bold italic
|
||||
|
Reference in New Issue
Block a user