Long time lurker, first time poster: I am having trouble getting mathscr to work properly. In the past, I have always created PDFs by LaTeX->DVI->PDF, and when I do this, the package has always worked properly, in the sense that it renders in the DVI and also in the PDF. I recently started compiling directly to PDF from LaTeX, and this works great EXCEPT for this font.
\documentclass[12pt]{article}
\usepackage{mathrsfs}
\begin{document}
$\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
\end{document}
An example of the output generated by my compiler (PCTeX v. 6.1) can be seen in the following two PDFs:
We see that the second link is what we would expect, while the first has something wrong. I assume that there is something wrong with the fonts, in that somehow the information is not being passed correctly to the PDF so that it is interpreted as Latin characters.
I have tried manually reinstalling the font (rsfs10.pfb), and checked my version of Adobe. I also tried copying the Type 1 fonts from MiKTeX over to the PCTeX directory to no avail.
I am not sure what to do at this point... my thesis is due tomorrow and am running out of time. I should also mention that the main reason I am so attached to the mathscr fonts is that I use $\mathscr{E}$ to signify a quantity which is labeled with the same character in many figures scattered throughout my thesis.