Author: wyoung
Date: Thu Jan 3 14:37:27 2008
New Revision: 2076
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2076&view=rev
Log:
Disabling hyphenation in userman PDF. Doesn't work by default, and we
don't want it anyway.
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=2076&r1=2075&r2=2076&view=diff
==============================================================================
--- trunk/doc/userman/fo.xsl (original)
+++ trunk/doc/userman/fo.xsl Thu Jan 3 14:37:27 2008
@@ -45,6 +45,12 @@
</xsl:choose>
</xsl:template>
+ <!-- Disable hyphenation. The hyphenation patterns aren't installed
+ as part of FOP, and we don't want it anyway. -->
+ <xsl:template name="set.flow.properties">
+ <xsl:attribute name="hyphenate">false</xsl:attribute>
+ </xsl:template>
+
<!-- Rag-right lines -->
<xsl:attribute-set name="root.properties">
<xsl:attribute name="text-align">left</xsl:attribute>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits