Change \xLongequal to \xlongequal (#997)

Fix a spelling mistake from PR #670.
This commit is contained in:
Ron Kok
2017-11-27 20:55:51 -08:00
committed by Kevin Barabash
parent 1b20414526
commit 28c55ebedc
2 changed files with 4 additions and 5 deletions

View File

@@ -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,

View File

@@ -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"],