From 8be0d7283426b03dafa322c7f11f62980f631779 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 28 Apr 2013 23:22:15 +0000 Subject: sansmathfonts (28apr13) git-svn-id: svn://tug.org/texlive/trunk@30148 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd | 31 ++++++ .../tex/latex/sansmathfonts/omscmsssy.fd | 28 ++++++ .../tex/latex/sansmathfonts/omxcmssex.fd | 24 +++++ .../texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd | 99 ++++++++++++++++++++ .../texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd | 104 +++++++++++++++++++++ .../tex/latex/sansmathfonts/sansmathfonts.sty | 93 ++++++++++++++++++ .../texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd | 43 +++++++++ .../texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd | 99 ++++++++++++++++++++ .../texmf-dist/tex/latex/sansmathfonts/ussesint.fd | 24 +++++ .../texmf-dist/tex/latex/sansmathfonts/ussmsa.fd | 24 +++++ .../texmf-dist/tex/latex/sansmathfonts/ussmsb.fd | 24 +++++ .../texmf-dist/tex/latex/sansmathfonts/uxcmss.fd | 104 +++++++++++++++++++++ 12 files changed, 697 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/omscmsssy.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ot1cmsmf.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/sansmathfonts.sty create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ussesint.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ussmsa.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/ussmsb.fd create mode 100644 Master/texmf-dist/tex/latex/sansmathfonts/uxcmss.fd (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd b/Master/texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd new file mode 100644 index 00000000000..d2893bdc757 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/omlcmssm.fd @@ -0,0 +1,31 @@ +%% +%% This is file `omlcmssm.fd', +%% based on the file `omlcmm.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{omlcmssm.fd} + [2013/03/22] +\DeclareFontFamily{OML}{cmssm}{\skewchar\font127 } +\DeclareFontShape{OML}{cmssm}{m}{it}% + {<5><6><7><8><9>gen*cmssmi% + <10><10.95><12><14.4><17.28><20.74><24.88>cmssmi10% + }{} +\DeclareFontShape{OML}{cmssm}{b}{it}{% + <5><6><7><8><9>gen*cmssmib% + <10><10.95><12><14.4><17.28><20.74><24.88>cmssmib10% + }{} +\DeclareFontShape{OML}{cmssm}{bx}{it}% + {<->ssub*cmssm/b/it}{} +\endinput +%% +%% End of file `omlcmssm.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/omscmsssy.fd b/Master/texmf-dist/tex/latex/sansmathfonts/omscmsssy.fd new file mode 100644 index 00000000000..9b07af94bf4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/omscmsssy.fd @@ -0,0 +1,28 @@ +%% +%% This is file `omscmsssy.fd', +%% based on the file `omscmsy.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{omscmsssy.fd} + [2013/03/22] +\DeclareFontFamily{OMS}{cmsssy}{\skewchar\font48 } +\DeclareFontShape{OMS}{cmsssy}{m}{n}{% + <5><6><7><8><9><10>gen*cmsssy% + <10.95><12><14.4><17.28><20.74><24.88>cmsssy10% + }{} +\DeclareFontShape{OMS}{cmsssy}{b}{n}{% + <5><6><7><8><9>gen*cmssbsy% + <10><10.95><12><14.4><17.28><20.74><24.88>cmssbsy10% + }{} +\endinput +%% +%% End of file `omscmsy.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd b/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd new file mode 100644 index 00000000000..f6526c76bab --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/omxcmssex.fd @@ -0,0 +1,24 @@ +%% +%% This is file `omxcmssex.fd', +%% based on the file `omxcmex.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{omxcmssex.fd} + [2013/03/22] +\DeclareFontFamily{OMX}{cmssex}{} +\DeclareFontShape{OMX}{cmssex}{m}{n}{% + <->sfixed*cmssex10% + }{} +\endinput +%% +%% End of file `omxcmssex.fd'. 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'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd new file mode 100644 index 00000000000..535079ebf82 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ot1xcmss.fd @@ -0,0 +1,104 @@ +%% +%% This is file `ot1xcmss.fd', +%% based on the file `ot1cmss.fd'. +%% +%% It is part of the sansmathfonts package. +%% +%% 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{ot1xcmss.fd} + [2013/03/22] +\DeclareFontFamily{OT1}{xcmss}{\hyphenchar\font45 } +\DeclareFontShape{OT1}{xcmss}{m}{n} + {% + <5><6><7><8>cmss8% + <9>cmss9% + <10><10.95>cmss10% + <12><14.4>cmss12% + <17.28><20.74><24.88>cmss17% + }{} +\DeclareFontShape{OT1}{xcmss}{m}{it} + {<->ssub*xcmss/m/sl}{} +\DeclareFontShape{OT1}{xcmss}{m}{sl} + {% + <5><6><7><8>cmssi8% + <9>cmssi9% + <10><10.95>cmssi10% + <12><14.4>cmssi12% + <17.28><20.74><24.88>cmssi17% + }{} +% Bold sans serif and bold slanted (Sauter versions) +\DeclareFontShape{OT1}{xcmss}{bx}{n} + {% + <5><6><7><8>cmssbx8% + <9>cmssbx9% + <10><10.95>cmssbx10% + <12><14.4>cmssbx12% + <17.28><20.74><24.88>cmssbx17% + }{} +\DeclareFontShape{OT1}{xcmss}{bx}{it} + {<->ssub*xcmss/bx/sl}{} +\DeclareFontShape{OT1}{xcmss}{bx}{sl} + {% + <5><6><7><8>cmssxi8% + <9>cmssxi9% + <10><10.95>cmssxi10% + <12><14.4>cmssxi12% + <17.28><20.74><24.88>cmssxi17% + }{} +% New: small caps +\DeclareFontShape{OT1}{xcmss}{m}{sc} + {% + <5><6><7><8>cmsscsc8% + <9>cmsscsc9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsscsc10% + }{} +\DeclareFontShape{OT1}{xcmss}{m}{scit} + {<->ssub*xcmss/m/scsl}{} +\DeclareFontShape{OT1}{xcmss}{m}{scsl} + {% + <5><6><7><8>cmsscsci8% + <9>cmsscsci9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsscsci10% + }{} +\DeclareFontShape{OT1}{xcmss}{bx}{sc} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssbxcsc10% + }{} +\DeclareFontShape{OT1}{xcmss}{bx}{scit} + {<->ssub*xcmss/bx/scsl}{} +\DeclareFontShape{OT1}{xcmss}{bx}{scsl} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssxicsc10% + }{} +% Odd shapes +\DeclareFontShape{OT1}{xcmss}{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}{xcmss}{m}{ui} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssu10% + }{} +\DeclareFontShape{OT1}{xcmss}{bx}{ui} + {<->sub*cmsmf/m/ui}{} +\endinput +%% +%% End of file `ot1xcmss.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/sansmathfonts.sty b/Master/texmf-dist/tex/latex/sansmathfonts/sansmathfonts.sty new file mode 100644 index 00000000000..bb47e5ff753 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/sansmathfonts.sty @@ -0,0 +1,93 @@ +% sansmathfonts.sty +% +% Provides complete sans serif math fonts +% +% author: Ariel Barton +% +% Copyright Ariel Barton, 2013 +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3 of this license or (at your option) any +% later version. +% The latest version of the license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of +% LaTeX version 2003/06/01 or later. +% +% This work has the LPPL maintenance status "author-maintained". +% +% The complete list of files considered part of this work is in +% the file `sansmathfonts.pdf' and its source code `sansmathfonts.tex'. +% + +\ProvidesPackage{sansmathfonts}[2013/03/22] + +\newif \ifmath@sansmathfonts \math@sansmathfontstrue + +\def\sfdefault@sansmathfonts{xcmss} + +\DeclareOption{notmath}{\math@sansmathfontsfalse} +\DeclareOption{I}{\def\sfdefault@sansmathfonts{cmsmf}} + +\ProcessOptions + +\ifmath@sansmathfonts + +% Turn off Beamer math replacements +\@ifpackageloaded{beamerbasefont}{\usefonttheme{professionalfonts}}{} + +% Sans serif math +% Code borrowed from fontmath.ltx +% (edited; cmr->cmsmf, cmm->cmssm, cmsy->cmsssy, cmex->cmssex) +\DeclareFontSubstitution{OML}{cmssm}{m}{it} +\DeclareFontSubstitution{OMS}{cmsssy}{m}{n} +\DeclareFontSubstitution{OMX}{cmssex}{m}{n} +\DeclareFontSubstitution{U}{\sfdefault@sansmathfonts}{m}{n} +\DeclareSymbolFont{operators} {OT1}{cmsmf} {m}{n} +\DeclareSymbolFont{letters} {OML}{cmssm} {m}{it} +\DeclareSymbolFont{symbols} {OMS}{cmsssy}{m}{n} +\DeclareSymbolFont{largesymbols}{OMX}{cmssex}{m}{n} +\SetSymbolFont{operators}{bold}{OT1}{cmsmf} {bx}{n} +\SetSymbolFont{letters} {bold}{OML}{cmssm} {b}{it} +\SetSymbolFont{symbols} {bold}{OMS}{cmsssy}{b}{n} + +% Code borrowed from concmath.sty (amsfonts/amssymb option) +\AtBeginDocument{% + \@ifpackageloaded{amsfonts}{% + \DeclareSymbolFont{AMSa}{U}{ssmsa}{m}{n} + \DeclareSymbolFont{AMSb}{U}{ssmsb}{m}{n} + }{}% + \@ifpackageloaded{esint}{% + \DeclareSymbolFont{largesymbolsA}{U}{ssesint}{m}{n} + }{} + } + +% beamer currently sets +% \mathrm to upright serif and +% \mathit to slanted sans serif. +% They should be consistent, +% and the setup should be such that if you aren't paying attention, +% then you get the font of the rest of the letters, +% that is, sans serif. + +% Code borrowed from fontmath.ltx +% (edited; cmr->cmsmf) +\DeclareSymbolFontAlphabet{\mathrm} {operators} +\DeclareSymbolFontAlphabet{\mathnormal}{letters} +\DeclareSymbolFontAlphabet{\mathcal} {symbols} +\DeclareMathAlphabet {\mathbf}{OT1}{cmsmf}{bx}{n} +\DeclareMathAlphabet {\mathsf}{OT1}{cmsmf}{m}{n} +\DeclareMathAlphabet {\mathit}{OT1}{cmsmf}{m}{it} +\DeclareMathAlphabet {\mathtt}{OT1}{cmtt}{m}{n} +\SetMathAlphabet\mathsf{bold}{OT1}{cmsmf}{bx}{n} +\SetMathAlphabet\mathit{bold}{OT1}{cmsmf}{bx}{it} + +\fi + +\DeclareMathAlphabet {\mathserif}{OT1}{cmr}{m}{n} + +% Use the improved sans family +% (provides sans serif small caps fonts) +\def\sfdefault{\sfdefault@sansmathfonts} + diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd b/Master/texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd new file mode 100644 index 00000000000..74128d38bd8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/t1xcmss.fd @@ -0,0 +1,43 @@ +%% +%% This is file `t1xcmss.fd', +%% based on the file `t1cmss.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{t1xcmss.fd} + [2013/03/22] +\providecommand{\EC@family}[5]{% + \DeclareFontShape{#1}{#2}{#3}{#4}% + {<5><6><7><8><9><10><10.95><12><14.4>% + <17.28><20.74><24.88><29.86><35.83>genb*#5}{}} +\DeclareFontFamily{T1}{xcmss}{} +\EC@family{T1}{xcmss}{m}{n}{ecss} +\EC@family{T1}{xcmss}{m}{sl}{ecsi} +\EC@family{T1}{xcmss}{m}{it}{ecsi} +\EC@family{T1}{xcmss}{m}{sc}{eczz} % New: sans serif small caps +\EC@family{T1}{xcmss}{m}{scit}{eczi} % New: slanted sans serif small caps +\EC@family{T1}{xcmss}{m}{scsl}{eczi} % New: slanted sans serif small caps +\EC@family{T1}{xcmss}{bx}{n}{ecsx} +\EC@family{T1}{xcmss}{bx}{it}{ecso} +\EC@family{T1}{xcmss}{bx}{sl}{ecso} +\EC@family{T1}{xcmss}{bx}{sc}{eczx} % New: bold sans serif small caps +\EC@family{T1}{xcmss}{bx}{scsl}{eczo} % New: slanted bold sans serif small caps +\EC@family{T1}{xcmss}{bx}{scit}{eczo} % New: slanted bold sans serif small caps +%%%%%%% semibold condensed series +\DeclareFontShape{T1}{xcmss}{sbc}{n}{% + <5><6><7><8><9><10><10.95><12><14.4><17.28>% + <20.74><24.88>% +ecssdc10 + }{} +\endinput +%% +%% End of file `t1xcmss.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd new file mode 100644 index 00000000000..d258cea0df0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ucmsmf.fd @@ -0,0 +1,99 @@ +ot%% +%% This is file `ucmsmf.fd', +%% based on the file `ot1cmsmf.fd' (and thus on 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{ucmsmf.fd} + [2013/03/22] +\DeclareFontFamily{U}{cmsmf}{\hyphenchar\font45 } +% Serifed I, Pi, Xi +\DeclareFontShape{U}{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{U}{cmsmf}{m}{it} + {<->ssub*cmsmf/m/sl}{} +\DeclareFontShape{U}{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{U}{cmsmf}{bx}{n} + {% + <5><6><7><8><9>cmsmfbx10% + <10><10.95><12><14.4><17.28><20.74><24.88>cmsmfbx10% + }{} +\DeclareFontShape{U}{cmsmf}{bx}{it} + {<->ssub*cmsmf/bx/sl}{} +\DeclareFontShape{U}{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{U}{cmsmf}{m}{sc} + {% + <5><6><7><8>cmsmfcsc8% + <9>cmsmfcsc9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfcsc10% + }{} +\DeclareFontShape{U}{cmsmf}{m}{scit} + {<->ssub*cmsmf/m/scsl}{} +\DeclareFontShape{U}{cmsmf}{m}{scsl} + {% + <5><6><7><8>cmsmfcsci8% + <9>cmsmfcsci9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfcsci10% + }{} +\DeclareFontShape{U}{cmsmf}{bx}{sc} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfbxcsc10% + }{} +\DeclareFontShape{U}{cmsmf}{bx}{scit} + {<->ssub*cmsmf/bx/scsl}{} +\DeclareFontShape{U}{cmsmf}{bx}{scsl} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsmfxicsc10% + }{} +% Odd shapes +\DeclareFontShape{U}{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{U}{cmsmf}{m}{ui} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssu10% + }{} +\DeclareFontShape{U}{cmsmf}{bx}{ui} + {<->sub*cmsmf/m/ui}{} +\endinput +%% +%% End of file `ucmsmf.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ussesint.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ussesint.fd new file mode 100644 index 00000000000..991974ab820 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ussesint.fd @@ -0,0 +1,24 @@ +%% +%% This is file `ussesint.fd', +%% based on the file `uesint.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{ussesint.fd}[2013/03/22] +\DeclareFontFamily{U}{ssesint}{} +\DeclareFontShape{U}{ssesint}{m}{n}{ + <-> ssesint10 + }{} +\endinput +%% +%% End of file `ussesint.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ussmsa.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ussmsa.fd new file mode 100644 index 00000000000..ad2068b706e --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ussmsa.fd @@ -0,0 +1,24 @@ +%% +%% This is file `ussmsa.fd', +%% based on the file `umsa.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{ussmsa.fd} [2013/03/22] +\DeclareFontFamily{U}{ssmsa}{} +\DeclareFontShape{U}{ssmsa}{m}{n}{% + <-6>ssmsam5% + <6-8>ssmsam7% + <8->ssmsam10% +}{} +\endinput +%% +%% End of file `ussmsa.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/ussmsb.fd b/Master/texmf-dist/tex/latex/sansmathfonts/ussmsb.fd new file mode 100644 index 00000000000..a40c29584b8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/ussmsb.fd @@ -0,0 +1,24 @@ +%% +%% This is file `ussmsb.fd', +%% based on the file `umsb.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{ussmsb.fd} [2013/03/22] +\DeclareFontFamily{U}{ssmsb}{} +\DeclareFontShape{U}{ssmsb}{m}{n}{% + <-6>ssmsbm5% + <6-8>ssmsbm7% + <8->ssmsbm10% +}{} +\endinput +%% +%% End of file `ussmsb.fd'. diff --git a/Master/texmf-dist/tex/latex/sansmathfonts/uxcmss.fd b/Master/texmf-dist/tex/latex/sansmathfonts/uxcmss.fd new file mode 100644 index 00000000000..3b815c86c48 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sansmathfonts/uxcmss.fd @@ -0,0 +1,104 @@ +%% +%% This is file `uxcmss.fd', +%% based on the file `ot1xcmss.fd' (and thus on ot1cmss.fd). +%% +%% It is part of the sansmathfonts package. +%% +%% 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{uxcmss.fd} + [2013/03/22] +\DeclareFontFamily{U}{xcmss}{\hyphenchar\font45 } +\DeclareFontShape{U}{xcmss}{m}{n} + {% + <5><6><7><8>cmss8% + <9>cmss9% + <10><10.95>cmss10% + <12><14.4>cmss12% + <17.28><20.74><24.88>cmss17% + }{} +\DeclareFontShape{U}{xcmss}{m}{it} + {<->ssub*xcmss/m/sl}{} +\DeclareFontShape{U}{xcmss}{m}{sl} + {% + <5><6><7><8>cmssi8% + <9>cmssi9% + <10><10.95>cmssi10% + <12><14.4>cmssi12% + <17.28><20.74><24.88>cmssi17% + }{} +% Bold sans serif and bold slanted (Sauter versions) +\DeclareFontShape{U}{xcmss}{bx}{n} + {% + <5><6><7><8>cmssbx8% + <9>cmssbx9% + <10><10.95>cmssbx10% + <12><14.4>cmssbx12% + <17.28><20.74><24.88>cmssbx17% + }{} +\DeclareFontShape{U}{xcmss}{bx}{it} + {<->ssub*xcmss/bx/sl}{} +\DeclareFontShape{U}{xcmss}{bx}{sl} + {% + <5><6><7><8>cmssxi8% + <9>cmssxi9% + <10><10.95>cmssxi10% + <12><14.4>cmssxi12% + <17.28><20.74><24.88>cmssxi17% + }{} +% New: small caps +\DeclareFontShape{U}{xcmss}{m}{sc} + {% + <5><6><7><8>cmsscsc8% + <9>cmsscsc9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsscsc10% + }{} +\DeclareFontShape{U}{xcmss}{m}{scit} + {<->ssub*xcmss/m/scsl}{} +\DeclareFontShape{U}{xcmss}{m}{scsl} + {% + <5><6><7><8>cmsscsci8% + <9>cmsscsci9% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmsscsci10% + }{} +\DeclareFontShape{U}{xcmss}{bx}{sc} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssbxcsc10% + }{} +\DeclareFontShape{U}{xcmss}{bx}{scit} + {<->ssub*xcmss/bx/scsl}{} +\DeclareFontShape{U}{xcmss}{bx}{scsl} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssxicsc10% + }{} +% Odd shapes +\DeclareFontShape{U}{xcmss}{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{U}{xcmss}{m}{ui} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4>% + <17.28><20.74><24.88>cmssu10% + }{} +\DeclareFontShape{U}{xcmss}{bx}{ui} + {<->sub*cmsmf/m/ui}{} +\endinput +%% +%% End of file `uxcmss.fd'. -- cgit v1.2.3