ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Footnotes in margin?
@ 2004-08-18  8:22 Steffen Wolfrum
  2004-08-18 19:39 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Wolfrum @ 2004-08-18  8:22 UTC (permalink / raw)


Hi,

does ConTeXt provide a way to place footnote (not margin notes!) per page - but not below the body text?
A suitable place could be the margin. But there is no "\setupfootnotes[location=inmargin]"
and somthing like "\inmargin{\footnote{}The footnote's text.}" doesn't flow.

Does anybody know a working solution?

Thank you,

Steffen Wolfrum

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

* Re: Footnotes in margin?
  2004-08-18  8:22 Footnotes in margin? Steffen Wolfrum
@ 2004-08-18 19:39 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2004-08-18 19:39 UTC (permalink / raw)


Steffen Wolfrum wrote:

>does ConTeXt provide a way to place footnote (not margin notes!) per page - but not below the body text?
>A suitable place could be the margin. But there is no "\setupfootnotes[location=inmargin]"
>and somthing like "\inmargin{\footnote{}The footnote's text.}" doesn't flow.
>
>Does anybody know a working solution?
>  
>
Idris should know since i made him definable footnotes -) 

\showframe

\definenote[mynote][way=bypage,location=text,width=\marginwidth,rule=,before=]

\setuplayout[backspace=5cm,margin=3cm,margindistance=.5cm,width=middle]

\setuptexttexts
  [margin]
  [\vbox to \textheight{\placenotes[mynote]\vfill}]
  []

\starttext

test \mynote{one} test \mynote{two} \page
test \mynote{one} test \mynote{two} \page
test \mynote{one} test \mynote{two} \page
test \mynote{one} test \mynote{two} \page

\stoptext

or a bit more modern (structured, readable, replacable): 

\setuptexttexts
  [margin]
  [\setups{flushmynotes}]
  []

\startsetups flushmynotes

  \vbox to \textheight{\placenotes[mynote]\vfill}

\stopsetups

So, it's up to you to feed this in the wiki -) 

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

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

end of thread, other threads:[~2004-08-18 19:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-18  8:22 Footnotes in margin? Steffen Wolfrum
2004-08-18 19:39 ` Hans Hagen

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