I am preparing an article for an Elsevier journal,and have a list fo abbreviations at the end (just before references) for which i use nomenclature. However, in the resulting PDF, the heading instead of appearing in bold, appears in normal font, and has a star in front.
Instead of 'List of abbreviations' in bold, i get '*List of abbreviations' in a normal font.
I have searched for quite a while, but so far i can't say that i found anything.
Does anyone have any idea what could be the cause?
the relevant code is:
\usepackage[noprefix]{nomencl}
\renewcommand{\nomname}{List of Abbreviations}
......
\makenomenclature
.......
\nomenclature{abbreviation}{what it stands for}
.......
\clearpage
\markboth{\nomname}{\nomname}
\printnomenclature
\section*{\nomname}but the class being used doesn't have a * form for section so it works like\section{*}\nomnamethat is, a section with name*and initial paragraphList of Abbreviations. – David Carlisle Jun 30 '12 at 19:20\documentclass{elsarticle}everything works; did you redefine\section? – egreg Jun 30 '12 at 20:23