Comment #5 on issue 1249 by [email protected]: Improve LaTeX Printing Support http://code.google.com/p/sympy/issues/detail?id=1249
All of the current unit-tests pass with the patch: fred...@freddie ~/Documents/Programming/sympy $ bin/test sympy/printing ============================= test process starts ============================== executable: /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Pytho n (2.5.1-final-0) sympy/printing/pretty/tests/test_pretty.py[16] ................ [OK] sympy/printing/pretty/tests/test_pretty_unicode.py[18] .................. [OK] sympy/printing/tests/test_ccode.py[4] .... [OK] sympy/printing/tests/test_gtk.py[1] f [OK] sympy/printing/tests/test_lambdarepr.py[2] .. [OK] sympy/printing/tests/test_latex.py[14] ...f.......... [OK] sympy/printing/tests/test_mathml.py[7] ....... [OK] sympy/printing/tests/test_precedence.py[11] ........... [OK] sympy/printing/tests/test_python.py[6] ...... [OK] sympy/printing/tests/test_repr.py[19] ................... [OK] sympy/printing/tests/test_str.py[54] ........................................... ........... [OK] ============ tests finished: 150 passed, 2 xfailed in 0.68 seconds ============= Any keyword arguments passed are collected and merged into the dictionary. If necessary I can do the same for LaTeXPrinter (although I doubt it is used as much as the latex function). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en -~----------~----~----~----~------~----~------~--~---
