Hello,

On Sun, Jan 25, 2009 at 11:39 AM, composer314 <jeremy.saw...@gmail.com> wrote:
> Here's what I am trying to do:
> I would like to typeset my Sage expressions into Latex without the
> intermediate step of copying the Latex generated by the latex( )
> function and then pasting it into an expression that starts with
> %latex.
>
> In other words, I would like to do something like this:
> %latex latex(f)
>
> would create a png graphic of the expression f. However, it currently
> just creates a graphic of the literal string "latex(f)". I understand
> that the Latex interpreted doesn't understand Sage syntax, but is
> there a way to get Sage to render to Latex?

I just fixed http://trac.sagemath.org/sage_trac/ticket/1897 which will
be in Sage 3.3.  It will allow you to make a cell like

%latex
\sage{f}

and \sage{f} will get changed into the LaTeX expression of f.

--Mike

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to