blob: 225221fde245b248d3fcfb929774c7e127fe4086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
%%
%% 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}
[2019/04/04]
\providecommand{\EC@family}[5]{%
\DeclareFontShape{#1}{#2}{#3}{#4}%
{
<-6> #50500
<6-7> #50600
<7-8> #50700
<8-9> #50800
<9-10> #50900
<10-10.95> #51000
<10.95-12> #51095
<12-14> #51200
<14-17> #51440
<17-20> #51728
<20-24> #52074
<24-29> #52488
<29-35> #52986
<35-> #53583
}{}}
\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}{%
<->ecssdc10
}{}
\endinput
%%
%% End of file `t1xcmss.fd'.
|