Hi all:

*try defining some LaTeX command that looks like a footnote, but acts like a
margin note. Very roughly:

\newcounter{footmarg}
\newcommand{\margfoot}[1]{\**refstepcounter{footmarg}\**marginpar{\arabic{footmarg}.
#1}}

Then, if you don't want footnotes at all:

\let\footnote=\margfoot

This will not always work, I expect, but it ought to get you started.*


I'm sorry, but I didn't understand. Your propose is to insert the footnotes
with that Latex command, but, where do I write the content of the footnote?
Maybe is easier to change the place of footnotes in the template, but I dont
know how can I do that.

About the Fancyhdr package it can change the position of the page numbers.

regards

Reply via email to