When I typeset my free physics textbook, I get a microtype warning
Unknown slot number of character `\j'
(It happens only for this character, no other one.) I get this message since many years, both on my 2008 tex system and in my new, fully updated 2014 texlive system. The older system says microtype.cfg/183(protrusion), the newer one microtype.cfg/201(protrusion).
The systems use MinionPro, microtype and many other packages with latex2e. How can I get rid of the message? The message only appears when microtype and MinionPro are used together.
Here is a minimal working example that triggers the error:
\documentclass{book}
\usepackage{MinionPro}
\usepackage{microtype}
\usepackage[T1]{fontenc}
\begin{document}
Hallo.
\end{document}
In fact, the error disappears if microtype is loaded first. But I read that this is not allowed with MinionPro. What can be done?
\ito your document! (At least, better than what happens if I add\ito my document.) I'm almost certain this is a duplicate. – cfr Jan 06 '15 at 00:01!pdfTeX error: pdflatex.EXE (file C:/texmf-local/fonts/type1/adobe/MinionPro/MinionPro-RegularLCDFJ.pfb): unexpected end of file. – Sveinung Jan 06 '15 at 10:44\i(yielding a dotless i) and\j(yielding a black square). – Robert Jan 10 '15 at 04:36