[PATCH] Add a wrap_line option to the pretty printer.

2009-04-19 Thread Fabian Pedregosa
This is useful for example when pretty printing to non-terminals (web browsers via html, etc.) --- sympy/printing/pretty/pretty.py| 19 +++ sympy/printing/pretty/tests/test_pretty_unicode.py |6 ++ 2 files changed, 21 insertions(+), 4 deletions(-)

Re: [PATCH] Add a wrap_line option to the pretty printer.

2009-04-19 Thread Ondrej Certik
On Sun, Apr 19, 2009 at 5:17 AM, Fabian Pedregosa fab...@fseoane.net wrote: This is useful for example when pretty printing to non-terminals (web browsers via html, etc.) ---  sympy/printing/pretty/pretty.py                    |   19 +++  

Re: [PATCH] Add a wrap_line option to the pretty printer.

2009-04-19 Thread Fabian Pedregosa
Ondrej Certik wrote: On Sun, Apr 19, 2009 at 5:17 AM, Fabian Pedregosa fab...@fseoane.net wrote: This is useful for example when pretty printing to non-terminals (web browsers via html, etc.) --- sympy/printing/pretty/pretty.py| 19 +++

Re: [PATCH] Add a wrap_line option to the pretty printer.

2009-04-19 Thread Ondrej Certik
On Sun, Apr 19, 2009 at 1:50 PM, Fabian Pedregosa fab...@fseoane.net wrote: Ondrej Certik wrote: On Sun, Apr 19, 2009 at 5:17 AM, Fabian Pedregosa fab...@fseoane.net wrote: This is useful for example when pretty printing to non-terminals (web browsers via html, etc.) ---  

[sympy] Re: Tools for 3D geometry and 2D geometry

2009-04-19 Thread Christophe
I've downloaded it and then I'll read it. Thanks. Christophe Alan Bromborsky a écrit : This paper is more relevant to your concerns I think? http://xxx.lanl.gov/abs/cs.CG/0203026 --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[sympy] Re: Tools for 3D geometry and 2D geometry

2009-04-19 Thread Christophe
Ok for groebner. If I do something usefull for 2D+3D geometry, I will post it in this list. Thanks for the informations. Christophe. Ondrej Certik a écrit : On Sat, Apr 18, 2009 at 5:05 AM, Christophe projet...@gmail.com wrote: Hello, I know that there are some tools for 2D geometry.

[sympy] Re: Tools for 3D geometry and 2D geometry

2009-04-19 Thread Alan Bromborsky
Alan Bromborsky wrote: Christophe wrote: I've found the following page : http://www.mrao.cam.ac.uk/~clifford/publications/abstracts/chris_thesis.html . Christophe. Alan Bromborsky a écrit : Christophe wrote: Again ;-) , a great thanks for the

[sympy] Re: Subclassing Poly?

2009-04-19 Thread Ondrej Certik
Hi Dhruv! On Sat, Apr 18, 2009 at 1:10 PM, dhruv lasnabvu...@gmail.com wrote: Hello all, I want to build a class to describe a generating function (as used in the context of discrete probability distributions).  It would have exactly the functionality of the Poly class, have a