Load a single symbol from a LaTeX package
        Posted  
        
            by Martijn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Martijn
        
        
        
        Published on 2009-06-18T08:28:55Z
        Indexed on 
            2010/03/14
            12:25 UTC
        
        
        Read the original article
        Hit count: 239
        
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?
© Stack Overflow or respective owner