概要
無限基数アレフを表示。
利用方法
<aleph sub="subscript"/>
サンプル
<aleph/>, <aleph sub="1"/> = 2<sup><aleph sub="0"/></sup>
א,
א1 = 2א0
XSL template
<xsl:template match="ufcpp:aleph"> ‭א <xsl:if test="@sub!=''"> <sub><xsl:value-of select="@sub"/></sub> </xsl:if> </xsl:template>