On 9/12/13 9:14 AM, Jotace wrote:
     html('La fonction de courbure est', latex(k))

The html function just takes a single string, not multiple strings, so you could do something like

    html('La fonction de courbure est $%s$'%latex(k))

(the %s is replaced with the result of latex(k). See http://docs.python.org/2/library/stdtypes.html#string-formatting for lots more details)

See http://sagecell.sagemath.org/?q=mbcygs for a working example of your interact.

Thanks,

Jason


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to