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
|
%%%========================================================================
%%% @TeX-font-encoding-file{
%%% author = "Alan Jeffrey",
%%% version = "1.30",
%%% date = "29 December 1993",
%%% time = "20:12:28 BST",
%%% filename = "ot1tt.etx",
%%% address = "School of Cognitive and Computing Sciences
%%% University of Sussex
%%% Brighton BN1 9QH
%%% UK",
%%% telephone = "+44 273 606755 x 3238",
%%% FAX = "+44 273 678188",
%%% checksum = "???",
%%% email = "alanje@cogs.sussex.ac.uk",
%%% codetable = "ISO/ASCII",
%%% keywords = "encoding, Cork, TeX, PostScript",
%%% supported = "yes",
%%% abstract = "This is the Cork encoding as a TeX font
%%% encoding file, for use with the fontinst
%%% font installation package.",
%%% docstring = "The checksum field above contains a CRC-16
%%% checksum as the first value, followed by the
%%% equivalent of the standard UNIX wc (word
%%% count) utility output of lines, words, and
%%% characters. This is produced by Robert
%%% Solovay's checksum utility.",
%%% package = "fontinst",
%%% dependencies = "fontinst.sty, ltugboat.sty, ot1.etx",
%%% }
%%%========================================================================
\relax
\encoding
% We define the parameters for ot1.etx to produce a typewriter font.
\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{dollar}
% Then we call ot1.etx.
\inputetx{OT1}
\endencoding
|