diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-28 23:22:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-28 23:22:15 +0000 |
commit | 8be0d7283426b03dafa322c7f11f62980f631779 (patch) | |
tree | 9845f7cdd0dc5ba6303a629a2ab44f822cb4e0c8 /Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd | |
parent | f5e7ac879be880f67746b785fa8060fcc0e4d8d9 (diff) |
sansmathfonts (28apr13)
git-svn-id: svn://tug.org/texlive/trunk@30148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd new file mode 100644 index 00000000000..e145795b0de --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd @@ -0,0 +1,99 @@ +%% +%% This is file `ot1cmsmf.fd', +%% based on the file `ot1cmss.fd'. +%% +%% It is part of the sansmathfonts package. +%% +%% It may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3c +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% +\ProvidesFile{ot1cmsmf.fd} + [2013/03/22] +\DeclareFontFamily{OT1}{cmsmf}{\hyphenchar\font45 } +% Serifed I, Pi, Xi +\DeclareFontShape{OT1}{cmsmf}{m}{n} + {% + <5><6><7><8>cmsmf8% + <9>cmsmf9% + <10><10.95>cmsmf10% + <12><14.4>cmsmf12% + <17.28><20.74><24.88>cmsmf17% + }{} +\DeclareFontShape{OT1}{cmsmf}{m}{it} + {<->ssub*cmsmf/m/sl}{} +\DeclareFontShape{OT1}{cmsmf}{m}{sl} + {% + <5><6><7><8>cmsmfi8% + <9>cmsmfi9% + <10><10.95>cmsmfi10% + <12><14.4>cmsmfi12% + <17.28><20.74><24.88>cmsmfi17% + }{} +\DeclareFontShape{OT1}{cmsmf}{bx}{n} + {% + <5><6><7><8><9>cmsmfbx10% + <10><10.95><12><14.4><17.28><20.74><24.88>cmsmfbx10% + }{} +\DeclareFontShape{OT1}{cmsmf}{bx}{it} + {<->ssub*cmsmf/bx/sl}{} +\DeclareFontShape{OT1}{cmsmf}{bx}{sl} + {% + <5><6><7><8><9>cmsmfxi10% + <10><10.95><12><14.4><17.28><20.74><24.88>cmsmfxi10% + }{} +% Small caps +\DeclareFontShape{OT1}{cmsmf}{m}{sc} + {% + <5><6><7><8>cmsmfcsc8% + <9>cmsmfcsc9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfcsc10% + }{} +\DeclareFontShape{OT1}{cmsmf}{m}{scit} + {<->ssub*cmsmf/m/scsl}{} +\DeclareFontShape{OT1}{cmsmf}{m}{scsl} + {% + <5><6><7><8>cmsmfcsci8% + <9>cmsmfcsci9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfcsci10% + }{} +\DeclareFontShape{OT1}{cmsmf}{bx}{sc} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfbxcsc10% + }{} +\DeclareFontShape{OT1}{cmsmf}{bx}{scit} + {<->ssub*cmsmf/bx/scsl}{} +\DeclareFontShape{OT1}{cmsmf}{bx}{scsl} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfxicsc10% + }{} +% Odd shapes +\DeclareFontShape{OT1}{cmsmf}{sbc}{n} + {% + <5><6><7><8><9>cmssdc10% + <10><10.95><12><14.4><17.28><20.74><24.88>cmssdc10% + }{} +% The following shapes are necessary for a correct +% \pounds symbol +\DeclareFontShape{OT1}{cmsmf}{m}{ui} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssu10% + }{} +\DeclareFontShape{OT1}{cmsmf}{bx}{ui} + {<->sub*cmsmf/m/ui}{} +\endinput +%% +%% End of file `ot1cmsmf.fd'. |