目次

概要

無限基数アレフを表示。

利用方法

<aleph sub="subscript"/>

サンプル

<aleph/>, 
<aleph sub="1"/> = 2<sup><aleph sub="0"/></sup>
‭א, ‭א1 = 2‭א0

XSL template

<xsl:template match="ufcpp:aleph">
  &#x202D;&#x05D0;
  <xsl:if test="@sub!=''">
    <sub><xsl:value-of select="@sub"/></sub>
  </xsl:if>
</xsl:template>

style sheet


        
    

更新履歴

ブログ