<xsl:param name="content">
<xsl:apply-templates/>
</xsl:param>
- <fo:inline>
+
+ <fo:inline xsl:use-attribute-sets="superscript.properties">
<xsl:if test="@dir">
<xsl:attribute name="direction">
<xsl:choose>
<xsl:param name="content">
<xsl:apply-templates/>
</xsl:param>
- <fo:inline>
+
+ <fo:inline xsl:use-attribute-sets="subscript.properties">
<xsl:if test="@dir">
<xsl:attribute name="direction">
<xsl:choose>
<!ENTITY section.level4.properties SYSTEM "../params/section.level4.properties.xml">
<!ENTITY section.level5.properties SYSTEM "../params/section.level5.properties.xml">
<!ENTITY section.level6.properties SYSTEM "../params/section.level6.properties.xml">
+<!ENTITY subscript.properties SYSTEM "../params/subscript.properties.xml">
+<!ENTITY superscript.properties SYSTEM "../params/superscript.properties.xml">
&footnote.number.symbols;
&table.footnote.number.symbols;
&xref.with.number.and.title;
+&superscript.properties;
+&subscript.properties;
</reference>
<reference><title>Graphics</title>
<src:fragref linkend="shade.verbatim.style.frag"/>
<src:fragref linkend="show.comments.frag"/>
<src:fragref linkend="sidebar.properties.frag"/>
+<src:fragref linkend="subscript.properties.frag"/>
+<src:fragref linkend="superscript.properties.frag"/>
<src:fragref linkend="symbol.font.family.frag"/>
<src:fragref linkend="table.cell.border.color.frag"/>
<src:fragref linkend="table.cell.border.style.frag"/>