[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) sti

[sympy] Re: Latex Printing

2009-07-15 Thread Ondrej Certik
On Wed, 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 Thanks for using it and trying to fix the noncommutative problems and other things. > wo

[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 wrote: > > On Wed, 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

[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

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 s

[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 fo

[sympy] Re: latex printing

2008-08-24 Thread nadyl
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: > >             if expr.exp.is_negative: >                 retu

[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 Improvements

2008-12-24 Thread Ondrej Certik
Hi Freddie! On Wed, Dec 24, 2008 at 1:31 PM, Freddie Witherden 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 interested to > know

[sympy] Re: LaTeX Printing Proposals

2008-12-24 Thread Alan Bromborsky
Freddie Witherden 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: > { [ ( ( ) ) ] }; exactly how to do this I am unsure. It

[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, expFormat='au

[sympy] Re: LaTeX Printing Proposals

2008-12-25 Thread Ondrej Certik
Hi Freddie, On Thu, Dec 25, 2008 at 12:30 AM, Freddie Witherden 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 Proposals

2008-12-25 Thread Freddie Witherden
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: > { [ ( ( ) ) ] }; exactly how to do this I am unsure. It depends on how > easy it is to mai

[sympy] Re: LaTeX Printing of Integrals

2009-04-14 Thread Andy Ray Terrel
On Sat, Apr 11, 2009 at 10:57 AM, Freddie Witherden wrote: > Hi all, > > I have been looking at the printing of integrals in the LaTeX printer and am > interested in getting your opinions on the subject. > > Firstly, we currently always print the 'd' (as in dx, dy, etc) in italics. > However, som

[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 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 F

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

2009-07-15 Thread Ondrej Certik
On Mon, Jul 13, 2009 at 10:10 AM, Ryan Krauss 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 > with 'mode' = 'in

[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 wrote: > > On Mon, Jul 13, 2009 at 10:10 AM, Ryan Krauss wrote: > > Sorry, this is a duplicate post if you follow the disussions on the > google > > codesite for this iss

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

2009-07-15 Thread Ondrej Certik
On Wed, Jul 15, 2009 at 9:41 PM, Ryan Krauss 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 because you are subsc

[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 wrote: > > On Wed, Jul 15, 2009 at 9:41 PM, Ryan Krauss wrote: > > Hmmm. I may have pushed the wrong branch. That patch doesn't look > > right. > > I am still on IRC, feel f

[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, 20

[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 wrote: > I think I did two things to cause the confussion: > 1. I changed the name of the branch from inline t