mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 21:48:41 +00:00
Support \origof and \imageof (#2283)
* Support \origof and \imageof * Fix documentation table Co-authored-by: ylemkimon <mail@ylem.kim>
This commit is contained in:
@@ -438,6 +438,8 @@ defineSymbol(math, ams, rel, "\u21b0", "\\Lsh", true);
|
||||
defineSymbol(math, ams, rel, "\u21c8", "\\upuparrows", true);
|
||||
defineSymbol(math, ams, rel, "\u21bf", "\\upharpoonleft", true);
|
||||
defineSymbol(math, ams, rel, "\u21c3", "\\downharpoonleft", true);
|
||||
defineSymbol(math, main, rel, "\u22b6", "\\origof", true); // not in font
|
||||
defineSymbol(math, main, rel, "\u22b7", "\\imageof", true); // not in font
|
||||
defineSymbol(math, ams, rel, "\u22b8", "\\multimap", true);
|
||||
defineSymbol(math, ams, rel, "\u21ad", "\\leftrightsquigarrow", true);
|
||||
defineSymbol(math, ams, rel, "\u21c9", "\\rightrightarrows", true);
|
||||
|
Reference in New Issue
Block a user