I am using LyX, and LyX using the nomencl package to generate a glossary. nomencl references the items of the glossary by page and I want them to be referenced by the number of the line where they appear.
I try to modify the \nomrefpage command like this :
Code: Select all
\renewcommand{\nomrefpage}{\thepageline}
Is there a way to fix it? Or should I use another way to reference the items by line with nomencl? I try this command with the index but it is the same: the current page of the glossary and the line counter at zero. Ledmac give the command \edindex which permit to reference the entries by their lines using automatically the command \thepageline. Can I tell LyX to use the \edindex command instead of the regular \index command?
I hope you can help me to find a solution.
Thanks,
Delphine.