summaryrefslogtreecommitdiff
path: root/fonts/sansmathfonts/tex/ot1xcmss.fd
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/sansmathfonts/tex/ot1xcmss.fd
Initial commit
Diffstat (limited to 'fonts/sansmathfonts/tex/ot1xcmss.fd')
-rw-r--r--fonts/sansmathfonts/tex/ot1xcmss.fd95
1 files changed, 95 insertions, 0 deletions
diff --git a/fonts/sansmathfonts/tex/ot1xcmss.fd b/fonts/sansmathfonts/tex/ot1xcmss.fd
new file mode 100644
index 0000000000..68ef66e78a
--- /dev/null
+++ b/fonts/sansmathfonts/tex/ot1xcmss.fd
@@ -0,0 +1,95 @@
+%%
+%% 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}
+ [2019/04/04]
+\DeclareFontFamily{OT1}{xcmss}{\hyphenchar\font45 }
+\DeclareFontShape{OT1}{xcmss}{m}{n}
+ {%
+ <-9>cmss8%
+ <9-10>cmss9%
+ <10-12>cmss10%
+ <12-17>cmss12%
+ <17->cmss17%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{m}{it}
+ {<->ssub*xcmss/m/sl}{}
+\DeclareFontShape{OT1}{xcmss}{m}{sl}
+ {%
+ <-9>cmssi8%
+ <9-10>cmssi9%
+ <10-12>cmssi10%
+ <12-17>cmssi12%
+ <17->cmssi17%
+ }{}
+% Bold sans serif and bold slanted (Sauter versions)
+\DeclareFontShape{OT1}{xcmss}{bx}{n}
+ {%
+ <-9>cmssbx8%
+ <9-10>cmssbx9%
+ <10-12>cmssbx10%
+ <12-17>cmssbx12%
+ <17->cmssbx17%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{bx}{it}
+ {<->ssub*xcmss/bx/sl}{}
+\DeclareFontShape{OT1}{xcmss}{bx}{sl}
+ {%
+ <-9>cmssxi8%
+ <9-10>cmssxi9%
+ <10-12>cmssxi10%
+ <12-17>cmssxi12%
+ <17->cmssxi17%
+ }{}
+% New: small caps
+\DeclareFontShape{OT1}{xcmss}{m}{sc}
+ {%
+ <-9>cmsscsc8%
+ <9-10>cmsscsc9%
+ <10->cmsscsc10%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{m}{scit}
+ {<->ssub*xcmss/m/scsl}{}
+\DeclareFontShape{OT1}{xcmss}{m}{scsl}
+ {%
+ <-9>cmsscsci8%
+ <9-10>cmsscsci9%
+ <10->cmsscsci10%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{bx}{sc}
+ {%
+ <->cmssbxcsc10%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{bx}{scit}
+ {<->ssub*xcmss/bx/scsl}{}
+\DeclareFontShape{OT1}{xcmss}{bx}{scsl}
+ {%
+ <->cmssxicsc10%
+ }{}
+% Odd shapes
+\DeclareFontShape{OT1}{xcmss}{sbc}{n}
+ {%
+ <->cmssdc10%
+ }{}
+% The following shapes are necessary for a correct
+% \pounds symbol
+\DeclareFontShape{OT1}{xcmss}{m}{ui}
+ {%
+ <->cmssu10%
+ }{}
+\DeclareFontShape{OT1}{xcmss}{bx}{ui}
+ {<->sub*cmsmf/m/ui}{}
+\endinput
+%%
+%% End of file `ot1xcmss.fd'.