summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pclnfss/src/fonthp.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pclnfss/src/fonthp.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/pclnfss/src/fonthp.tex')
-rw-r--r--macros/latex/contrib/pclnfss/src/fonthp.tex28
1 files changed, 28 insertions, 0 deletions
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