summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lm/lmodern.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-30 00:08:58 +0000
committerKarl Berry <karl@freefriends.org>2009-09-30 00:08:58 +0000
commit5e098aa246078165cc3b574dd5568e8b1fed2ea0 (patch)
tree29bbc130a808b30b1b79b8eb4b9584586afaa7a1 /Master/texmf-dist/tex/latex/lm/lmodern.sty
parentab32512d3febc3b84765830b7a8a33a29e2c4e42 (diff)
lm 2.003 (29sep09)
git-svn-id: svn://tug.org/texlive/trunk@15566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lm/lmodern.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lm/lmodern.sty17
1 files changed, 14 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/lm/lmodern.sty b/Master/texmf-dist/tex/latex/lm/lmodern.sty
index 86d205d97fe..3754d062ed3 100644
--- a/Master/texmf-dist/tex/latex/lm/lmodern.sty
+++ b/Master/texmf-dist/tex/latex/lm/lmodern.sty
@@ -1,15 +1,24 @@
-% This file belongs to the Latin Modern package. The work is released under
-% the GUST Font License. See the MANIFEST-Latin-Modern.txt and
+% 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}[2007/01/14 v1.3 Latin Modern Fonts]
+\ProvidesPackage{lmodern}[2009/08/12 v1.4 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}
@@ -28,4 +37,6 @@
\SetMathAlphabet{\mathit}{bold} {OT1}{lmr}{bx}{it}
\SetMathAlphabet{\mathtt}{bold} {OT1}{lmtt}{m}{n}
+\def\mathsterling{\mathit{\mathchar"70BF}}
+
\endinput