-
shade33 committed patchset 38 of module xsltml to the XSLT MathML Library CVS repository, changing 8 files.
2005-02-28 18:50:45 UTC by shade33
-
Thanks for your proposition. I added this code to the project. Please, check cvs for update.
2004-07-15 13:41:00 UTC by shade33
-
shade33 committed patchset 37 of module xsltml to the XSLT MathML Library CVS repository, changing 1 files.
2004-07-15 13:28:07 UTC by shade33
-
shade33 committed patchset 36 of module xsltml to the XSLT MathML Library CVS repository, changing 1 files.
2004-07-15 09:26:05 UTC by shade33
-
shade33 committed patchset 35 of module xsltml to the XSLT MathML Library CVS repository, changing 3 files.
2004-07-15 09:15:56 UTC by shade33
-
What about the support for the default operators that supports TeX (\cos, \sin, etc.) ?
It is easy to add it ; here is a proposition (not the best !) to be inserted at the line 19 of tokens.xslt, just after <xsl:when> :
<xsl:variable name="op">
<xsl:value-of select="concat(' ',normalize-space(.),' ')"/>
</xsl:variable>
<xsl:choose>...
2004-06-11 20:23:33 UTC by stephan2
-
shade33 committed patchset 34 of module xsltml to the XSLT MathML Library CVS repository, changing 2 files.
2003-06-10 12:28:03 UTC by shade33
-
shade33 committed patchset 33 of module xsltml to the XSLT MathML Library CVS repository, changing 5 files.
2003-06-10 12:24:04 UTC by shade33
-
shade33 committed patchset 32 of module xsltml to the XSLT MathML Library CVS repository, changing 6 files.
2003-06-09 16:22:22 UTC by shade33
-
shade33 committed patchset 31 of module xsltml to the XSLT MathML Library CVS repository, changing 1 files.
2003-05-28 09:21:14 UTC by shade33