Hans Hagen
Steffen Wolfrum wrote:
Hi,
when setting the \setupfootnotedefinition with location=margin, or location=inleft there is always a little distance between footnote number and footnote text. Neither width nor distance can affect it.
Does this distance cannot be adjusted?
can you make me a small demo file?
Hans
Yes, sure. I just made a frame around the footnote number so you'll can clearly see the gap: \def\myFNnumber#1{\inframed[width=\leftmarginwidth,offset=.0em,frame=on,align=left]{#1}} \setupfootnotedefinition[command=\myFNnumber,location=inleft] \setuppagenumbering [alternative=doublesided,location={header,right}] \showframe \showgrid \starttext test\footnote{first note} \page testest\footnote{second note} \stoptext Steffen