Idris Samawi Hamid wrote:
> Hi gang,
>
> Here is something strange:
>
> ========================================
> \definenote[metanote][conversion=set 2]
>
> \startbuffer[footnote]
>
> test test test test test test test test
>      \footnote{This is a basic footnote.
>          \metanote{This is a footnote to a footnote.}}
> test test test test test test test test
>      \footnote{This is another basic footnote.
>          \metanote{This is another footnote to a footnote.}}
> test test test test test test test test test test test test test.
> \stoplinenumbering%
> \stopbuffer
>
> {\typebuffer[footnote] \getbuffer[footnote]} \page
> ========================================
>
> works, but
>
> ========================================
> \startbuffer[footnote]
>
> \definenote[metanote][conversion=set 2]
>
> test test test test test test test test
>      \footnote{This is a basic footnote.
>          \metanote{This is a footnote to a footnote.}}
> test test test test test test test test
>      \footnote{This is another basic footnote.
>          \metanote{This is another footnote to a footnote.}}
> test test test test test test test test test test test test test.
> \stoplinenumbering%
> \stopbuffer
>
> {\typebuffer[footnote] \getbuffer[footnote]} \page
>   
you need to define the footnote at the outer level and not grouped otherwise 
it's invisible in the OTR 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to