留数を表す記号Resを表示
<Res>留数を求めたい関数,極</Res>
<int><sub>C</sub></int>f(z)<d/>z = 2πi<Sigma><sub>i</sub></Sigma><Res>f,a<sub>i</sub></Res>
<xsl:template match="ufcpp:Res">
<span class="normal">Res</span>
<span class="paren">
<xsl:attribute name="style">font-size:<xsl:value-of select="@size"/>em;</xsl:attribute>
[
</span>
<xsl:apply-templates/>
<span class="paren">
<xsl:attribute name="style">font-size:<xsl:value-of select="@size"/>em;</xsl:attribute>
]
</span>
</xsl:template>
span.paren
{
font-style:normal;
vertical-align:middle;
}
span.normal
{
font-weight:normal;
font-style:normal;
}