Fix display of \leq, \geq, and \lnot in mathed

Commit 343a379b used a wrong syntax that was causing the display
of the above symbols as blanks.
This commit is contained in:
Enrico Forestieri 2016-07-04 21:49:55 +02:00
parent c6ce76c2fb
commit 7c82ab3205

View File

@ -1120,11 +1120,11 @@ pod lyxblacktext 0 0 func x amsmath
# pre-defined macros # pre-defined macros
# #
\def\leq\le mathrel ≤ \def\leq{\le} mathrel ≤
\def\geq\ge mathrel ≥ \def\geq{\ge} mathrel ≥
\def\neq{\not=} mathrel ≠ \def\neq{\not=} mathrel ≠
\def\ne{\not=} mathrel ≠ \def\ne{\not=} mathrel ≠
\def\lnot\neg mathord ¬ \def\lnot{\neg} mathord ¬
\def\notin{\not\in} \def\notin{\not\in}
\def\slash{/} \def\slash{/}