I am using nomencl package. However, the italic nomenclature entry appears on the top of the list rather than in alphabetical order. How can I put it back to the alphabetical queue? Following are the code:
Code: Select all
\documentclass[12pt,a4paper,oneside]{report}
\usepackage[round]{natbib}
\usepackage{booktabs}
\usepackage{nomencl}
\begin{document}
\nomenclature{A/E}{Attaching and Effacing}%
\nomenclature{CCP}{complement control protein}
\nomenclature{Dr}{Cromer-Related Blood Group Antigen}
\nomenclature{\textit{E. coli}}{\textit{Escherichia coli}}
\nomenclature{IPTG}{Isopropyl-$\beta$-D-thiogalactoside}
\printnomenclature[3cm]
\end{document}
Thanks a lot.