> Hi,
>
> I want my footnotes (bottom page) to be indented first line.
> So I tried this
>
> \setupfootnotes[indentnext=yes,numbercommand=\hskip1em\high]
> \setupfootnotedefinition 
> [indentnext=yes,distance=0.5em,location=serried]
>
> But "\hskip1em" is now the distance to the right corner of the
> footnote's number.


This one looks *quite* good:

\def\myFNnumber#1{\hskip1.5em\inframed[width=2em,offset=. 
0em,frame=off,align=right]{#1}}
\setupfootnotedefinition[command= 
\myFNnumber,indentnext=yes,location=serried]

But I have to define "\hskip1.5em" in order to get real 1em space  
before the frame!
So I guess it's not a very healthy code.

Someone has a better suggestion?

Steffen


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to