I just made a new install of the latest MiKTeX distribution, then installed Texmaker, in this order.
Then I found that my tex file does not run, although it does so on Overleaf, and on another PC where I did exactly the same installation process.
I started to reduce the file to see what is working and what not. When I try to \usepackage{chemformula}, I get the error:
Minimum working example:
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{chemformula}
\begin{document}
(Type your content here.)
\end{document}
The other packages work. Why just this one is not?
