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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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