目次

概要

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
expAt =
n=0
1
n!
Antn, logz = log|z| + iargz

XSL template

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

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

style sheet

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

更新履歴

ブログ