Updates:
        Labels: Printing

Comment #3 on issue 2760 by asmeu...@gmail.com: latex(symbol_names) not working with ~x
http://code.google.com/p/sympy/issues/detail?id=2760

OK, so the two are related. The printer is not smart enough to fall back to the Function printer, so it falls back to the generic emptyPrinter, which is just str() (see the docstrings in printer.py). So adding a latex printer for Not should fix this. It would be nice to have a more general fix, though, since Not is a Function, it should fall back to that before the emptyPrinter.

Would you like to submit a patch to fix this? You can fix it just by adding a printer for Not to latex.py, though looking into the more general problem would also be great. I won't have time to get to it myself for a little while.

By the way, what is the LaTeX command for ¬?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to