Re: [sage-combinat-devel] Re: latex error for LabelledBinaryTrees

2013-09-17 Thread Anne Schilling
Hi Jean-Baptiste (and Florent, see below!), Great, thank you! However, your patch does not seem to apply to sage-5.12.beta5 (despite your statement on the trac ticket and I am using MacOS also!). Here is the error message lolita-4:combinat anne$ hg qpush -v applying trac_14498_algorithms_trees_1

[sage-combinat-devel] Re: latex error for LabelledBinaryTrees

2013-09-17 Thread Jean-Baptiste Priez
Hi, My patch #14498 applies on my laptop, but it seems it doesn't work for every one (especially with the sage-bot)... but, with that patch I can view your labelled tree `ff`. (see sage.pdf). This patch use tikzpicture and it makes a nice latex output (with matrix) which can be easily modify.

Re: [sage-combinat-devel] Re: latex error for LabelledBinaryTrees

2013-09-17 Thread Anne Schilling
Dear Frederic and Florent, Thank you for your answers! It would be good to update the current latex code in Sage since it is not very useful if it does not work for bigger trees. Jean-Baptiste, what is the status of your printing code? Best, Anne On 9/17/13 1:57 PM, Florent Hivert wrote: >

[sage-combinat-devel] Re: latex error for LabelledBinaryTrees

2013-09-16 Thread Frédéric Chapoton
Hello, maybe the argument of line (-8,-1) is too much negative ? http://texdoc.net/texmf-dist/doc/latex/layouts/layman.pdf One could try to make all the coordinates positive.. Frederic Le lundi 16 septembre 2013 05:07:30 UTC+2, Anne Schilling a écrit : > > Hi Florent, Federic, ... ! > > I hav