Author: wyoung
Date: Tue Jan 8 19:33:42 2008
New Revision: 2110
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2110&view=rev
Log:
Reduced size of text in userman program listings in PDF version to
reduce complaints from FOP about being forced to split lines.
Modified:
trunk/doc/userman/fo.xsl
Modified: trunk/doc/userman/fo.xsl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/fo.xsl?rev=2110&r1=2109&r2=2110&view=diff
==============================================================================
--- trunk/doc/userman/fo.xsl (original)
+++ trunk/doc/userman/fo.xsl Tue Jan 8 19:33:42 2008
@@ -55,4 +55,11 @@
<xsl:attribute-set name="root.properties">
<xsl:attribute name="text-align">left</xsl:attribute>
</xsl:attribute-set>
+
+ <!-- Use a smaller font for code listings to increase the chances
+ that they can fit on a single sheet, to reduce FOP complaints
+ about being forced to split a listing across pages. -->
+ <xsl:attribute-set name="monospace.verbatim.properties">
+ <xsl:attribute name="font-size">85%</xsl:attribute>
+ </xsl:attribute-set>
</xsl:stylesheet>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits