summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-29 00:11:18 +0000
committerKarl Berry <karl@freefriends.org>2008-09-29 00:11:18 +0000
commit03e895528bdcda911fdf41b8e1da264aef4516d5 (patch)
treea9fdaa65771f5c02008b28b33b3eb861cbdcd869 /Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc
parent9ab8b11d71a0b50e015a4385a7c8b9a1edebc4a4 (diff)
fontinst 1.929 (28sep08)
git-svn-id: svn://tug.org/texlive/trunk@10781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc')
-rw-r--r--Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc18
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc b/Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc
deleted file mode 100644
index ef0ca64104c..00000000000
--- a/Master/texmf-dist/tex/fontinst/cyrfinst/etc/showenc
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# sample usage:
-# showenc T2A
-# showenc OT1 '\setint{monowidth}{1}'
-
-latex << EOF | perl -ne 'next if (!s/^SLOT: //); s,\n,\0,; $q.=$_;
- END { $_=$q; s,\0\[LIG] ([^\0]*), L $1,g; s,\0,\n,g; print }'
-\input fontinst.sty
-\catcode\`\_=11
-$2
-\def\setint#1#2{}
-\def\setslot#1{\edef\slot_name{#1}\do_slot
- \typeout{SLOT: \the\slot_number\space\slot_name\space;}}
-\def\ligature#1#2#3{\typeout{SLOT: [#1] #2 #3 ;}\vpl_ligature{#1}{#2}{#3}}
-\inputetx{$1}
-\bye
-EOF
-rm -f fontinst.log