diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-24 19:16:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-24 19:16:16 +0000 |
commit | 0a6c1f047b3e08d3fb3d4fc453180ec026491f9e (patch) | |
tree | 3b047d50a9a4b11b6426720e159aed2982e4fb86 /Build/source/texk/dvipsk/contrib | |
parent | 5d073ea1c013de6b73c47c8d3686f72e262d3546 (diff) |
rm stale INSTALLATION file and reencode directory, except for the treen test scripts
git-svn-id: svn://tug.org/texlive/trunk@16503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/contrib')
-rw-r--r-- | Build/source/texk/dvipsk/contrib/treen.sh | 40 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/contrib/treen2.sh | 12 |
2 files changed, 52 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/contrib/treen.sh b/Build/source/texk/dvipsk/contrib/treen.sh new file mode 100644 index 00000000000..33270559f5b --- /dev/null +++ b/Build/source/texk/dvipsk/contrib/treen.sh @@ -0,0 +1,40 @@ +#!/bin/csh +# Tests font reencoding +afm2tfm Times-Roman.afm -v ptmr0 rptmr0 +afm2tfm Times-Roman.afm -P extex.enc -v ptmr1 rptmr1 +afm2tfm Times-Roman.afm -T extex.enc -v ptmr2 rptmr2 +afm2tfm Times-Roman.afm -t extex.enc -v ptmr3 rptmr3 +afm2tfm Times-Roman.afm -T extex.enc -V ptmr4 rptmr4 +# these three should all be the same +cmp rptmr4.tfm rptmr2.tfm +cmp rptmr4.tfm rptmr1.tfm +# these two should be the same +cmp rptmr0.tfm rptmr3.tfm +afm2tfm Times-Roman.afm -T extex.enc -V ptmr4 rptmr2 +vptovf ptmr0.vpl ptmr0.vf ptmr0.tfm +vptovf ptmr1.vpl ptmr1.vf ptmr1.tfm +vptovf ptmr2.vpl ptmr2.vf ptmr2.tfm +vptovf ptmr3.vpl ptmr3.vf ptmr3.tfm +vptovf ptmr4.vpl ptmr4.vf ptmr4.tfm +tex testfont <<EOF +ptmr0 +\leftline{\bf Normal (original) Times-Roman; Standard + Text} +\sample\init +rptmr0 +\table\vfill\eject\init +ptmr1 +\leftline{\bf Times-Roman; Extended + Text} +\sample\init +rptmr1 +\table\vfill\eject\init +ptmr2 +\leftline{\bf Times-Roman; Extended + Extended} +\sample\vfill\eject\init +ptmr3 +\leftline{\bf Times-Roman; Standard + Extended} +\sample\vfill\eject\init +ptmr4 +\leftline{\bf Times-Roman Small Caps; Extended + Extended} +\sample\bye +EOF +dvips testfont -t testfont.ps diff --git a/Build/source/texk/dvipsk/contrib/treen2.sh b/Build/source/texk/dvipsk/contrib/treen2.sh new file mode 100644 index 00000000000..7c5da3a4a13 --- /dev/null +++ b/Build/source/texk/dvipsk/contrib/treen2.sh @@ -0,0 +1,12 @@ +#!/bin/csh +# Tests font reencoding +afm2tfm Times-Roman.afm -T funky.enc -v ptmr9 rptmr9 +vptovf ptmr9.vpl ptmr9.vf ptmr9.tfm +tex testfont <<EOF +ptmr9 +\leftline{\bf Funky Times-Roman; Standard + Funky} +\sample +Y through x or x. pp and then pp and then pp. pp//pp//pp. ++ // pippy +\bye +EOF +dvips testfont -o testfont.ps |