docbook-apps

  • 1.  Re: Overlapping table headers

    Posted 06-02-2008 09:16


    Hi Mauritz!

    Thanks for the response.


    On Fri, 30 May 2008 18:40:52 +0300, Mauritz Jeanson <mj@xxx> wrote:

    >> -----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

    There was no such element in the fop configuration file
    (%FOP_HOMR%\conf\fop.xconf). I also tried passing hyphenate=false to the
    transformation, but it did not help. = /



    -::Antti::-






  • 2.  RE: [docbook-apps] Re: Overlapping table headers

    Posted 06-02-2008 12:28
    > -----Original Message-----
    > From: Antti Karanta
    > >
    > > 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
    >
    > There was no such element in the fop configuration file
    > (%FOP_HOMR%\conf\fop.xconf). I also tried passing
    > hyphenate=false to the
    > transformation, but it did not help. = /


    You probably have to use hyphenation to work around the overlap problem, so
    you must configure FOP and install hyphenation pattern files.

    The sample configuration file that comes with FOP does not have a
    <hyphenation-base> option, but it is described here:
    http://xmlgraphics.apache.org/fop/0.95/configuration.html

    Mauritz