[sympy] Re: Latex Printing

2009-07-16 Thread Alan Bromborsky
william ratcliff wrote: Hi! My student, William Flynn, has been working a lot this summer using sympy--thanks for all of the efforts on this project. We're doing some work in a windows environment and find that pretty printing (to generate pngs) still has a problem. Our hack at the

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-16 Thread Ryan Krauss
Sorry, I was on my way to bed when I checked my email one last time. On Wed, Jul 15, 2009 at 11:19 PM, Ondrej Certik ond...@certik.cz wrote: On Wed, Jul 15, 2009 at 9:41 PM, Ryan Kraussryanli...@gmail.com wrote: Hmmm. I may have pushed the wrong branch. That patch doesn't look right.

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-16 Thread Ryan Krauss
I think I did two things to cause the confussion: 1. I changed the name of the branch from inline to latex_mode (you may have caught that) 2. I think I pushed to github without committing. This is probably the main problem. The patch is attached. I will fix the tests shortly. On Thu, Jul 16,

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-16 Thread Ryan Krauss
OK, so this is now a patch discussion on the regular mailing list, but I fixed the tests and pushed all the changes to my latex_mode branch. On Thu, Jul 16, 2009 at 7:46 AM, Ryan Krauss ryanli...@gmail.com wrote: I think I did two things to cause the confussion: 1. I changed the name of the

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-15 Thread Ryan Krauss
Any thoughts on this? On Mon, Jul 13, 2009 at 11:10 AM, Ryan Krauss ryanli...@gmail.com wrote: Sorry, this is a duplicate post if you follow the disussions on the google codesite for this issue. I wanted to get as much input as possible. Following a suggestion from Ondrej, I am replacing

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-15 Thread Ondrej Certik
On Mon, Jul 13, 2009 at 10:10 AM, Ryan Kraussryanli...@gmail.com wrote: Sorry, this is a duplicate post if you follow the disussions on the google codesite for this issue.  I wanted to get as much input as possible. Following a suggestion from Ondrej, I am replacing 'inline' = True or False

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-15 Thread Ryan Krauss
Hmmm. I may have pushed the wrong branch. That patch doesn't look right. On Wed, Jul 15, 2009 at 8:06 PM, Ondrej Certik ond...@certik.cz wrote: On Mon, Jul 13, 2009 at 10:10 AM, Ryan Kraussryanli...@gmail.com wrote: Sorry, this is a duplicate post if you follow the disussions on the

[sympy] Re: Latex Printing: replacing 'inline' with 'mode'

2009-07-15 Thread Ondrej Certik
On Wed, Jul 15, 2009 at 9:41 PM, Ryan Kraussryanli...@gmail.com wrote: Hmmm.  I may have pushed the wrong branch.  That patch doesn't look right. I am still on IRC, feel free to come, we'll fix it. Ondrej --~--~-~--~~~---~--~~ You received this message

[sympy] Re: Latex Printing

2009-07-15 Thread Aaron S. Meurer
On Jul 15, 2009, at 10:47 PM, william ratcliff wrote: Hi! My student, William Flynn, has been working a lot this summer using sympy--thanks for all of the efforts on this project. We're doing some work in a windows environment and find that pretty printing (to generate pngs) still

[sympy] Re: Latex Printing

2009-07-15 Thread Ondrej Certik
On Wed, Jul 15, 2009 at 10:47 PM, william ratcliffwilliam.ratcl...@gmail.com wrote: Hi!  My student, William Flynn, has been working a lot this summer using sympy--thanks for all of the efforts on this project.   We're doing some Thanks for using it and trying to fix the noncommutative

[sympy] Re: Latex Printing

2009-07-15 Thread william ratcliff
Wow, you guys are quick! We'll check on this tomorrow. Thanks, William On Thu, Jul 16, 2009 at 1:13 AM, Ondrej Certik ond...@certik.cz wrote: On Wed, Jul 15, 2009 at 10:47 PM, william ratcliffwilliam.ratcl...@gmail.com wrote: Hi! My student, William Flynn, has been working a lot this

[sympy] Re: LaTeX Printing Proposals

2008-12-25 Thread Ondrej Certik
Hi Freddie, On Thu, Dec 25, 2008 at 12:30 AM, Freddie Witherden fred...@witherden.org wrote: Hi all, I have been toying around with a couple of ideas which might be worth investigating for the LaTeX printer. First off, different bracket styles depending on the nesting level. So it might go:

[sympy] Re: LaTeX Printing Improvements

2008-12-24 Thread Ondrej Certik
Hi Freddie! On Wed, Dec 24, 2008 at 1:31 PM, Freddie Witherden fred...@witherden.org wrote: Hi, I have been toying around with the LaTeX printing over the last couple of days and in the process have put together a few (potentially idiosyncratic) changes to the printing class. I would be

[sympy] Re: LaTeX Printing Proposals

2008-12-24 Thread Freddie Witherden
Hi, On 24 Dec 2008, at 23:36, Alan Bromborsky wrote: When you say configuration option I assume you mean a global switch so you can turn the option off and on for different parts of the program. I was thinking more along the lines as an optional parameter passed to latex(expr,

[sympy] Re: latex printing

2008-08-24 Thread Ondrej Certik
On Sun, Aug 24, 2008 at 11:43 AM, nadyl [EMAIL PROTECTED] wrote: Thanks for the answer Thanks a lot for the spot. I made it: http://code.google.com/p/sympy/issues/detail?id=1030 It should be fixed in the LatexPrinter sympy/printing/latex.py. Actually there is a code for this already:

[sympy] Re: latex printing

2008-08-24 Thread nadyl
See the issue above for the patch from Sebastian that makes it work. It should be fixed in the next sympy release. Please report all other bugs that you encounter. It's very valuable for us. Ok thanks and congratulations for the developpement of sympy. Nadyl

[sympy] Re: latex printing

2008-08-23 Thread Ondrej Certik
On Sat, Aug 23, 2008 at 10:08 PM, nadyl [EMAIL PROTECTED] wrote: Hi, when I try something like : latex(1/x) the answer is : '${x}^{(-1)}$' and not $\frac{1}{x}$. Is it a way to get the previous result ? (I use sympy version : 0.5.8) Thanks for any answer since my question is a