diff options
Diffstat (limited to 'Master/texmf-dist/doc/plain/plnfss/test-plnfss.tex')
-rw-r--r-- | Master/texmf-dist/doc/plain/plnfss/test-plnfss.tex | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/plain/plnfss/test-plnfss.tex b/Master/texmf-dist/doc/plain/plnfss/test-plnfss.tex new file mode 100644 index 00000000000..9edcfa22a76 --- /dev/null +++ b/Master/texmf-dist/doc/plain/plnfss/test-plnfss.tex @@ -0,0 +1,40 @@ +% plnfss-1.1 + +% Copyright 2003-2005 Han The Thanh <hanthethanh@gmx.net>. +% This file is part of plnfss. License: LPPL, version 1.3 or newer, +% according to http://www.latex-project.org/lppl.txt + +\input plnfss +\input ot1cm.pfd + +\def\testfontdecl#1#2{% + \expandafter\setfont#1/10pt/% + \leftline{% + \hbox to 4cm{\setfont OT1/cmtt/m/n/10pt/#1\hss}% + The quick brown fox jumps over a lazy dog + } + \smallskip +} + +\def\testpfd#1{{% + \centerline{\setfont OT1/cmr/m/n/15pt/Test of \texttt{#1}} + \bigskip + \input #1 + \let\DeclareFont=\testfontdecl + \input #1 + \vfil\eject +}} + +\testpfd{il2cm.pfd} +\testpfd{ly1lm.pfd} +\testpfd{ot1cm.pfd} +\testpfd{ot4cm.pfd} +\testpfd{qxlm.pfd} +\testpfd{t1lm.pfd} +\testpfd{t5cm.pfd} +\testpfd{t5lm.pfd} + +% \testpfd{ot1cmr.pfd} +% \testpfd{t5cmr.pfd} +% \testpfd{ams.pfd} +\bye |