[Tex/LaTex] Rotating Mathematical Symbols without losing quality

rotatingsymbols

I need to use the symbol \subsetneq rotated by 45 degrees. I can obtain the required symbol with

\rotatebox[origin=c]{45}{$\subsetneq$} 

or equivalently with

\begin{rotate}{45}
$\subsetneq$
\end{rotate}

but in both cases the quality loss on the symbol is very high.
Does anybody know of a better way to do this?
Thanks

Here is an example:

\documentclass[xcolor=dvipsnames]{beamer}
\usepackage{xcolor, enumerate, MnSymbol, mathtools, graphicx, textpos, rotating}
\begin{document}
\frame{
\begin{rotate}{45}
$\subsetneq$
\end{rotate}
}
\end{document}

From the log file:

Here is how much of TeX's memory you used:
 17736 strings out of 493921
 321014 string characters out of 3144864
 378011 words of memory out of 3000000
 20634 multiletter control sequences out of 15000+200000
 20133 words of font info for 55 fonts, out of 3000000 for 9000
 841 hyphenation exceptions out of 8191
 49i,14n,53p,451b,552s stack positions out of 5000i,500n,10000p,200000b,50000s
 <C:\Users\Carapelle\AppData\Local\MiKTeX\2.9\fonts\pk\ljfour\public\mnsymbol
 \dpi1244\MnSymbolD12.pk>
Output written on untitled-4.pdf (1 page, 7035 bytes).
PDF statistics:
 46 PDF objects out of 1000 (max. 8388607)
 3 named destinations out of 1000 (max. 500000)
 43 words of extra memory for PDF output out of 10000 (max. 10000000)

Best Answer

The procedure you should follow (taken from http://docs.miktex.org/2.9/manual/advanced.html#psfonts) is

  1. Go to a DOS command prompt

  2. Type initexmf --edit-config-file updmap followed by Return

  3. In the file that opens for editing, add

    Map MnSymbol.map
    

    at the end

  4. Save the file and exit the file editor

  5. Type initexmf --mkmaps followed by Return at the command prompt

After these steps, pdflatex should use the Type1 font.