Re: DOCBOOK-APPS: openjade bop-footnote rendering problems

From
=?JRN-8859-1?P?Car=F1th_H=F1bor?=
Date
2002-07-12T15:30:17+00:00
ID
1026485389.902.27.camel@silicosaur
Thread
Re: DOCBOOK-APPS: openjade bop-footnote rendering problems
On Fri, 2002-07-12 at 13:44, Baráth Gábor wrote:
> Hi,
> 
> i ran into some problems using openjade1.4 with bop-fotenotes.
> 
> - footnote inherits some font attribs (like face, weight) which
> is not needed

Solved.
Needed to insert

font-family-name: %body-font-family%
font-weight: 'normal

into (element (footnote para)... [in dbblock.dsl]

But the folowwing problem is still open
> - lists in footnote (itemizedlist and simplelist) are not rendered
> correctly. Here are some examples:
> 
> itemizedlist:
> 1. footnote one
>    2. footnote two with list
> o first listitem
>    o second listitem
>    o third listitem
> 
> simplelist:
> 1. footnote one
>    2. footnote two with list
>    first member
>    second member
>    third member
>    
> 
> is enyone knows how can i fix this problems?
> thanks for any hints
> G.
>