mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-11 05:58:40 +00:00
\ldots in text mode; add \textellipsis & \mathellipsis (#597)
This commit is contained in:
committed by
Martin von Gagern
parent
7c83021009
commit
1ca7363460
@@ -579,6 +579,9 @@ defineSymbol(math, math, op, "\u2a00", "\\bigodot");
|
||||
defineSymbol(math, math, op, "\u222e", "\\oint");
|
||||
defineSymbol(math, math, op, "\u2a06", "\\bigsqcup");
|
||||
defineSymbol(math, math, 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");
|
||||
|
Reference in New Issue
Block a user