mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-13 06:58:40 +00:00
fix: Support MathML \oiint and \oiiint (#2461)
* fix: Support MathML \oiint and \oiiint * Update direct input section of docs
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user