summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pclnfss/src/fonthp.tex
blob: 178c68cd0f355fb1cbeeaf27363af842122eb9e0 (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
% fonthp.tex -- generate the font \karl.vpl from input files \avail (+latin).
% This is \input by (e.g.) cunm.tex (which is created automatically by
% the GNUmakefile.)

\input fontinst.sty

\errorcontextlines = -1

% These map the strings found in PL files to filenames.
\declareencoding{8U}{8u}	% roman-8
\declareencoding{10U}{10u}	% PC-8 code page 437
\declareencoding{7J}{7j}	% desktop
\declareencoding{0N}{0n}	% iso latin 1
\declareencoding{2N}{2n}	% iso latin 2
\declareencoding{9T}{9t}	% turkish
\declareencoding{6J}{6j}	% microsoft publishing

\edef\temp{\noexpand\installfont
    {\karl}		% output vpl
    {\avail latin}	% input mtx&pl; \avail ends with comma
    {\outputetx}	% hptex or T1
    {\outputetx}{}{}{}{}	% latex garbage
}
\installfonts
  \temp
\endinstallfonts

\bye