LaTeX: nomencl and page numbers.

  • Context: LaTeX 
  • Thread starter Thread starter NeoDevin
  • Start date Start date
  • Tags Tags
    Latex Numbers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 8K views
NeoDevin
Messages
334
Reaction score
2
I'm trying to disable the page numbers for the nomenclature (and only the nomenclature).

Does anyone have any idea how to do this?

Thanks
 
Physics news on Phys.org
So I had some time to do some experimentation with it, and figured it out. Posting here just in case anyone else runs into the same problem.

Adding the command
Code:
\nomenclature{}{\protect\thispagestyle{empty}\vspace{-1.5cm}}

And compiling as normal seems to work. Not the most elegant solution, but seems to work.