RE: [docbook-apps] Overlapping table headers

From
Mauritz Jeanson <>
Date
2008-05-30T15:41:02+00:00
ID
000301c8c26b$8adc1ef0$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Overlapping table headers
> -----Original Message-----
> From: Antti Karanta
> 
>    When rendering a table in pdf (via fo naturally) I get 
> overlapping  
> header titles. See the attached png image (The word "DES" is 
> written on  
> the word "COMPARTMENT").


My guess is that this is a hyphenation issue. I was able to reproduce the
problem by removing the <hyphenation-base> option from my FOP configuration
file.

See http://xmlgraphics.apache.org/fop/0.95/hyphenation.html

/MJ