diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/pclnfss/fonthp.tex')
-rw-r--r-- | Master/texmf-dist/source/fonts/pclnfss/fonthp.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/pclnfss/fonthp.tex b/Master/texmf-dist/source/fonts/pclnfss/fonthp.tex new file mode 100644 index 00000000000..178c68cd0f3 --- /dev/null +++ b/Master/texmf-dist/source/fonts/pclnfss/fonthp.tex @@ -0,0 +1,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 |