If I use them I don't get the MTMS and MTMSB fonts as described in the guide just the old times new roman. Anyone seen this before?
EDIT: Minimal Example:
\documentclass[12pt]{article}
\usepackage[mtplusscr]{mtpro2}
\begin{document}
$$ \mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ} $$
\end{document}
And in the log file (which is way too long to reproduce here) it says that:
No file Umtms.fd. on input line 5. LaTeX Font Warning: Font shape `U/mtms/m/n' undefined.
mtpro2package with either themtplusscrormtpluscaloptions, I get Computer Modern, and not TNR as you note, when executing the commands\mathscr{ABC}and\mathcal{ABC}. – Mico Nov 16 '11 at 3:19mtpro2package, but not themtproormtpbpackages. Hence I can't run your MWE. – Mico Mar 4 '12 at 18:33