Remove redundant symbols from #1947 (#1954)

https://github.com/KaTeX/KaTeX/pull/1947#pullrequestreview-230534608
This commit is contained in:
Erik Demaine
2019-04-25 09:46:22 -04:00
committed by GitHub
parent d01a972f5c
commit 2d066097ad
2 changed files with 1 additions and 3 deletions

View File

@@ -625,8 +625,6 @@ defineSymbol(math, main, open, "[", "\\lbrack");
defineSymbol(text, main, textord, "[", "\\lbrack");
defineSymbol(math, main, close, "]", "\\rbrack");
defineSymbol(text, main, textord, "]", "\\rbrack");
defineSymbol(math, main, open, "\u27e6", "\\llbracket", true);
defineSymbol(math, main, close, "\u27e7", "\\rrbracket", true);
defineSymbol(math, main, open, "(", "\\lparen");
defineSymbol(math, main, close, ")", "\\rparen");
defineSymbol(text, main, textord, "<", "\\textless"); // in T1 fontenc