From d15ca4a5f832ca56b0f75a1fa8f3f35729a79cdd Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 14 Aug 2005 20:30:02 +0000 Subject: [PATCH] MPPDF-33 : Fix some "contents overflows area" errors. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@232639 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/src/plugin-resources/fo-body.xslt | 191 +++++++++++++------------- pdf/src/plugin-resources/fo-toc.xslt | 3 +- pdf/xdocs/changes.xml | 1 + 3 files changed, 95 insertions(+), 100 deletions(-) diff --git a/pdf/src/plugin-resources/fo-body.xslt b/pdf/src/plugin-resources/fo-body.xslt index 989d8ed4..b9c3da9a 100644 --- a/pdf/src/plugin-resources/fo-body.xslt +++ b/pdf/src/plugin-resources/fo-body.xslt @@ -67,14 +67,14 @@ - + - + - + @@ -104,7 +104,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -200,7 +200,6 @@ - @@ -212,34 +211,34 @@ - - - - - - - - - - - - - - - - + + + + + - - - - - - - - + - + + + + + + + + + + + + + + + + + + + @@ -290,8 +289,8 @@ - - + + @@ -324,34 +323,34 @@ - - - - - - - - - - - - - - - - + + + + + - - - - - - - - + - + + + + + + + + + + + + + + + + + + + @@ -366,35 +365,33 @@ - - - - - - - / - - - - - - - - - - - - - - - + + + + + + / + + + + + + + + + + + + + + + - @@ -414,7 +411,6 @@ - @@ -436,7 +432,6 @@ - @@ -558,7 +553,7 @@ - - @@ -35,7 +34,7 @@ Table of Contents - + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 8cb6fb95..ad678aac 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -25,6 +25,7 @@ Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists). + Fix some "contents overflows area" errors. Allow copy and paste from pdf to text editor.