I am using
\documentclass{amsart}
\usepackage{microtype}
\usepackage[bitstream-charter,cal=cmcal]{mathdesign}
Sometimes \mathsf{...} produces
pdfTeX error (font expansion): auto expansion is only possible with scalable fonts.
Appears when the \mathsf is typeset in the end of a line and only with certain characters (e.g. P,..).
So, which fonts does mathdesign use for \mathsf? Should I replace it with other font? Suggestions? Solutions?
minimal 'working' example:
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage[bitstream-charter]{mathdesign}
\begin{document}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi sdf$\mathsf P$ elementum, elit in varius viverra, mauris augue cursus purus, vel ullamcorper nisi orci pretium nunc.
\end{document}
This example is minimal, i.e. dropping \usepackage[T1]{fontenc} avoids the error.
microtype 2013/03/13 v2.5andmathdesign 2006/01/29 v1.55) – cgnieder Apr 22 '13 at 18:30microtype. – cgnieder Apr 22 '13 at 19:25fontenc 2005/09/27 v1.99g,microtype 2013/03/13 v2.5,mathdesign 2006/01/29 v1.55- the same error massage – DCh Apr 22 '13 at 21:07tlmgr remove charter; tlmgr install charter. – Martin Schröder Apr 23 '13 at 17:43tlmgr, http://tex.stackexchange.com/q/73116/29470Re-installing the corresponding package (http://packages.ubuntu.com/quantal/texlive-fonts-recommended) did not help. – DCh Apr 23 '13 at 18:00