ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* footnote in paragraph
@ 2004-06-14 16:25 Peter Münster
  2004-06-14 22:53 ` Hans Hagen Outside
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Münster @ 2004-06-14 16:25 UTC (permalink / raw)


Hello,
how could I place a footnote in a startParagraph environment?

\defineparagraphs[Par][n=3]
\starttext
\startPar
bla\Par bla\footnote{a footnote, that gets hidden...}\Par bla
\stopPar
\stoptext

Greetings, Peter

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnote in paragraph
  2004-06-14 16:25 footnote in paragraph Peter Münster
@ 2004-06-14 22:53 ` Hans Hagen Outside
  2004-06-19 15:55   ` Peter Münster
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen Outside @ 2004-06-14 22:53 UTC (permalink / raw)


Peter Münster wrote:

>Hello,
>how could I place a footnote in a startParagraph environment?
>
>\defineparagraphs[Par][n=3]
>\starttext
>\startPar
>bla\Par bla\footnote{a footnote, that gets hidden...}\Par bla
>\stopPar
>\stoptext
>  
>
\startPar
bla\Par bla\postponefootnotes\footnote{a footnote, that gets hidden...}\Par bla
\stopPar
\flushfootnotes

or 

\starttabulate[||||]
\NC bla \NC bla \footnote{test} \NC bla \NC \NR
\stoptabulate

 

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: footnote in paragraph
  2004-06-14 22:53 ` Hans Hagen Outside
@ 2004-06-19 15:55   ` Peter Münster
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Münster @ 2004-06-19 15:55 UTC (permalink / raw)


On Tue, 15 Jun 2004, Hans Hagen Outside wrote:

> \startPar
> bla\Par bla\postponefootnotes\footnote{a footnote, that gets hidden...}\Par bla
> \stopPar
> \flushfootnotes

Thanks, it seems, that I even don't need \flushfootnotes !

> \starttabulate[||||]
> \NC bla \NC bla \footnote{test} \NC bla \NC \NR
> \stoptabulate

Yes, tabulate would have been better for my application, but I need
vertical rules and page-breaking at the same time.

Thank you, Peter

-- 
http://pmrb.free.fr/contact/
_____________________________________
FilmSearch engine: http://f-s.sf.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-06-19 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-14 16:25 footnote in paragraph Peter Münster
2004-06-14 22:53 ` Hans Hagen Outside
2004-06-19 15:55   ` Peter Münster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).