LyXnomencl | Index and Reference by Line

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
Otinel
Posts: 2
Joined: Sat Nov 12, 2011 3:50 pm

nomencl | Index and Reference by Line

Post by Otinel »

Hi everybody,

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} 
The page line is a command provide by Ledmac to class the item by the page where they appear plus the line. The page counter show me the current page where the glossary is printed and the line counter stay at 000.

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply