[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Wrapped Line Indents
I solved this problem once by putting each line in
its own fo:block and setting the margin-left on the block to match the indent of
the current line. Then if it has to wrap, it does so inside its
block. That's a solution on the FO side of things, but getting each line
into an fo:block could be a challenge. I was doing it for a
programlisting with no embedded elements and parsing the text content
recursively on the character (line ending). With mixed text and
elements, it gets harder to determine what constitutes a line to get the
mix of text and elements into its own fo:block.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]