On Jul 8, 12:07 pm, William Stein <[email protected]> wrote:
> On Wed, Jul 8, 2009 at 11:35 AM, John H Palmieri<[email protected]> 
> wrote:
>
> > There is some ugly LaTeX'ing going on in Sage:
>
> > In the notebook, try
> > {{{
> > %latex
> > $\sage{type(35))$
> > }}}
> > In this case, it uses the string "<type 'sage.rings.integer.Integer'>"
> > as text, but the < and > signs get converted into an upside-down
> > exclamation point and question mark.
>
> Before reading further, when I see
>
>  $\sage{type(35))$
>
> I immediately think *syntax error*, since you have an opening { but no
> closing "}".

Sorry, that's just a typo: I should have cut-and-pasted from my
worksheet.  It should have been
{{{
%latex
$\sage{type(35)}$
}}}

  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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to