28 May
2006
28 May
'06
11:39 a.m.
jeffdod@netzero.net wrote:
Does anyone know of a way to get rid of the space between a footnote number and the footnote text? I am formatting my footnotes in paragraph form (n=0) and sometimes the footnote numbers actually appear at the end of a line with the text wrapped around to the beginning of the next line (which doesn't look very attractive). I would prefer there to be no space at all between the footnote number and the text, but if there has to be one, it seems like it should be a non-breaking space. Is there a way to "fix" this?
Can you try this? \def\specialcommand#1{\high{#1}~~~} \setupfootnotes[n=0,numbercommand=\specialcommand] \setupfootnotedefinition[distance=0pt] Cheers, taco