Page LayoutRoman page numbering until nomenclature

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
kriskras
Posts: 3
Joined: Sun Nov 29, 2009 7:15 pm

Roman page numbering until nomenclature

Post by kriskras »

Hi all,


I'm trying to genreate roman page numbers until the nomenclature (nomencl package) using the following code.

Code: Select all

 % Roman page numbers till nomenclature
  \pagenumbering{roman}
  \let\myTOC\nomenclature
  \renewcommand\nomenclature{%
  \myTOC
  \clearpage
  \pagenumbering{arabic}
  }
This does not work. I get the following error: "Missing \endgroup inserted". The error description is as follows:

Code: Select all

    \item [{\clearpage }]
                           \begingroup \pagenumbering \nomeqref {2.0}
Is there a workaround for this issue? I'm kind of desperate. It ussed to work for listoffigure, but not for nomenclature. Does someone have any suggestions?


Thank you.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply