Is it possible to use the \ell character from the default font when using MinionPro? If so, how?
The documentation actually mentions \ell on page 20; the letter is supposed to be taken from MinionPro, I suspect that \ell is not part of the fonts I took from Acrobat Reader to install MinionPro.
This example
\documentclass[11pt,a4paper,oneside]{book}
\usepackage{minionpro}
\begin{document}
$\ell$
\end{document}
only produces a crossed out box for me. Maybe with some LaTeX skill it is possible to use something like
\DeclareMathSymbol{\ell} {\mathord}{letters}{’140}
to take the \ell from Computermodern.
Edit: Could someone try to reproduce this problem?