Created
April 17, 2016 09:06
-
-
Save laughinghan/e5da7e33194b3900da3c69ec6344d8a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/commands/math/advancedSymbols.js b/src/commands/math/advancedSymbols.js | |
index d17a6c5..10be401 100644 | |
--- a/src/commands/math/advancedSymbols.js | |
+++ b/src/commands/math/advancedSymbols.js | |
@@ -166,7 +166,6 @@ for (i = 0; i < VANILLA_SYMBOLS.length; i++) { | |
LatexCmds.iff = LatexCmds.Longleftrightarrow; | |
LatexCmds.implies = LatexCmds.Longrightarrow; | |
-LatexCmds.enspace = LatexCmds['\\;']; | |
// | |
diff --git a/src/publicapi.js b/src/publicapi.js | |
index 022dfda..a30268b 100644 | |
--- a/src/publicapi.js | |
+++ b/src/publicapi.js | |
@@ -77,6 +77,7 @@ function getInterface(v) { | |
MQ.L = L; | |
MQ.R = R; | |
+ MQ.LatexCommands = LatexCmds; | |
function config(currentOptions, newOptions) { | |
if (newOptions && newOptions.handlers) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment