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