概要
微分記号のdを表示する(微分のdはブロック体で表記すべき)
利用方法
<d/>
サンプル
<d/>x = <cos/>t<d/>t
dx = costdt
XSL template
<xsl:template match="ufcpp:d"> <span class="normal">d</span> </xsl:template>
style sheet
span.normal
{
font-weight:normal;
font-style:normal;
}
