Changes

Jump to navigation Jump to search
571 bytes added ,  19:20, 24 October 2006
m
→‎Special Needs: Another example
\stoptext
</texcode>
 
* Currently, footnotes are set so that the left end
of the text of the footnote is aligned with the left edge of the text, and
the footnote number hangs out into the margin. Is it possible to change
this? (For instance, suppose I would like the number aligned to the
text-edge, and then a fixed-width space, and then the text?)
 
Suppose that one wants a width of 1.5em. Then
 
<texcode>
\setupnote[footnote][margindistance=0em,command=\myfootnotecommand]
\setupnotedefinition[footnote][location=left,hang=1]
 
\def\myfootnotecommand#1{\hbox to 1.5em{#1.}}
</texcode>

Navigation menu