Am Montag, 13. September 2004 18:59 schrieb Rajil Saraswat:
Hi,
> I am stuck with this tex problem on the last day of my paper submission.
> The footnote for the author is coming out to be indented which i dont
In preamble:
---
\makeatletter
\newlength{\myFootnoteWidth}
\newlength{\myFootnoteLabel}
\setlength{\myFootnoteLabel}{1.2em}% <-- can be changed to any valid value
[EMAIL PROTECTED]
\setlength{\myFootnoteWidth}{\columnwidth}%
\addtolength{\myFootnoteWidth}{-\myFootnoteLabel}%
[EMAIL PROTECTED] }%
\parbox[t]{\myFootnoteWidth}{#1}%
}
\makeatother
---
-j
of course this is from http://www.texnik.de/footnotes.phtml.