From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/pclnfss/src/fonthp.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/pclnfss/src/fonthp.tex (limited to 'macros/latex/contrib/pclnfss/src/fonthp.tex') diff --git a/macros/latex/contrib/pclnfss/src/fonthp.tex b/macros/latex/contrib/pclnfss/src/fonthp.tex new file mode 100644 index 0000000000..178c68cd0f --- /dev/null +++ b/macros/latex/contrib/pclnfss/src/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 -- cgit v1.2.3