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
participants (1)
-
Steffen Wolfrum