> Dekel Tsur wrote:
> \usepackage[marginal]{footmisc}
 
Thanks Dekel. I played a little bit around but could only get this:
 
1.) with \usepackage[marginal]{footmisc} and \footnotemargin=0.4em I get this result:
 
text
----------
1bla bla bla bla bla bla
bla bla bla.
2bla.
 
 
2.) with \usepackage[flushmargin]{footmisc} I get this result:
 
  text
  ---------
1bla bla bla bla bla bla
  bla bla bla.
2bla.
 
 
3.) What I like is to have is this:
 
text
----------
1 bla bla bla bla bla bla
   bla bla bla.
2 bla.
 
 
4.) In a Latex mailing archive I�ve found this solution (it should be taken from the Latex companion, but I don't remember exactly):
 
\renewcommand{\@makefntext}[1]{\setlength{\parindent}{0pt} % �ndert Fu�noteneinzug
\begin{list}{}{\setlength{\labelwidth}{1.2em}
\setlength{\leftmargin}{\labelwidth}
\setlength{\labelsep}{0pt}\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}\setlength{\topsep}{0pt}
\setlength{\partopsep}{0pt}
\footnotesize} \item[\@makefnmark\hfill]#1
\end{list}
}
 
This solution works in most cases but sometimes the footnotes appear on the next page, what most people don�t like, nor do I.
I attached (once again) an example file showing this behaviour.
So any ideas? I nearly can�t image that there is nobody out there knowing how to solve this "little" problem...
Thanks for thinking about it!
Detlev

 

 

 

 

 

 

 

Footnote-Example.tar.gz

Reply via email to