Update katex to v0.16.21
This commit is contained in:
8
paige/node_modules/katex/src/symbols.js
generated
vendored
8
paige/node_modules/katex/src/symbols.js
generated
vendored
@@ -673,7 +673,9 @@ defineSymbol(text, main, inner, "\u2026", "\\ldots", true);
|
||||
defineSymbol(math, main, inner, "\u2026", "\\ldots", true);
|
||||
defineSymbol(math, main, inner, "\u22ef", "\\@cdots", true);
|
||||
defineSymbol(math, main, inner, "\u22f1", "\\ddots", true);
|
||||
defineSymbol(math, main, textord, "\u22ee", "\\varvdots"); // \vdots is a macro
|
||||
// \vdots is a macro that uses one of these two symbols (with made-up names):
|
||||
defineSymbol(math, main, textord, "\u22ee", "\\varvdots");
|
||||
defineSymbol(text, main, textord, "\u22ee", "\\varvdots");
|
||||
defineSymbol(math, main, accent, "\u02ca", "\\acute");
|
||||
defineSymbol(math, main, accent, "\u02cb", "\\grave");
|
||||
defineSymbol(math, main, accent, "\u00a8", "\\ddot");
|
||||
@@ -812,11 +814,11 @@ for (let i = 0; i < letters.length; i++) {
|
||||
defineSymbol(math, main, mathord, ch, wideChar);
|
||||
defineSymbol(text, main, textord, ch, wideChar);
|
||||
|
||||
wideChar = String.fromCharCode(0xD835, 0xDD04 + i); // A-Z a-z Fractur
|
||||
wideChar = String.fromCharCode(0xD835, 0xDD04 + i); // A-Z a-z Fraktur
|
||||
defineSymbol(math, main, mathord, ch, wideChar);
|
||||
defineSymbol(text, main, textord, ch, wideChar);
|
||||
|
||||
wideChar = String.fromCharCode(0xD835, 0xDD6C + i); // A-Z a-z bold Fractur
|
||||
wideChar = String.fromCharCode(0xD835, 0xDD6C + i); // A-Z a-z bold Fraktur
|
||||
defineSymbol(math, main, mathord, ch, wideChar);
|
||||
defineSymbol(text, main, textord, ch, wideChar);
|
||||
|
||||
|
Reference in New Issue
Block a user