From 4ca7d17a5c88c9abfb6bb5db3f4ae1d0745df0ac Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Mon, 27 Oct 2008 20:06:33 +0000 Subject: Fixed the 4 lines vs 5 lines example; incorrect indentation was making the calculation wrong git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking@708302 13f79535-47bb-0310-9956-ffa450edef68 --- prototype/doc/src/docbook/prototype.xml | 14 +++++++------- 1 file 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. 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: 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 + 5 4 + 1+1−1 1 +1−1 + 5 4 + 1.5+0−1 + 1 + ──────── ────────── +Total: 11+1−1 11.5+1−2 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. -- cgit v1.2.3