26 Jul
2006
26 Jul
'06
1:17 p.m.
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