[sage-devel] Historique de la librairie sur les mots

2022-04-15 Thread ph h
Dear All, It was found in 'sage/src/sage/combinat/words/notes/history.txt':  A history of the Words Library [English history to be done. To be translated from below.] Please find appended

Re: [sage-devel] Copy & Paste

2022-04-15 Thread ph h
Hi, Your patience is much appreciated. > I think your search is following some symbolic links: only three of these instances are under version control (git): Sorry, it is not that your are not believed, but just a little confusion about that " following some symbolic links" > there are three di

Re: [sage-devel] Copy & Paste

2022-04-15 Thread John H Palmieri
You say, "It is much appreciated if someone would kindly verify and correct any errors in these numbers." I tried to do that and you don't seem to have believed me. I will repeat myself: there are three different instances of this in the Sage library. The others are either symlinks or they are c

[sage-devel] Re: Unable to build Sage develop branch on MacOS 10.13.6

2022-04-15 Thread Matthias Koeppe
Using macports is currently untested. I have a branch for macports support in https://trac.sagemath.org/ticket/31505 (which I've just rebased on the current release candidate). Please try with this. On Friday, April 15, 2022 at 5:01:48 AM UTC-7 dev@gmail.com wrote: > Thank you. I used MacP

Re: [sage-devel] Re: LaTeX printing Hasse diagram

2022-04-15 Thread Sébastien Labbé
Also, now that #20343 is in Sage (9.6.beta7). If graphviz is installed and `sage -i dot2tex` as well, one can do: sage: P = Poset((SetPartitions(4), lambda A,B: A in B.refinements())) sage: from sage.misc.latex_standalone import TikzPicture sage: TikzPicture.from_poset(P, prog='dot').pdf() The

Re: [sage-devel] Re: LaTeX printing Hasse diagram

2022-04-15 Thread Trevor Karn
Thanks Sébastien, I’ll upgrade and see if that fixes it. On Fri, Apr 15, 2022 at 7:56 AM Sébastien Labbé wrote: > On 9.6.rc0, I am not able to reproduce the issue. The command > `view(Poset((SetPartitions(4), lambda A,B: A in B.refinements(` produce > a nice looking picture level by level.

[sage-devel] Re: LaTeX printing Hasse diagram

2022-04-15 Thread Sébastien Labbé
On 9.6.rc0, I am not able to reproduce the issue. The command `view(Poset((SetPartitions(4), lambda A,B: A in B.refinements(` produce a nice looking picture level by level. Sébastien On Friday, April 15, 2022 at 3:17:11 AM UTC+2 Trevor Karn wrote: > Hi all, > > I have tried to create a nice