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
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
> 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
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
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
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.)
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
> 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
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
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
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:
>
> >
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
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
13 matches
Mail list logo