https://bugs.freedesktop.org/show_bug.cgi?id=32420

--- Comment #4 from Frédéric Wang <fred.w...@free.fr> ---
(In reply to comment #3)
> So, the neg <?> solves your problem?

"neg" is to take the negation of a Boolean expression. In LaTeX "\not" strikes
its argument. For example "\not \in" will produce the same as \notin. In Math,
you can do "in" and "notin", but you don't have a general way to strike with a
slash (you may however use "overstrike" do draw an horizontal strike)

FYI, to implement \not, MathJax tries to get the corresponding negation of a
given Unicode character if it exists or uses 'COMBINING LONG SOLIDUS OVERLAY'
(U+0338) otherwise. Alternatively, <menclose notation="updiagonalstrike"> could
be implemented in Math.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to