目次

概要

偏角を表す記号を表示

利用方法

<arg/>

サンプル

<arg/>z = nπi
argz = nπi

XSL template

<xsl:template match="ufcpp:arg">
  <span class="normal">arg</span>
</xsl:template>

style sheet

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

更新履歴

ブログ