Author: ferdinand
Date: Thu Jan 24 08:32:36 2008
New Revision: 614917
URL: http://svn.apache.org/viewvc?rev=614917&view=rev
Log:
fop94-adjustments: restored times-font for toc-entries
changed: increased font-size of chapter numbers by 1pt so that numbers match
text-height
Modified:
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
Modified:
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
URL:
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl?rev=614917&r1=614916&r2=614917&view=diff
==============================================================================
---
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
(original)
+++
forrest/branches/UpdateFOPto094/main/webapp/skins/common/xslt/fo/document-to-fo.xsl
Thu Jan 24 08:32:36 2008
@@ -1258,7 +1258,7 @@
<xsl:text>Table of contents</xsl:text>
</fo:block>
<fo:block
- font-family="sans-serif"
+ font-family="serif"
font-size="12pt"
space-after="5pt"
space-before="0pt"
@@ -1308,7 +1308,7 @@
<xsl:value-of
select="substring('          ',
0, 2 * $depth - 1)" />
<fo:inline
- font-size="10pt">
+ font-size="11pt">
<xsl:number
count="section"
format="1.1.1.1.1.1.1"