https://issues.apache.org/bugzilla/show_bug.cgi?id=52526
Bug #: 52526
Summary: Inconsisten use of vertical whitespace when
<indexterm> is used
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28208
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28208
PDF document showing erratic use of vertical whitespace
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<book>
<chapter id="ch_test">
<title>Chapter Test</title>
<para>This is a test whitespace due to <indexterm>,</para>
<para>0 <indexterm> above this paragraph.</para>
<para>0 <indexterm> above this paragraph.</para>
<section id="sctn_1">
<title>Section 1</title>
<indexterm>
<primary>Term 1-1</primary>
</indexterm>
<para>1 <indexterm> above this paragraph.</para>
<para>0 <indexterm> above this paragraph.</para>
<indexterm>
<primary>Term 1-1</primary>
</indexterm>
<para>1 <indexterm> above this paragraph.</para>
</section>
<section id="sctn_2">
<title>Section 2</title>
<indexterm>
<primary>Term 2</primary>
<secondary>Term 2-1</secondary>
</indexterm>
<indexterm>
<primary>Term 2</primary>
<secondary>Term 2-2</secondary>
</indexterm>
<para>2 <indexterm> above this paragraph.</para>
<indexterm>
<primary>Term 1-1</primary>
</indexterm>
<para>1 <indexterm> above this paragraph.</para>
<para>0 <indexterm> above this paragraph.</para>
<indexterm>
<primary>Term 2</primary>
<secondary>Term 2-1</secondary>
</indexterm>
<indexterm>
<primary>Term 2</primary>
<secondary>Term 2-2</secondary>
</indexterm>
<para>2 <indexterm> above this paragraph.</para>
</section>
<section id="sctn_3">
<title>Section 3</title>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-1</secondary>
</indexterm>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-2</secondary>
</indexterm>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-3</secondary>
</indexterm>
<para>3 <indexterm> above this paragraph.</para>
<indexterm>
<primary>Term 1-1</primary>
</indexterm>
<para>1 <indexterm> above this paragraph.</para>
<para>0 <indexterm> above this paragraph.</para>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-1</secondary>
</indexterm>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-2</secondary>
</indexterm>
<indexterm>
<primary>Term 3</primary>
<secondary>Term 3-3</secondary>
</indexterm>
<para>3 <indexterm> above this paragraph.</para>
</section>
</chapter>
</book>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.