On Wednesday, May 31, 2017 at 7:43:14 AM UTC+1, Dima Pasechnik wrote: > > I can confirm that > B = crystals.Tableaux(['A',2], shape=[2,1]); view(B, tightpage=True) > does not work with the latest Sage beta. > It looks as if some tikz-related stuff in the TeX file header > is messed up. >
oops, it does work after I install dot2tex by doing sage -i dot2tex So perhaps the only issue is that without it it should signal a more meaningful error... > > On Wednesday, May 31, 2017 at 7:38:29 AM UTC+1, Dima Pasechnik wrote: >> >> Perhaps SMC people can explain where the discrepancy in the TeX output >> comes from. >> I cc to the relevant group. >> >> On Monday, May 29, 2017 at 9:48:45 PM UTC+1, Julie Beier wrote: >>> >>> I have been trying to use the tableaux crystal pictures in Sage and, >>> while it works on the cloud, it does not work on my computer. I have >>> updated Sage (then reverted to the version of Sage used on the cloud), >>> updated on my LaTeX packages, and installed dot2tex. The code I'm using is >>> from the help pages: B = crystals.Tableaux(['A',2], shape=[2,1]); view(B, >>> tightpage=True). The Tex files generated by the cloud and by my computer >>> are different. The one generated by the cloud compiles, but the one from >>> my computer does not. I've attached these. Any ideas? Thanks for your >>> help! >>> >> -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
