Some user-interface method are:
- set the "typeset" flag at the top of the notebook.
- Use %html or %latex in the beginning of a cell.
- Use "shift+click" to open a new "tinymce" cell (for both: latex and html and more)
or code can be called like:
- view(...some sage expression...): to produce rendered latex
- print '...some html...no latex....': renders html without latex
I'm looking for a "render" command like
render('< html > < b > Header < /b > < p >Some $ x ^ 2 $ formula< /p >< /html >')
for mix html and latex formulas. Maybe calling tinymce functionality from my code, but how ?
Header
Some $ x ^ 2 $ formula.