blob: bd16d5125ba5870ff7af357958d1cbff3e4d1e79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\relax
% LCYitt.etx -- install an LCY-encoded italic typewriter font
%
% We _do_ need to distinguish between upright and italic in LCY,
% because of `sterling' and `dollar' sharing the same slot.
\encoding
\setcommand\lc#1#2{#2}
\setcommand\uc#1#2{#1}
\setcommand\lclig#1#2{#2}
\setcommand\uclig#1#2{#1}
\setcommand\digit#1{#1}
\setcommand\tty{y}
\setcommand\currency{sterling}
\inputetx{LCY}
\endencoding
|