blob: ee981d9ef8463f66679f8305e9785b4e015910da (
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
|
%%
%% This is file `t2dcmr.fd',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ucs.dtx (with options: `t2dcmr.fd')
%%
%% Copyright 2001 Dominique Unruh <dominique@unruh.de>
%%
%% This program is provided under the terms of the LaTeX Project Public
%% License with some modifications.
%% See the file LICENSE (http://www.unruh.de/DniQ/latex/unicode/content/LICENSE)
%% for information.
%%
\ProvidesFile{t2dcmr.fd}
[Experimental T2D cmr]
\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{T2D}{cmr}{}
\EC@family{T2D}{cmr}{m}{n}{ldrm}
\EC@family{T2D}{cmr}{m}{sl}{ldsl}
\EC@family{T2D}{cmr}{m}{it}{ldti}
\EC@family{T2D}{cmr}{m}{sc}{ldcc}
\EC@family{T2D}{cmr}{bx}{n}{ldbx}
\EC@family{T2D}{cmr}{b}{n}{ldrb}
\EC@family{T2D}{cmr}{bx}{it}{ldbi}
\EC@family{T2D}{cmr}{bx}{sl}{ldbl}
\EC@family{T2D}{cmr}{bx}{sc}{ldxc}
\EC@family{T2D}{cmr}{m}{ui}{ldui}
|