How can I enforce pslatex to use Computer Modern font for math?
(I know, it would be much easier to use pdflatex, but my publisher uses pslatex.)
EDIT: Example:
\documentclass[twoside,11pt]{article}
\usepackage{amssymb}
\begin{document}
${\cal P} = {\cal Q}$
\end{document}
If you compile it with latex and pslatex the fonts are different.
Unfortunately, the recommendations of Herbert do not help for the following reasons:
1. As I said, the publisher uses pslatex and not latex.
2. The other two recommendations change both text and math fonts. I need to change math fonts only.
