<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Alessandro Ceschini wrote:
<blockquote cite="mid:1307285926.1683.7.camel@bureau" type="cite">
  <blockquote type="cite">
    <pre wrap="">Well, it looks to me as if the expansion of @makefntext tries
to perform an assignment to \parindentFFN (even though
you omitted an explicit assignment operator); surely this is
not what you intended ?
    </pre>
  </blockquote>
  <pre wrap="">
I intended to have an indentation before the footnote marker.
  </pre>
</blockquote>
Ah, but what you have, rather than an indentation, is the intended<br>
<i>dimension </i>of the intendation (ten inches, in this case).  If
you want<br>
this dimension to be used to effect an indentation, then you need to<br>
add a command to cause an indentation (of specified dimension)<br>
to take place.  I don't speak LaTeX, but you might consider (e.g.)<br>
<br>
    \renewcommand \@makefntext [1]%<br>
        {%<br>
            \leavevmode \hbox to \parindentFFN {}\@thefnmark.~#1%<br>
        }<br>
<br>
or something along those lines.<br>
<br>
Philip Taylor<br>
<br>
</body>
</html>