diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2008-10-27 20:06:33 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2008-10-27 20:06:33 +0000 |
commit | 4ca7d17a5c88c9abfb6bb5db3f4ae1d0745df0ac (patch) | |
tree | fd18ee10eb0f1b09b054f3686bb7776b09310ac6 | |
parent | 1a1ff8d4477f42fc77e03ccf9fa100816edcc6aa (diff) | |
download | xmlgraphics-fop-Temp_Interleaved_Page_Line_Breaking.tar.gz xmlgraphics-fop-Temp_Interleaved_Page_Line_Breaking.zip |
Fixed the 4 lines vs 5 lines example; incorrect indentation was making the calculation wrongTemp_Interleaved_Page_Line_Breaking
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking@708302 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | prototype/doc/src/docbook/prototype.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/prototype/doc/src/docbook/prototype.xml b/prototype/doc/src/docbook/prototype.xml index 6f1867bfb..5f67d5433 100644 --- a/prototype/doc/src/docbook/prototype.xml +++ b/prototype/doc/src/docbook/prototype.xml @@ -331,13 +331,13 @@ it shone in her face.</literallayout> the four-line versions are shorter this is possible to add the second space and one line of the third paragraph on the page. Let’s see what are the resulting min-opt-max:</para> <literallayout class="monospaced"> 5 lines: 4 lines: - 5 4 - 1+1−1 1+1−1 - 5 4 - 1.5+0−1 - 1 - ──────── ────────── -Total: 11+1−1 11.5+1−2</literallayout> + 5 4 + 1+1−1 1 +1−1 + 5 4 + 1.5+0−1 + 1 + ──────── ────────── +Total: 11+1−1 11.5+1−2</literallayout> <para>The two possibilities are overlapping, and would both fit in a page with a height of 12; how to order them? By the total optimum value? By the minimum value? This may be a problem for the merging algorithm.</para> |