blob: aff193d94242feae89ccf515ae0509aa3de1f0a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\relax
% T2Aij.etx -- install a T2A-encoded italic font with oldstyle digits
%
% We do not need to distinguish between upright and italic in T2A,
% hence we simply call T2A.etx with oldstyle parameters.
\encoding
\setcommand\lc#1#2{#2}
\setcommand\uc#1#2{#1}
\setcommand\lctop#1#2{#2}
\setcommand\uctop#1#2{#1}
\setcommand\lclig#1#2{#2}
\setcommand\uclig#1#2{#1}
\setcommand\digit#1{#1oldstyle}
\inputetx{T2A}
\endencoding
|