If I compile the file:
\documentclass{article}
\usepackage[math]{kurier}
\begin{document}
$\|x\|$
\end{document}
all I get is a x, whereas what I should get is ||x||. I found a way around this problem, which consists in typing \left\|x\right\|. Is this a known bug? Is there a better way of dealing with it?
\lVert...\rVertproduce the same problem? P.S. Nice to see you here! – manooooh Mar 10 '19 at 19:15\lVert...\rVert(and theamsmathpackage), the result is the same. – José Carlos Santos Mar 10 '19 at 19:32