Re: [sage-devel] Re: tightpage=True gives error

2014-09-04 Thread Jori Mantysalo
On Wed, 3 Sep 2014, Travis Scrimshaw wrote: Before you do so, can you tell me if that graphviz is the system (local) install or the one using the experimental Sage spkg (just covering all my bases here)? I have not installed any experimental package. Ticket: http://trac.sagemath.org/ticket/1

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Travis Scrimshaw
Before you do so, can you tell me if that graphviz is the system (local) install or the one using the experimental Sage spkg (just covering all my bases here)? Best, Travis On Wednesday, September 3, 2014 11:40:43 AM UTC-7, Sébastien Labbé wrote: > > > Time to make a ticket to trac? > > Yes! C

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Sébastien Labbé
> Time to make a ticket to trac? Yes! Can you open one? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this g

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Jori Mantysalo
On Wed, 3 Sep 2014, Sébastien Labbé wrote: > sage: view(latex(graphs.PetersenGraph()), tightpage=True) Stops with ! LaTeX Error: File `preview.sty' not found. (Why didn't I got this error before?) Maybe because of view(latex(p)) versus view(p) ?    ...too late now to t

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Sébastien Labbé
On Wednesday, September 3, 2014 9:46:04 AM UTC-4, Jori Mantysalo wrote: > > On Wed, 3 Sep 2014, Sébastien Labbé wrote: > > > sage: view(latex(graphs.PetersenGraph()), tightpage=True) > > Stops with > > ! LaTeX Error: File `preview.sty' not found. > > (Why didn't I got this error before?) M

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Jori Mantysalo
On Wed, 3 Sep 2014, Sébastien Labbé wrote: sage: view(latex(graphs.PetersenGraph()), tightpage=True) Stops with ! LaTeX Error: File `preview.sty' not found. (Why didn't I got this error before?) Anyways, this now works after installing missing package. ("yum install tex-preview" on Fedora.)

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Sébastien Labbé
Can you compare the latex output below with yours? sage: p = Poset( ([1,2,3,4,5],[[1,2],[1,3],[3,4],[2,5],[4,5]]) ) sage: p Finite poset containing 5 elements sage: latex(p) \begin{tikzpicture}[>=latex,line join=bevel,] %% \node (node_4) at (22.00bp,157.00bp) [draw,draw=none] {$5$}; \no

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Sébastien Labbé
> Which one are you using (seen in the output of sage -i) ? Ok, I compared the line number of the traceback. You seem to have version dot2tex-20120520 installed. Can you check other examples? Does the following work? sage: view(latex(graphs.PetersenGraph())) sage: view(latex(graphs.PetersenGra

Re: [sage-devel] Re: tightpage=True gives error

2014-09-03 Thread Sébastien Labbé
Bonjour, > What version of dot2tex? > dot2tex-2.8.7.p2 installed version: 20120520 > I think dot2tex-2.8.7.p2.spkg [1] is not the most recent version of the dot2tex package. The most recent is dot2tex-20120520.tar.bz2 [2] and it uses the new git layout structure for s

Re: [sage-devel] Re: tightpage=True gives error

2014-09-02 Thread Jori Mantysalo
On Tue, 2 Sep 2014, Sébastien Labbé wrote: What version of Sage? What version of dot2tex? What is the traceback (apparently, you can get it with %tb) ? graphviz.x86_64 2.34.0-8.fc20 Sage Version 6.3, Release Date: 2014-08-10 dot2tex-2.8.7.p2 ins

[sage-devel] Re: tightpage=True gives error

2014-09-02 Thread Travis Scrimshaw
Do you have graphviz installed (locally using, for example on Ubuntu, sudo apt-get install graphviz)? Sorry I forgot about this on the previous topic. Best, Travis On Tuesday, September 2, 2014 1:30:33 AM UTC-7, Jori Mantysalo wrote: > > On Mon, 1 Sep 2014, Travis Scrimshaw wrote: > > >

[sage-devel] Re: tightpage=True gives error

2014-09-02 Thread Sébastien Labbé
With dot2tex-20120520 and sage-6.3, the command sage: view(Poset( ([1,2,3,4,5],[[1,2],[1,3],[3,4],[2,5],[4,5]]) ),tightpage=True) works for me. Sébastien -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

[sage-devel] Re: tightpage=True gives error

2014-09-02 Thread Sébastien Labbé
What version of Sage? What version of dot2tex? What is the traceback (apparently, you can get it with %tb) ? Sébastien -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email