Hi all.
Is there any option that can change the default font size of the nomenclature page generated by nomencl package?
Text Formatting ⇒ nomencl | Change Font Size of Nomenclature
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10322
- Joined: Mon Mar 10, 2008 9:44 pm
nomencl | Change Font Size of Nomenclature
Hi adhikarig,
you could redefine \nompreamble. That command will be executed before starting the list and does nothing by default. Example:
Stefan
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
Re: nomencl | Change Font Size of Nomenclature
It helped me. Thanks alot