目次

概要

留数を表す記号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>
 
 
C
f(z)dz = 2πi
i
Res[f,ai]

XSL template

<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>

style sheet

span.paren
{
  font-style:normal;
  vertical-align:middle;
}

span.normal
{
  font-weight:normal;
  font-style:normal;
}

更新履歴

ブログ