diff options
author | Keiron Liddle <keiron@apache.org> | 2001-09-10 11:32:13 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-09-10 11:32:13 +0000 |
commit | 0b0aac24431c83e2d4874b58f0b712a784b144b3 (patch) | |
tree | b914519ad1da6af54b13dbb63dd7e22056a58ad3 /docs/design/optimise.xml | |
parent | 8152ec630554124aec0a88f4a875af52ee715479 (diff) | |
download | xmlgraphics-fop-0b0aac24431c83e2d4874b58f0b712a784b144b3.tar.gz xmlgraphics-fop-0b0aac24431c83e2d4874b58f0b712a784b144b3.zip |
some minor updates, no longer need ant optional
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/design/optimise.xml')
-rw-r--r-- | docs/design/optimise.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/optimise.xml b/docs/design/optimise.xml index 291481436..273bf6b01 100644 --- a/docs/design/optimise.xml +++ b/docs/design/optimise.xml @@ -1,5 +1,5 @@ <?xml version = "1.0" encoding = "UTF-8"?> -<section id="optimise"> +<section id="optimisations"> <title>Process Optimisations</title> <para> FOP should be able to handle very large documents. A document can be @@ -30,7 +30,7 @@ as minimal as possible. <para> Line areas can be optimised once the layout for the line has been finalised. Consecutive characters with the same properties -can be combined into a "word" to hold the infomration with +can be combined into a "word" to hold the information with limited overhead. </para> |