commit 1ca7363460b7856e26fd717777081d70fe606792
parent 7c8302100901d7e5c5a22ee636ed4c40f559b4de
Author: Erik Demaine <edemaine@mit.edu>
Date: Tue, 3 Jan 2017 10:47:53 -0500
\ldots in text mode; add \textellipsis & \mathellipsis (#597)
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/symbols.js b/src/symbols.js
@@ -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");