I can't get an output for my nomenclature. COuld you help me ?
I'm using
\documentclass{report}
My script for the nomenclature part is :
\usepackage{amsmath,amsfonts,amsthm,amssymb} \usepackage{nomencl} \begin{document} \makenomenclature \renewcommand{\nomname}{List of Symbols} \mbox{} \nomenclature{$c$}{Speed of light in a vacuum inertial frame} \nomenclature{$h$}{Planck constant} \printnomenclature \end{document}