Re: [sage-combinat-devel] dot2tex, combinat

2011-11-19 Thread Anne Schilling
Hi William! > On Sat, Nov 19, 2011 at 09:47:51AM -0800, William Stein wrote: >> I tried this example from [1]: >> >> CrystalOfTableaux("A2", shape=[2,1]).latex_file("/tmp/a2rho.tex") >> >> After installing dot2tex, I get the error "sh: latex: command not >> found; ERRORFailed to process inp

Re: [sage-combinat-devel] dot2tex, combinat

2011-11-19 Thread Nicolas M. Thiery
Hi William! On Sat, Nov 19, 2011 at 09:47:51AM -0800, William Stein wrote: > I tried this example from [1]: > > CrystalOfTableaux("A2", shape=[2,1]).latex_file("/tmp/a2rho.tex") > > After installing dot2tex, I get the error "sh: latex: command not > found; ERRORFailed to process in

[sage-combinat-devel] dot2tex, combinat

2011-11-19 Thread William Stein
Hi Sage-Combinat, I tried this example from [1]: CrystalOfTableaux("A2", shape=[2,1]).latex_file("/tmp/a2rho.tex") After installing dot2tex, I get the error "sh: latex: command not found; ERRORFailed to process input".I'm using OS X, and of course I do have the latest latex fully insta

Re: [sage-combinat-devel] Combinatorica-like commands in Sage

2011-11-19 Thread Nicolas M. Thiery
On Wed, Nov 09, 2011 at 05:52:15PM -0800, Raymond N. Greenwell wrote: > I've been having some problems with Combinatorica, and someone > suggested I try Sage. Can Sage import a csv file and then turn it into > a graph, such as with the Combinatorica commands: > m = Import["medalcomparison3.csv"] >