Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Anne Schilling
Nicolas, could you have a look why #10723 does not apply to sage-4.6.2? For me with sage-4.6.1 everything applies and works. Thanks, Anne On 2/3/11 5:38 PM, Daniel Bump wrote: Anne wrote: The new patch now depends on #10723 which is available on the sage-combinat server. The patch for #

Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Daniel Bump
Anne wrote: > The new patch now depends on #10723 which is available on the sage-combinat > server. The patch for #10723 does not apply cleanly to sage-4.6.2.alpha3. I took the patch from the combinat queue, but since it would be good to get #10632 merged in sage, I'm asking whether #10723 can

Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Anne Schilling
Dear Dan and Nicolas, Thank you for your comments! I posted a revised patch for #10632 on the sage-combinat queue and the trac server which incorporates the suggestions below as well as Nicolas' suggestions regarding the latex options/printing for crystals. The new patch now depends on #10723 w

Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Anne Schilling
On 2/3/11 12:40 AM, Nicolas M. Thiery wrote: On Thu, Feb 03, 2011 at 12:21:06AM -0800, Anne Schilling wrote: I should have insisted on the *further*. Can the user for example do: sage: K = KirillovReshetikhinCrystal(['A',3,1], 1,1) sage: G = K.digraph() sage: G.set_latex_optio

Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Nicolas M. Thiery
On Thu, Feb 03, 2011 at 12:21:06AM -0800, Anne Schilling wrote: > >I should have insisted on the *further*. Can the user for example do: > > > > sage: K = KirillovReshetikhinCrystal(['A',3,1], 1,1) > > sage: G = K.digraph() > > sage: G.set_latex_options(color_by_label = {0:"black", 1

Re: [sage-combinat-devel] Re: tickets 10632 and 10485

2011-02-03 Thread Anne Schilling
On 2/2/11 11:58 PM, Nicolas M. Thiery wrote: On Wed, Feb 02, 2011 at 11:51:54PM -0800, Anne Schilling wrote: sage: K = KirillovReshetikhinCrystal(['A',3,1], 1,1) sage: G = K.digraph() sage: G.set_latex_options(some further option) sage: view(G, pdflatex=True, tightpage=Tr