Re: [NTG-context] a footnote bug?
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
Steffen Wolfrum wrote:
Hans Hagen
wrote: 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
this is not so much a bug but a missing feature -) in cont-new.tex, add: \startconstants dutch english german czech italian romanian kopcommando: kopcommando headcommand headcommand headcommand headcommand headcommand \stopconstants \unprotect \setvalue{@@definitie\v!commando}#1{\do@@definitie{\executeifdefined{\??dd#1\c!kopcommando}\framed}{#1}} \protect Now you can say: \setupfootnotedefinition[location=command,headcommand=\llap] and go wild with putting footnote markers anywhere 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 -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Steffen Wolfrum