XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

sageCell doesn't allow for < symbol #42

Closed betahat closed 5 years ago

betahat commented 8 years ago

Putting a < in a sage cell causes problems rendering, though > is fine. Seems to be a problem with the way it's interpreting as html. Adds and extra <="" script=""/> at the end of the sageCell window.

Example: \begin{sageCell} c = 3/ln(4) a = 1 b = 4 (c>a) and (b<c) \end{sageCell}

kisonecat commented 8 years ago

This should be fixed by using CDATA in the appropriate place.

bartsnapp commented 5 years ago

I believe this to be fixed