vote up 3 vote down star

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?

flag

Is there some actual problem with the typesetting, or are you just worried about seeing the warnings? – Jouni K. Seppänen Jun 18 at 18:05
I haven't seen any typesetting problems; I'm just trying to keep the number of warnings to a minimum. – Martijn Jun 19 at 6:23
In the mean time I have spotted trouble: the MnSymbol package is changing a number of symbols from amssymb. The documentation states it is not compatible. – Martijn Jun 25 at 10:18

1 Answer

vote up 2 vote down

These warnings are nothing to worry about. In fact, in the next LaTeX release they'll disappear (see the original bug report). No ETA on that, however.

Moreover, is there any real chance this affects the typesetting of the document?

Nope.

is there any way to prevent this?

Can patch the LaTeX warning message code before loading the package, and then restore it again afterwards (this is what I've done in the past in my own packages), but as a user I'd just learn to ignore the warning.

link|flag
See also the comments: it does affect the typesetting of the document by replacing a lot of standard AMS symbols. – Martijn Jun 26 at 8:22
Well, of course if you load a package to change the maths font you get different symbols :) – Will Robertson Jun 28 at 8:51
Obviously. I'll try to find a workaround to load only certain symbols I need (which are \lefthalfsqcup and double braces) – Martijn Jun 30 at 16:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.