diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/lmodern.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lm/lmodern.sty | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/lmodern.sty b/Master/texmf-dist/tex/latex/lm/lmodern.sty index 90eca0454ed..2af5ff2110b 100644 --- a/Master/texmf-dist/tex/latex/lm/lmodern.sty +++ b/Master/texmf-dist/tex/latex/lm/lmodern.sty @@ -1,13 +1,31 @@ % This file belongs to the Latin Modern package. The work is released under -% the GUST Font Source License. See the MANIFEST.txt and README.eng files +% the GUST Font License. See the MANIFEST.txt and README.eng files % for the details. For the most recent version of this license see -% http://www.gust.org.pl/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt or -% http://tug.org/fonts/licenses/GUST-FONT-SOURCE-LICENSE.txt +% http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt or +% http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt -\ProvidesPackage{lmodern}[2005/02/28] +\ProvidesPackage{lmodern}[2007/01/14 v1.3 Latin Modern Fonts] \renewcommand{\rmdefault}{lmr} \renewcommand{\sfdefault}{lmss} \renewcommand{\ttdefault}{lmtt} +\SetSymbolFont{operators} {normal}{OT1}{lmr} {m}{n} +\SetSymbolFont{letters} {normal}{OML}{lmm} {m}{it} +\SetSymbolFont{symbols} {normal}{OMS}{lmsy}{m}{n} +\SetSymbolFont{largesymbols}{normal}{OMX}{lmex}{m}{n} +\SetSymbolFont{operators} {bold} {OT1}{lmr} {bx}{n} +\SetSymbolFont{letters} {bold} {OML}{lmm} {b}{it} +\SetSymbolFont{symbols} {bold} {OMS}{lmsy}{b}{n} +\SetSymbolFont{largesymbols}{bold} {OMX}{lmex}{m}{n} + +\SetMathAlphabet{\mathbf}{normal}{OT1}{lmr}{bx}{n} +\SetMathAlphabet{\mathsf}{normal}{OT1}{lmss}{m}{n} +\SetMathAlphabet{\mathit}{normal}{OT1}{lmr}{m}{it} +\SetMathAlphabet{\mathtt}{normal}{OT1}{lmtt}{m}{n} +\SetMathAlphabet{\mathbf}{bold} {OT1}{lmr}{bx}{n} +\SetMathAlphabet{\mathsf}{bold} {OT1}{lmss}{bx}{n} +\SetMathAlphabet{\mathit}{bold} {OT1}{lmr}{bx}{it} +\SetMathAlphabet{\mathtt}{bold} {OT1}{lmtt}{m}{n} + \endinput |