On Sat, Mar 28, 2009 at 12:10 PM, J Elaych <[email protected]> wrote:
>
> Hi,
>
> I try the following in my first cell in a new notebook with sage-3.4
> and the latest Ubuntu 64bit os.
>
> ------------------------------------
> %latex
> Try this: $$x^2=-1$$.
> ------------------------------------
> evaluate
>
> An error occured.
> Error latexing slide.
>
> -------------------------------------
> (new cell)
> -------------------------------------
>
> Thats all I get. I don't get any other latex log output, and it
> doesn't write any sage*.dvi files. I've noticed in the sage-support
> archives that lots of people have had issues with %latex with output
> that began "An error occured" and ended with "Error latexing slide"
> but they had lots of other log output to work with. Also, their
> problems were evidently related to some problems with dvipng or other
> latex path errors, but my latex and dvi* enviornment seems to be ok,
> with all of the programs found in /usr/bin and the like.
What happens if you type this at the command line:
sage: sage.misc.latex.Latex().eval('Try this: $$x^2=-1$$.',0,0,debug=True)
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---