]> granicus.if.org Git - docbook-dsssl/commitdiff
Support new parameters for superscript/subscript properties
authorNorman Walsh <ndw@nwalsh.com>
Thu, 4 Dec 2003 21:24:37 +0000 (21:24 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 4 Dec 2003 21:24:37 +0000 (21:24 +0000)
xsl/fo/inline.xsl
xsl/fo/param.ent
xsl/fo/param.xweb

index 67f43d5038e757c2c1de1f760425aed450e9308c..67954d8de7c27ecb8ddc53dd206999d1f4e9348e 100644 (file)
   <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>
index d8d48ebc290d2f3dc735cc87e6ec5ec0d9514c93..6076e3cda9c7c745e8373dcf8f0e33525f2aacdb 100644 (file)
 <!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">
index eb1db1253ef87d52e39f4d053c331e0465e23a22..3b3ba8ee5d3211d2a4db9a4f45c3c68ceff52208 100644 (file)
@@ -224,6 +224,8 @@ generate.section.toc.level;
 &footnote.number.symbols;
 &table.footnote.number.symbols;
 &xref.with.number.and.title;
+&superscript.properties;
+&subscript.properties;
 </reference>
 
 <reference><title>Graphics</title>
@@ -662,6 +664,8 @@ around all these parameters.</para>
 <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"/>