thomas schönhoff wrote:
> I desperately trying to insert endnotes in my
> document, doing it like this:
> 
> 1.      \usepackage{endnotes}
>         let\footnote\endnotes
> 
> 2.      \usepage{endnote}
>         \let\footenotes\endnotes
> 
> both variants in latex-preamble and nothing
> happens, that means footnotes appears as usual at
> the bottom of every page ?
> The package endnotes seems to be correctly
> installed in
> /usr/share/texmf/tex/latex/misc/endnotes.sty

Well.  On your LaTeX preamble:
\usepackage{endnotes}

On your document:
\let\footnote=\endnote           <-- With LaTeX (red)

At the end of your document:
\newpage 
\begingroup 
\parindent 0pt 
\parskip 2ex  
\def\enotesize{\normalsize}  
\theendnotes
\endgroup

With LaTeX (red), too.

On the endnotes.sty file appears:
%  To turn all the footnotes in your documents into endnotes, say
%
%     \let\footnote=\endnote
%
%  in your preamble, [...]

But, LaTeX (or LyX) complains that missing "begin{document}". Just
I tried on the document, and worked fine after that.

-- 
German Poo Caaman~o
mailto:[EMAIL PROTECTED]
http://www.ubiobio.cl/~gpoo/chilelindo.html
"La historia no se lee, se escribe"

Reply via email to