blob: f14e4989169ddd71be9eefb1bfd8f08e83e4dc4a (
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
|
\relax
This file is a modified version of OT19.etx, partof the fontinst package.
\encoding
% We define the parameters for OT1.etx to produce a font with old
% style digits.
\setcommand\lc#1#2{#2}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#2}
\setcommand\uclig#1#2{#1}
%% Since oldstyle numerals are unfakable, let's make sure they
%% exist before we define them as such...
\ifisglyph{zerooldstyle}\then % good---they exist!
\setcommand\digit#1{#1oldstyle}
\else
\setcommand\digit#1{#1} % bad---regular digits are beter than nothing.
\fi
\setcommand\currency{dollar}
% Then we call OT1.etx.
\inputetx{OT1}
\endencoding
|