fix: Support MathML \oiint and \oiiint (#2461)

* fix: Support MathML \oiint and \oiiint

* Update direct input section of docs
This commit is contained in:
Ron Kok
2020-08-30 15:44:34 -07:00
committed by GitHub
parent ae90dbb78e
commit 010b267dd6
4 changed files with 63 additions and 1 deletions

View File

@@ -663,6 +663,8 @@ defineSymbol(math, main, op, "\u2a02", "\\bigotimes");
defineSymbol(math, main, op, "\u2a01", "\\bigoplus");
defineSymbol(math, main, op, "\u2a00", "\\bigodot");
defineSymbol(math, main, op, "\u222e", "\\oint");
defineSymbol(math, main, op, "\u222f", "\\oiint");
defineSymbol(math, main, op, "\u2230", "\\oiiint");
defineSymbol(math, main, op, "\u2a06", "\\bigsqcup");
defineSymbol(math, main, op, "\u222b", "\\smallint");
defineSymbol(text, main, inner, "\u2026", "\\textellipsis");