Why $\mapsto$ not work in mathabx? With the code:
\documentclass[12pt,a4paper]{book}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{lmodern}
\usepackage{mathabx}
\begin{document}
$\mapsto$
\end{document}
without the "tail" of the arrow.
How I can fix this? Ask this as I need $ f\mapsto g$ to display correctly and at the same time I also need $ \widecheck{f} $ correctly (for this I need to use mathabx)


usepackageinstead of\usepackage? – José Carlos Santos Mar 22 '20 at 08:32\usepackageinstead ofusepackage), I get the correct symbol. – José Carlos Santos Mar 22 '20 at 08:34