mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-17 16:58:41 +00:00
Support CJK full-width punctuation + Unicode dots (#814)
This commit is contained in:
committed by
Kevin Barabash
parent
6d2cf79f53
commit
dd0c14ac01
@@ -599,11 +599,11 @@ defineSymbol(math, main, op, "\u2a06", "\\bigsqcup");
|
||||
defineSymbol(math, main, op, "\u222b", "\\smallint");
|
||||
defineSymbol(text, main, inner, "\u2026", "\\textellipsis");
|
||||
defineSymbol(math, main, inner, "\u2026", "\\mathellipsis");
|
||||
defineSymbol(text, main, inner, "\u2026", "\\ldots");
|
||||
defineSymbol(math, main, inner, "\u2026", "\\ldots");
|
||||
defineSymbol(math, main, inner, "\u22ef", "\\cdots");
|
||||
defineSymbol(math, main, inner, "\u22f1", "\\ddots");
|
||||
defineSymbol(math, main, textord, "\u22ee", "\\vdots");
|
||||
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", "\\vdots", true);
|
||||
defineSymbol(math, main, accent, "\u00b4", "\\acute");
|
||||
defineSymbol(math, main, accent, "\u0060", "\\grave");
|
||||
defineSymbol(math, main, accent, "\u00a8", "\\ddot");
|
||||
|
Reference in New Issue
Block a user