When using the MnSymbol package, pdflatex gives two font warnings:
LaTeX Font Warning: Encoding 'OMS' has changed to 'U' for symbol font
(Font) 'symbols' in the math version 'normal' on input line 120.
LaTeX Font Info: Overwriting symbol font 'symbols' in version 'normal'
(Font) OMS/cmsy/m/n --> U/MnSymbolF/m/n on input line 120.
It turns out that this is probably due to a clash with the AMSSymb package.
Since I need just a few symbols from the package: is there a way to load one symbol from a package, in stead of all?
Here’s how I solved this:
Download the perl script “makefakeMnSymbol” from the comprehensive latex symbol document source:
http://mirror.ctan.org/info/symbols/comprehensive/source/makefakeMnSymbol
Next, at command line do
chmod +x makefakeMnSymbolto make it executable. Then, runPut fakeMnSymbol.sty in a texmf directory of choice (global or local), and run
texhashIf you now put
in your preamble, you can now use any MnSymbol, like
\powersetby prefixing it like\MNSpowersetBig thanks to Scott Pakin for this hack… and for his comprehensive symbol guide…
This hack has problems with symbols in subscripts/superscripts. A work-around is to use look at the
fakeMnSymbol.stysource to find which font the symbol you want was loaded from, along with its number. Here’s an example from one of my preambles where I override the built-in\boxminuswith an MnSymbol: