mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Change \xLongequal to \xlongequal (#997)
Fix a spelling mistake from PR #670.
This commit is contained in:
@@ -354,9 +354,8 @@ defineFunction([
|
||||
"\\xleftrightarrow", "\\xLeftrightarrow", "\\xhookleftarrow",
|
||||
"\\xhookrightarrow", "\\xmapsto", "\\xrightharpoondown",
|
||||
"\\xrightharpoonup", "\\xleftharpoondown", "\\xleftharpoonup",
|
||||
"\\xrightleftharpoons", "\\xleftrightharpoons", "\\xLongequal",
|
||||
"\\xtwoheadrightarrow", "\\xtwoheadleftarrow", "\\xLongequal",
|
||||
"\\xtofrom",
|
||||
"\\xrightleftharpoons", "\\xleftrightharpoons", "\\xlongequal",
|
||||
"\\xtwoheadrightarrow", "\\xtwoheadleftarrow", "\\xtofrom",
|
||||
], {
|
||||
numArgs: 1,
|
||||
numOptionalArgs: 1,
|
||||
|
@@ -45,7 +45,7 @@ const stretchyCodePoint: {[string]: string} = {
|
||||
xleftrightharpoons: "\u21cb",
|
||||
xtwoheadleftarrow: "\u219e",
|
||||
xtwoheadrightarrow: "\u21a0",
|
||||
xLongequal: "=",
|
||||
xlongequal: "=",
|
||||
xtofrom: "\u21c4",
|
||||
};
|
||||
|
||||
@@ -121,7 +121,7 @@ const katexImagesData: {
|
||||
overrightharpoon: [["rightharpoon"], 0.888, 522, "xMaxYMin"],
|
||||
xrightharpoonup: [["rightharpoon"], 0.888, 522, "xMaxYMin"],
|
||||
xrightharpoondown: [["rightharpoondown"], 0.888, 522, "xMaxYMin"],
|
||||
xLongequal: [["longequal"], 0.888, 334, "xMinYMin"],
|
||||
xlongequal: [["longequal"], 0.888, 334, "xMinYMin"],
|
||||
xtwoheadleftarrow: [["twoheadleftarrow"], 0.888, 334, "xMinYMin"],
|
||||
xtwoheadrightarrow: [["twoheadrightarrow"], 0.888, 334, "xMaxYMin"],
|
||||
|
||||
|
Reference in New Issue
Block a user