mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
c6ce76c2fb
commit
7c82ab3205
@ -1120,11 +1120,11 @@ pod lyxblacktext 0 0 func x amsmath
|
||||
# pre-defined macros
|
||||
#
|
||||
|
||||
\def\leq\le mathrel ≤
|
||||
\def\geq\ge mathrel ≥
|
||||
\def\leq{\le} mathrel ≤
|
||||
\def\geq{\ge} mathrel ≥
|
||||
\def\neq{\not=} mathrel ≠
|
||||
\def\ne{\not=} mathrel ≠
|
||||
\def\lnot\neg mathord ¬
|
||||
\def\lnot{\neg} mathord ¬
|
||||
\def\notin{\not\in}
|
||||
\def\slash{/}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user