Revision: 1496
Author: sebastien.lelong
Date: Sun Nov 22 08:10:14 2009
Log: smaller font for footnote and figure titles
http://code.google.com/p/jallib/source/detail?r=1496
Modified:
/trunk/doc/dita/customization/demo/fo/Customization/fo/attrs/custom.xsl
=======================================
--- /trunk/doc/dita/customization/demo/fo/Customization/fo/attrs/custom.xsl
Wed Nov 18 05:37:41 2009
+++ /trunk/doc/dita/customization/demo/fo/Customization/fo/attrs/custom.xsl
Sun Nov 22 08:10:14 2009
@@ -89,4 +89,20 @@
<xsl:attribute name="column-width">90%</xsl:attribute>
</xsl:attribute-set>
+ <xsl:attribute-set name="fig.title">
+ <xsl:attribute name="font-family">Sans</xsl:attribute>
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
+ <xsl:attribute name="space-before.optimum">5pt</xsl:attribute>
+ <xsl:attribute name="space-after.optimum">10pt</xsl:attribute>
+ <xsl:attribute
name="keep-with-previous.within-page">always</xsl:attribute>
+ </xsl:attribute-set>
+
+ <xsl:attribute-set name="fn__body">
+ <xsl:attribute
name="provisional-distance-between-starts">8mm</xsl:attribute>
+ <xsl:attribute
name="provisional-label-separation">2mm</xsl:attribute>
+ <xsl:attribute name="line-height">1.2</xsl:attribute>
+ <xsl:attribute name="font-size">8pt</xsl:attribute>
+ <xsl:attribute name="start-indent">0pt</xsl:attribute>
+ </xsl:attribute-set>
+
</xsl:stylesheet>
--
You received this message because you are subscribed to the Google Groups
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at http://groups.google.com/group/jallib?hl=.