ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* protruding in the margin
@ 2005-03-28 17:58 Steffen Wolfrum
  0 siblings, 0 replies; only message in thread
From: Steffen Wolfrum @ 2005-03-28 17:58 UTC (permalink / raw)


Hi,

if I have a text with footnotes in the margin - see below.
How do I also define those footnotes to use protruding?

Steffen

P.S.
I know we had this already - but I forgot it. Sorry.


\usetypescript [adobekb][ec]
\usetypescript[serif] [hanging] [normal]
\usetypescript[times][\defaultencoding]
\setupalign   [hanging]
\setupbodyfont[times,10pt]

\definenote[mynote][way=bypage,location=text,width=4cm,rule=,before=,factor=1]

\setuppapersize[A4,landscape][A4,landscape]
\setuplayout[backspace=6cm,leftmargin=4cm,rightmargin=0cm,margindistance=.5cm,width=middle]
\showframe

\startbuffer[sometext]
\input zapf
\stopbuffer[sometext]

\startbuffer[moretext]
\input ward
\stopbuffer[moretext]

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

\startsetups flushmynotes
\vbox to \textheight{\placenotes[mynote]\vfill}
\stopsetups

\starttext
\dorecurse{10}{\input tufte \mynote{\getbuffer[sometext]} \input 
tufte \mynote{\getbuffer[moretext]}}
\stoptext

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-28 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-28 17:58 protruding in the margin Steffen Wolfrum

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