I am somewhat a new user to the TeX world. So, hopefully my question is not out of scope.
I saw it here how to create an indicator function with mathbbm package. So, I ran this code:
\documentclass{article}
\usepackage{bbm}
\begin{document}
\[ \mathbbm{1} \]
\end{document}
But it does not produce any results at all:
!pdfTeX error: /Library/TeX/texbin/pdflatex (file bbm10): Font bbm10 at 600 not found ==> Fatal error occurred, no output PDF file produced!
You can see a log file here: log file
Any suggestions of what the problem could be?
.../texmf-dist/fonts/source/public/bbm/bbm10.mf? If yes it looks as if your system can't trigger mktexpk to generate the pk but I can't tell you why. – Ulrike Fischer Mar 01 '17 at 15:23