Text Formattingnomencl | Change Font Size of Nomenclature

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
adhikarig
Posts: 12
Joined: Mon Apr 28, 2008 12:34 am

nomencl | Change Font Size of Nomenclature

Post by adhikarig »

Hi all.

Is there any option that can change the default font size of the nomenclature page generated by nomencl package?

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10322
Joined: Mon Mar 10, 2008 9:44 pm

nomencl | Change Font Size of Nomenclature

Post by Stefan Kottwitz »

Hi adhikarig,

you could redefine \nompreamble. That command will be executed before starting the list and does nothing by default. Example:

Code: Select all

\renewcommand*{\nompreamble}{\footnotesize}

Stefan
LaTeX.org admin
id4sagar
Posts: 1
Joined: Wed Jan 09, 2013 6:58 am

Re: nomencl | Change Font Size of Nomenclature

Post by id4sagar »

It helped me. Thanks alot
Post Reply