“package mathdesign warning no font specified on input line 175”
How can I get this warning to disappear or disable it or rewrite my code so the warning it's not being activated?
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage[T1]{fontenc}\usepackage{charter}\usepackage[expert]{mathdesign}\begin{document}This is a test:\begin{equation}P_p(z) = P_p(z_0) + \int_{z_0}^z{\frac{\partial P_f}{\partial z}\,\mathrm{d}z}\end{equation}\end{document}