]> granicus.if.org Git - docbook-dsssl/commitdiff
Racheted down font sizes of headings in example makefile FO output.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 06:47:16 +0000 (06:47 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 06:47:16 +0000 (06:47 +0000)
xsl/tools/make/Makefile.DocBook

index 47024550167623989402c41417a71a86aa4dca3d..d616cb4f5787ba1933edb22d5c502ed1c847f57f 100644 (file)
@@ -276,19 +276,19 @@ FO_CUSTOM := <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" \
   </xsl:attribute-set> \
   <xsl:attribute-set name="section.title.level1.properties"> \
     <xsl:attribute name="font-size"> \
-      <xsl:value-of select="$$body.font.master * 1.728"></xsl:value-of> \
+      <xsl:value-of select="$$body.font.master * 1.5"></xsl:value-of> \
       <xsl:text>pt</xsl:text> \
     </xsl:attribute> \
   </xsl:attribute-set> \
   <xsl:attribute-set name="section.title.level2.properties"> \
     <xsl:attribute name="font-size"> \
-      <xsl:value-of select="$$body.font.master * 1.44"></xsl:value-of> \
+      <xsl:value-of select="$$body.font.master * 1.3"></xsl:value-of> \
       <xsl:text>pt</xsl:text> \
     </xsl:attribute> \
   </xsl:attribute-set> \
   <xsl:attribute-set name="section.title.level3.properties"> \
     <xsl:attribute name="font-size"> \
-      <xsl:value-of select="$$body.font.master * 1.2"></xsl:value-of> \
+      <xsl:value-of select="$$body.font.master * 1.1"></xsl:value-of> \
       <xsl:text>pt</xsl:text> \
     </xsl:attribute> \
   </xsl:attribute-set> \
@@ -300,7 +300,7 @@ FO_CUSTOM := <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" \
   </xsl:attribute-set> \
   <xsl:attribute-set name="component.title.properties"> \
     <xsl:attribute name="font-size"> \
-      <xsl:value-of select="$$body.font.master * 1.728"></xsl:value-of> \
+      <xsl:value-of select="$$body.font.master * 1.5"></xsl:value-of> \
       <xsl:text>pt</xsl:text> \
     </xsl:attribute> \
   </xsl:attribute-set> \