Author: rgardler
Date: Thu Oct 4 05:50:41 2007
New Revision: 581883
URL: http://svn.apache.org/viewvc?rev=581883&view=rev
Log:
Fix unknown font error in PDF generation (thanks to Uwe Kreibaum, fixes FOR-640)
Modified:
forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
forrest/trunk/site-author/status.xml
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/fo/document2fo.xsl
Modified: forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=581883&r1=581882&r2=581883&view=diff
==============================================================================
--- forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl (original)
+++ forrest/trunk/main/webapp/skins/common/xslt/fo/document-to-fo.xsl Thu Oct
4 05:50:41 2007
@@ -922,7 +922,7 @@
<!-- insert i18n stuff here -->
<xsl:text>Table of contents</xsl:text>
</fo:block>
- <fo:block font-family="sans" font-size="12pt" space-after="5pt"
+ <fo:block font-family="sans-serif" font-size="12pt" space-after="5pt"
space-before="0pt" text-align="justify" width="7.5in">
<xsl:if test="$page-break-top-sections">
<xsl:attribute name="break-after">page</xsl:attribute>
Modified: forrest/trunk/site-author/status.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=581883&r1=581882&r2=581883&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Oct 4 05:50:41 2007
@@ -151,6 +151,11 @@
Added document to facilitate
<link href="site:upgrading_09">upgrading to v0.9</link>
</action>
+<!-- 2007-10 -->
+ <action context="code" type="update" dev="RDG" due-to="Uwe Kreibaum"
fixes-bug="FOR-640">
+ Fix unkown font error in FO generation.
+ </action>
+<!-- 2007-9 -->
<!-- 2007-08 -->
<!-- 2007-07 -->
<!-- 2007-06 -->
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/fo/document2fo.xsl
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/fo/document2fo.xsl?rev=581883&r1=581882&r2=581883&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/fo/document2fo.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/common/xslt/fo/document2fo.xsl
Thu Oct 4 05:50:41 2007
@@ -873,7 +873,7 @@
<!-- insert i18n stuff here -->
<xsl:text>Table of contents</xsl:text>
</fo:block>
- <fo:block font-family="sans" font-size="12pt" space-after="5pt"
+ <fo:block font-family="sans-serif" font-size="12pt" space-after="5pt"
space-before="0pt" text-align="justify" width="7.5in">
<xsl:if test="$page-break-top-sections">
<xsl:attribute name="break-after">page</xsl:attribute>