Re: [sage-combinat-devel] Re: dot2tex, combinat

2012-01-11 Thread Anne Schilling
On 1/11/12 6:15 AM, Nicolas M. Thiery wrote: > On Mon, Jan 09, 2012 at 11:58:19AM -0800, Anne Schilling wrote: >> I also seem to have some trouble with view. >> >> sage: B = CrystalOfTableaux(['A',2],shape=[1]) >> sage: view(B, pdflatex=True, tightpage=True) >> >> works fine. But the following code

Re: [sage-combinat-devel] Re: dot2tex, combinat

2012-01-11 Thread Anne Schilling
Hi! > Anne, >I tried reproducing your error first on my usual VM setup, and > received a long list of latex errors (similar to the list when I first > tried to get the crystal graphs to compile). Then I copied the latex > output using latex(H) to my host tex editor/compile which generated > th

[sage-combinat-devel] Re: Sage-Combinat Days at Cernay

2012-01-11 Thread Nathann Cohen
Hellooo !!! If that is fine with you I will join you on sunday afternoon until the end of the week ! It looks more than enough to deal with long due work like static graph backends and perhaps rewriting the current ones. And also put my nose in other people's work of course :-) Nathann --

Re: [sage-combinat-devel] Re: dot2tex, combinat

2012-01-11 Thread Nicolas M. Thiery
On Wed, Jan 11, 2012 at 12:26:20AM -0800, Travis Scrimshaw wrote: >    I added ImageMagick (since it's Fedora: "yum install > ImageMagick" ), did the jsmath_avoid_list('tikz') command, and I was > able to properly view the pdf. However it does not work if I don't do > the jsmath_avoid command. John

Re: [sage-combinat-devel] Re: dot2tex, combinat

2012-01-11 Thread Nicolas M. Thiery
On Mon, Jan 09, 2012 at 11:58:19AM -0800, Anne Schilling wrote: > I also seem to have some trouble with view. > > sage: B = CrystalOfTableaux(['A',2],shape=[1]) > sage: view(B, pdflatex=True, tightpage=True) > > works fine. But the following code gives an error: > > sage: ord = lambda x,y: y.dom

[sage-combinat-devel] Re: dot2tex, combinat

2012-01-11 Thread Travis Scrimshaw
Nicolas and John,    I added ImageMagick (since it's Fedora: "yum install ImageMagick" ), did the jsmath_avoid_list('tikz') command, and I was able to properly view the pdf. However it does not work if I don't do the jsmath_avoid command. John, perhaps you could elaborate why you thought to use thi