Hello everyone,
I try to fix the problem with XXE DocBook display of <footnotes> inside
<emphasis>. One thing is easy, I want to have <footnote> inside <emphasis>
displayed with normal text, exactly as in <para>. So I add to my CSS
configuration:
footnote {
font-weight: normal;
font-style: normal;
}
The other thing is displaying <footnote> in a block with text wrapping, as in
normal <para>. And that makes a real problem. <footnote> element doesn?t
break a line and goes far away outside the working window area.
Any idea how to manage, please?
Robert