[sage-support] Re: Obtaining the png image of equation

2007-09-23 Thread Ted Kosan
William wrote: > What operating system (linux distro, etc.) exactly? Unfortunately the > log below doesn't contain anything that helps me figure out that problem. I am a Gentoo user. > Do you have dvipng installed on your computer (it's *not* there by default > in Ubuntu, even if you install

[sage-support] Re: Obtaining the png image of equation

2007-09-23 Thread William Stein
On 9/23/07, Ted Kosan <[EMAIL PROTECTED]> wrote: > > William wrote: > > > Here's an example that does it: > > > > {{{ > > a = matrix(QQ,2,range(4))^(-1); a > > /// > > [-3/2 1/2] > > [ 10] > > }}} > > > > {{{ > > %latex > > $$\sage{a}$$ > > }}} > > Hmmm, this code produced the following err

[sage-support] Re: Obtaining the png image of equation

2007-09-23 Thread Ted Kosan
William wrote: > Here's an example that does it: > > {{{ > a = matrix(QQ,2,range(4))^(-1); a > /// > [-3/2 1/2] > [ 10] > }}} > > {{{ > %latex > $$\sage{a}$$ > }}} Hmmm, this code produced the following error ( I am using 2.8.4.1). Ted An error occured. This is pdfeTeX, Versio

[sage-support] Re: Obtaining the png image of equation

2007-09-23 Thread William Stein
On 9/23/07, Ted Kosan <[EMAIL PROTECTED]> wrote: > > I would like to copy the traditional form of an equation from the SAGE > notebook to OpenOffice and I think that using a png image of the > equation would work well for this. > > Does anyone know how to obtain a png image of the traditional form