I frequently shift-click over a cell and define my problems over the
cell using Latex. On importing my old work sheets most of those look
fine. Arrays that are 1X2 are fine however all of the 2x2 arrays
don't wwork in the html cell. If I include the same Latex code inside
my cell using html it works fine.
Here is an example that does not work in the html cell, but works fine
in a calculating cell.
In the text/HTML cell this does not work:
$ S = \left( \begin{array}{cc} 3.7 & 0.9 \\ 0.9 & 1.4 \end{array}
\right) $.
in a calculating cell this does work:
html(r"$ S = \left( \begin{array}{cc} 3.7 & 0.9 \\ 0.9 & 1.4 \end
{array} \right) $.")
I think something is broken in the notebook.
Thanks Mike
--~--~---------~--~----~------------~-------~--~----~
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
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---