On 10/16/2012 01:05 PM, Maria Gouskova wrote:
Hi LyX users,
I have to turn all of my footnotes into endnotes and make their
numbers in the endnote section not be superscripts. Like this:
Notes
1. The text of the endnote
I loaded the Foot to End module, and added the following to the preamble:
\usepackage{endnotes}
\makeatletter
\renewcommand\@makeentext[1]{%
\noindent\makebox[0pt][r]{\@theenmark.\space}#1}
\makeatother
FootToEnd loads the endnotes package, so you shouldn't need to do so
yourself.
This is on analogy with the suggestion on this page
http://www.latex-community.org/forum/viewtopic.php?f=44&t=5640&p=22079
, modified "fn" to "en" according to the endnotes.sty manual--which
says \makeentext is available, as is \theenmark. Yet LyX complains
that \@makeentext is undefined. I also tried some of the tricks
described here,
http://compgroups.net/comp.text.tex/style-of-endnotes/1909406
like \renewcommand\makeenmark{\theenmark. } in the preamble, and LyX
again says that \makeenmark is undefined. What am I doing wrong here?
Can you post a simple example file (handful of lines, few endnotes),
including what you've tried to do? I can play with it then and try to
make it work.
rh