You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.6 KiB
42 lines
1.6 KiB
% This file belongs to the Latin Modern package. The work is released
|
|
% under the GUST Font License. See the MANIFEST-Latin-Modern.txt and
|
|
% README-Latin-Modern.txt files for the details. For the most recent version of
|
|
% this license see http://www.gust.org.pl/fonts/licenses/GUST-FONT-LICENSE.txt
|
|
% or http://tug.org/fonts/licenses/GUST-FONT-LICENSE.txt
|
|
|
|
\ProvidesPackage{lmodern}[2009/10/30 v1.6 Latin Modern Fonts]
|
|
|
|
\renewcommand{\rmdefault}{lmr}
|
|
\renewcommand{\sfdefault}{lmss}
|
|
\renewcommand{\ttdefault}{lmtt}
|
|
|
|
\DeclareOption{nomath}{\endinput}
|
|
\DeclareOption{variablett}{%
|
|
\renewcommand{\ttdefault}{lmvtt}
|
|
}
|
|
\DeclareOption{lighttt}{%
|
|
\let\lmtt@use@light@as@normal\@empty
|
|
}
|
|
\ProcessOptions\relax
|
|
|
|
\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}
|
|
|
|
\def\mathsterling{\mathit{\mathchar"70BF}}
|
|
|
|
\endinput
|
|
|