Re: [sage-combinat-devel] Re: Crystals not displaying

2017-05-31 Thread Nicolas M. Thiery
Update: - Up to trivial comments, the default latex output has not changed since Sage 6.7beta3 (at least). view fails similarly with that version. - A slightly smaller example: sage: t = Partition([1]) sage: G = DiGraph([[t,t]], loops=True) sage: latex(G)

Re: [sage-combinat-devel] Re: Crystals not displaying

2017-05-31 Thread Nicolas M. Thiery
Hi, I am investigating this. Current status: Remember that graphs can be latex rendered in two ways: either by having Sage produce tikz manually (1), or through dot2tex (2). For general graphs, the former is the default. For graphs produced from crystals, the default is to use (2) if

[sage-combinat-devel] Re: [CoCalc] Re: Crystals not displaying

2017-05-31 Thread Harald Schilly
On Wed, May 31, 2017 at 12:02 PM, Dima Pasechnik wrote: > oops, it does work after I install dot2tex by doing > > sage -i dot2tex Well, I can only confirm, that dot2tex is installed on CoCalc... Better error messages and sanity checks FTW :-) -- harald -- You received this

[sage-combinat-devel] Re: Crystals not displaying

2017-05-31 Thread Dima Pasechnik
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. >

[sage-combinat-devel] Re: Crystals not displaying

2017-05-31 Thread Dima Pasechnik
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. On Wednesday, May 31, 2017 at 7:38:29 AM UTC+1, Dima Pasechnik wrote: > > Perhaps SMC