概要
太字イタリック体のベクトル
利用方法
<vec>ベクトルにしたい文字</vec>
サンプル
<vec>y</vec> = A<vec>x</vec>
y = Ax
XSL template
<xsl:template match="ufcpp:vec"> <span class="vector"><xsl:apply-templates/></span> </xsl:template>
style sheet
span.vector { font-weight:bold; }