| |
---|
| | <!-- Equation arrays --> |
---|
| | |
---|
| | <template name="equation-array" match="equation-array"> |
---|
| | <common formats="/latex/xelatex/"> |
---|
| | <xsl:text>\begin{eqnarray*} |
---|
| | </xsl:text> |
---|
| | <xsl:text>\begin{eqnarray*}</xsl:text> |
---|
| | <xsl:call-template name="newline-internal" /> |
---|
| | <xsl:apply-templates /> |
---|
| | <xsl:text>\end{eqnarray*}</xsl:text> |
---|
| | </common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| |
---|
| | <xsl:text disable-output-escaping="yes"> & </xsl:text> |
---|
| | <xsl:apply-templates select="middle" /> |
---|
| | <xsl:text disable-output-escaping="yes"> & </xsl:text> |
---|
| | <xsl:apply-templates select="right" /> |
---|
| | <xsl:text> \\ |
---|
| | \\ |
---|
| | </xsl:text> |
---|
| | <xsl:text> \\</xsl:text> |
---|
| | <xsl:call-template name="newline-internal" /> |
---|
| | <xsl:text>\\</xsl:text> |
---|
| | <xsl:call-template name="newline-internal" /> |
---|
| | </common> |
---|
| | <common formats="/html/xhtml/"> |
---|
| | <tr> |
---|
| | <td align="right"><xsl:apply-templates select="left" /></td> |
---|
| |
---|
|