On Jul 21, 10:34 am, VictorMiller <[email protected]> wrote:
> William, Thanks. That works ok -- except, for example if I do
>
> latex.eval('$N_0$',{})
>
> I get what I expect plus a line with two single quotes before what I
> wanted. This seems to happen with any latex string. Do you know
> what's happening?
The empty string is the value returned by the function. You could do
sage: junk = latex.eval("$N_0$", {})
instead. Then junk equals '', but no output is printed.
John
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---