log,expの表示
<log/> <exp/>
<exp/>At = <Sigma><sub>n=0</sub><sup>∞</sup></Sigma><inv>n<factorial/></inv>A<sup>n</sup>t<sup>n</sup>, <log/>z = <log/><abs>z</abs> + i<arg/>z
| ∞ |
| ∑ |
| n=0 |
| 1 |
| n! |
<xsl:template match="ufcpp:log"> <span class="normal">log</span> </xsl:template> <xsl:template match="ufcpp:exp"> <span class="normal">exp</span> </xsl:template>
span.normal
{
font-weight:normal;
font-style:normal;
}