On 2012-11-14 12:11:01 +0000, PhilipPirrip said:
On 11/13/2012 10:05 PM, Andreas Paeffgen wrote:
Any hint/ suggestion would be appreciated.
Export LaTeX from LyX and compare with the file that works. It is
probably something about the order in which the packages (commands) are
called.
Ok, the order of the packages is wrong. You can not use the modules
"endnotes", "footnote to endnote", but you have to insert in the
preamble the following commands.
\usepackage{endnotes}
\usepackage{hyperendnotes}
\let\footnote=\endnote
Then everything works as expected.
Thanks to all for the great help
AP