When I have symbols like $\|\|$ in a nomenclature entry, then the entry doesn't show. Using this minimal example:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{nomencl}
\makenomenclature
\begin{document}
\mbox{}
\nomenclature{$c$}{Speed of light in a vacuum inertial frame}
\nomenclature{$h$}{Planck constant}
\nomenclature{$\|\|$}{Norm}
\printnomenclature
\end{document}
I get an entry for the speed of light and the planck constant but the norm entry just falls under the bus. Is this deliberate? How can I make the norm show in the nomenclature?

\|\|mean here? Is the the norm function? Isn't that normally written as\lVert{}\cdot{}\rVertto mark it as a function? – daleif Dec 19 '18 at 14:24|is one ofmakeindex's special characters. See https://tex.stackexchange.com/questions/31562 – Nicola Talbot Dec 19 '18 at 15:48