summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-01-31 01:17:53 +0000
committerKarl Berry <karl@freefriends.org>2012-01-31 01:17:53 +0000
commit5c01d6ca1760f78d5b83b08e695e958618044348 (patch)
treeaee939610e9d4d0726674255d004253aa7b62a98 /Master/texmf-dist/fonts
parent7897713eab49f38e5bdc53c28bc7d4d770eb9a32 (diff)
tipa non-update, for vowel.pdf (29jan12)
git-svn-id: svn://tug.org/texlive/trunk@25247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts')
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/gentfm.sh34
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/gentipa.sh91
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/gentipx.sh90
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/genxipa.sh67
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/genxipx.sh67
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/mktipapk.sh173
-rw-r--r--Master/texmf-dist/fonts/source/public/tipa/mkxipapk.sh147
7 files changed, 0 insertions, 669 deletions
diff --git a/Master/texmf-dist/fonts/source/public/tipa/gentfm.sh b/Master/texmf-dist/fonts/source/public/tipa/gentfm.sh
deleted file mode 100644
index f7f3dea67ae..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/gentfm.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/bin/sh
-
-modename="ljfour"
-
-tipafonts="tipa10.mf tipa12.mf tipa17.mf tipa8.mf tipa9.mf\
- tipabx10.mf tipabx12.mf tipabx8.mf tipabx9.mf\
- tipasl10.mf tipasl12.mf tipasl8.mf tipasl9.mf\
- tipass10.mf tipass12.mf tipass17.mf tipass8.mf tipass9.mf\
- tipab10.mf tipabs10.mf tipasb10.mf tipasi10.mf\
- tipatt10.mf tipatt12.mf tipatt8.mf tipatt9.mf tipats10.mf"
-
-tipxfonts="tipx10.mf tipx12.mf tipx17.mf tipx8.mf tipx9.mf\
- tipxbx10.mf tipxbx12.mf tipxbx8.mf tipxbx9.mf\
- tipxsl10.mf tipxsl12.mf tipxsl8.mf tipxsl9.mf\
- tipxss10.mf tipxss12.mf tipxss17.mf tipxss8.mf tipxss9.mf\
- tipxb10.mf tipxbs10.mf tipxsb10.mf tipxsi10.mf\
- tipxtt10.mf tipxtt12.mf tipxtt8.mf tipxtt9.mf tipxts10.mf"
-
-xipafonts="xipa10.mf xipab10.mf xipasl10.mf xipass10.mf\
- xipabs10 xipasi10 xipasb10"
-
-xipxfonts="xipx10.mf xipxb10.mf xipxsl10.mf xipxss10.mf\
- xipxbs10 xipxsi10 xipxsb10"
-
-allfonts="$tipafonts $tipxfonts $xipafonts $xipxfonts"
-
-for i in $allfonts
-do
- mf '\mode='$modename'; input' $i
-done
-
-install -c -m 644 *.tfm ../tfm
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/gentipa.sh b/Master/texmf-dist/fonts/source/public/tipa/gentipa.sh
deleted file mode 100644
index 2da32b7d62a..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/gentipa.sh
+++ /dev/null
@@ -1,91 +0,0 @@
-#!/bin/sh
-
-# gentipa.sh --- a shell script for producing TIPA parameter files.
-#
-# 1996/06/24 first version
-# 2001/11/07 bs10 (= BXSL10), sb10 (=SSBX10), si10 (=SSSL10) added.
-# 2001/12/21 tt8, tt9, tt10, tt12, ts10 (=SLTT10) added.
-
-AWK=gawk
-
-DATE="2003/01/01"
-VERSION="1.2"
-
-PARAMFILE="tipaprm.def"
-
-FILES="tipa8 tipa9 tipa10 tipa12 tipa17 tipasl8 tipasl9 tipasl10 tipasl12 \
- tipabx8 tipabx9 tipabx10 tipabx12 tipass8 tipass9 tipass10 tipass12 \
- tipass17 tipab10 tipabs10 tipasb10 tipasi10 \
- tipatt8 tipatt9 tipatt10 tipatt12 tipats10"
-
-for FNAME in $FILES
-do
- case "$FNAME" in
- tipa8) NUM=3; FID="TIPA"; FSIZE="8"; FDESC="Roman 8" ;;
- tipa9) NUM=4; FID="TIPA"; FSIZE="9"; FDESC="Roman 9" ;;
- tipa10) NUM=5; FID="TIPA"; FSIZE="10";FDESC="Roman 10" ;;
- tipa12) NUM=6; FID="TIPA"; FSIZE="12";FDESC="Roman 12" ;;
- tipa17) NUM=7; FID="TIPA"; FSIZE="17.28";FDESC="Roman 17.28" ;;
- tipasl8) NUM=8; FID="TIPASL";FSIZE="8"; FDESC="Slanted Roman 8" ;;
- tipasl9) NUM=9; FID="TIPASL";FSIZE="9"; FDESC="Slanted Roman 9" ;;
- tipasl10) NUM=10;FID="TIPASL";FSIZE="10";FDESC="Slanted Roman 10" ;;
- tipasl12) NUM=11;FID="TIPASL";FSIZE="12";FDESC="Slanted Roman 12" ;;
- tipabx8) NUM=12;FID="TIPABX";FSIZE="8"; FDESC="Bold Extended Roman 8" ;;
- tipabx9) NUM=13;FID="TIPABX";FSIZE="9"; FDESC="Bold Extended Roman 9" ;;
- tipabx10) NUM=14;FID="TIPABX";FSIZE="10";FDESC="Bold Extended Roman 10" ;;
- tipabx12) NUM=15;FID="TIPABX";FSIZE="12";FDESC="Bold Extended Roman 12" ;;
- tipass8) NUM=16;FID="TIPASS";FSIZE="8"; FDESC="Sans Serif 8" ;;
- tipass9) NUM=17;FID="TIPASS";FSIZE="9"; FDESC="Sans Serif 9" ;;
- tipass10) NUM=18;FID="TIPASS";FSIZE="10";FDESC="Sans Serif 10" ;;
- tipass12) NUM=19;FID="TIPASS";FSIZE="12";FDESC="Sans Serif 12" ;;
- tipass17) NUM=20;FID="TIPASS";FSIZE="17.28";FDESC="Sans Serif 17.28" ;;
- tipab10) NUM=21;FID="TIPAB"; FSIZE="10";FDESC="Bold Roman 10" ;;
- tipabs10) NUM=22;FID="TIPABS";FSIZE="10";FDESC="Bold Extended Slanted Roman 10" ;;
- tipasb10) NUM=23;FID="TIPASB";FSIZE="10";FDESC="Sans Serif Bold Extended 10" ;;
- tipasi10) NUM=24;FID="TIPASI";FSIZE="10";FDESC="Sans Serif Slanted 10" ;;
- tipatt8) NUM=25;FID="TIPATT";FSIZE="8"; FDESC="Typewriter Text 8" ;;
- tipatt9) NUM=26;FID="TIPATT";FSIZE="9"; FDESC="Typewriter Text 9" ;;
- tipatt10) NUM=27;FID="TIPATT";FSIZE="10";FDESC="Typewriter Text 10" ;;
- tipatt12) NUM=28;FID="TIPATT";FSIZE="12";FDESC="Typewriter Text 12" ;;
- tipats10) NUM=29;FID="TIPATS";FSIZE="10";FDESC="Typewriter Text Slanted 10" ;;
- esac
-
- echo "% $FNAME.mf: TIPA $FDESC point parameter file" > $FNAME.mf
- echo "% Copyright 1996-2003 FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program may be distributed and/or modified under the" >> $FNAME.mf
- echo "% conditions of the LaTeX Project Public License, either version 1.2" >> $FNAME.mf
- echo "% of this license or (at your option) any later version." >> $FNAME.mf
- echo "% The latest version of this license is in" >> $FNAME.mf
- echo "% http://www.latex-project.org/lppl.txt" >> $FNAME.mf
- echo "% and version 1.2 or later is part of all distributions of LaTeX " >> $FNAME.mf
- echo "% version 1999/12/01 or later." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program consists of all files listed in Manifest.txt." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% Version $VERSION $DATE" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo '% This file is based on:' >> $FNAME.mf
- echo '% Computer Modern font series by D. E. Knuth and' >> $FNAME.mf
- echo '% TSIPA by KOBAYASHI Hajime, FUKUI Rei and SHIRAKAWA Shun.' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'if unknown cmbase: input cmbase fi' >> $FNAME.mf
- echo 'if unknown tipabase: input tipabase fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo "font_identifier:=\"$FID\"; font_size ${FSIZE}pt#;" >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'Times_Compat:=false;' >> $FNAME.mf
- echo 'if Times_Compat: input tipatr fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- $AWK "{if (\$1 == \"p\") {
- if (\$$NUM == \"0\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else print \$2 \"#:=\" \$$NUM \"/36pt#;\";\
- }\
- else if (\$1 == \"P\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else if (\$1 == \"n\") print \$2 \":=\" \$$NUM \";\";}" $PARAMFILE |\
- sed 's/SQ/sqrt/' | sed 's/SC12/sind 12\/cosd 12/' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'generate tipa % switch to the driver file' >> $FNAME.mf
-done
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/gentipx.sh b/Master/texmf-dist/fonts/source/public/tipa/gentipx.sh
deleted file mode 100644
index 3b76a1e0300..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/gentipx.sh
+++ /dev/null
@@ -1,90 +0,0 @@
-#!/bin/sh
-
-# gentipx.sh --- a shell script for producing TIPX parameter files.
-#
-# 2001/11/21 first version
-# 2001/12/21 tt8, tt9, tt10, tt12, ts10 (=SLTT10) added.
-
-AWK=gawk
-
-DATE="2003/01/01"
-VERSION="1.2"
-
-PARAMFILE="tipaprm.def"
-
-FILES="tipx8 tipx9 tipx10 tipx12 tipx17 tipxsl8 tipxsl9 tipxsl10 tipxsl12 \
- tipxbx8 tipxbx9 tipxbx10 tipxbx12 tipxss8 tipxss9 tipxss10 tipxss12 \
- tipxss17 tipxb10 tipxbs10 tipxsb10 tipxsi10 \
- tipxtt8 tipxtt9 tipxtt10 tipxtt12 tipxts10"
-
-for FNAME in $FILES
-do
- case "$FNAME" in
- tipx8) NUM=3; FID="TIPX"; FSIZE="8"; FDESC="Roman 8" ;;
- tipx9) NUM=4; FID="TIPX"; FSIZE="9"; FDESC="Roman 9" ;;
- tipx10) NUM=5; FID="TIPX"; FSIZE="10";FDESC="Roman 10" ;;
- tipx12) NUM=6; FID="TIPX"; FSIZE="12";FDESC="Roman 12" ;;
- tipx17) NUM=7; FID="TIPX"; FSIZE="17.28";FDESC="Roman 17.28" ;;
- tipxsl8) NUM=8; FID="TIPXSL";FSIZE="8"; FDESC="Slanted Roman 8" ;;
- tipxsl9) NUM=9; FID="TIPXSL";FSIZE="9"; FDESC="Slanted Roman 9" ;;
- tipxsl10) NUM=10;FID="TIPXSL";FSIZE="10";FDESC="Slanted Roman 10" ;;
- tipxsl12) NUM=11;FID="TIPXSL";FSIZE="12";FDESC="Slanted Roman 12" ;;
- tipxbx8) NUM=12;FID="TIPXBX";FSIZE="8"; FDESC="Bold Extended Roman 8" ;;
- tipxbx9) NUM=13;FID="TIPXBX";FSIZE="9"; FDESC="Bold Extended Roman 9" ;;
- tipxbx10) NUM=14;FID="TIPXBX";FSIZE="10";FDESC="Bold Extended Roman 10" ;;
- tipxbx12) NUM=15;FID="TIPXBX";FSIZE="12";FDESC="Bold Extended Roman 12" ;;
- tipxss8) NUM=16;FID="TIPXSS";FSIZE="8"; FDESC="Sans Serif 8" ;;
- tipxss9) NUM=17;FID="TIPXSS";FSIZE="9"; FDESC="Sans Serif 9" ;;
- tipxss10) NUM=18;FID="TIPXSS";FSIZE="10";FDESC="Sans Serif 10" ;;
- tipxss12) NUM=19;FID="TIPXSS";FSIZE="12";FDESC="Sans Serif 12" ;;
- tipxss17) NUM=20;FID="TIPXSS";FSIZE="17.28";FDESC="Sans Serif 17.28" ;;
- tipxb10) NUM=21;FID="TIPXB"; FSIZE="10";FDESC="Bold Roman 10" ;;
- tipxbs10) NUM=22;FID="TIPXBS";FSIZE="10";FDESC="Bold Extended Slanted Roman 10" ;;
- tipxsb10) NUM=23;FID="TIPXSB";FSIZE="10";FDESC="Sans Serif Bold Extended 10" ;;
- tipxsi10) NUM=24;FID="TIPXSI";FSIZE="10";FDESC="Sans Serif Slanted 10" ;;
- tipxtt8) NUM=25;FID="TIPXTT";FSIZE="8"; FDESC="Typewriter Text 8" ;;
- tipxtt9) NUM=26;FID="TIPXTT";FSIZE="9"; FDESC="Typewriter Text 9" ;;
- tipxtt10) NUM=27;FID="TIPXTT";FSIZE="10";FDESC="Typewriter Text 10" ;;
- tipxtt12) NUM=28;FID="TIPXTT";FSIZE="12";FDESC="Typewriter Text 12" ;;
- tipxts10) NUM=29;FID="TIPXTS";FSIZE="10";FDESC="Typewriter Text Slanted 10" ;;
- esac
-
- echo "% $FNAME.mf: TIPX $FDESC point parameter file" > $FNAME.mf
- echo "% Copyright 1996-2003 FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program may be distributed and/or modified under the" >> $FNAME.mf
- echo "% conditions of the LaTeX Project Public License, either version 1.2" >> $FNAME.mf
- echo "% of this license or (at your option) any later version." >> $FNAME.mf
- echo "% The latest version of this license is in" >> $FNAME.mf
- echo "% http://www.latex-project.org/lppl.txt" >> $FNAME.mf
- echo "% and version 1.2 or later is part of all distributions of LaTeX " >> $FNAME.mf
- echo "% version 1999/12/01 or later." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program consists of all files listed in Manifest.txt." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% Version $VERSION $DATE FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo '% This file is based on:' >> $FNAME.mf
- echo '% Computer Modern font series by D. E. Knuth and' >> $FNAME.mf
- echo '% TSIPA by KOBAYASHI Hajime, FUKUI Rei and SHIRAKAWA Shun.' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'if unknown cmbase: input cmbase fi' >> $FNAME.mf
- echo 'if unknown tipabase: input tipabase fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo "font_identifier:=\"$FID\"; font_size ${FSIZE}pt#;" >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'Times_Compat:=false;' >> $FNAME.mf
- echo 'if Times_Compat: input tipatr fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- $AWK "{if (\$1 == \"p\") {
- if (\$$NUM == \"0\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else print \$2 \"#:=\" \$$NUM \"/36pt#;\";\
- }\
- else if (\$1 == \"P\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else if (\$1 == \"n\") print \$2 \":=\" \$$NUM \";\";}" $PARAMFILE |\
- sed 's/SQ/sqrt/' | sed 's/SC12/sind 12\/cosd 12/' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'generate tipx % switch to the driver file' >> $FNAME.mf
-done
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/genxipa.sh b/Master/texmf-dist/fonts/source/public/tipa/genxipa.sh
deleted file mode 100644
index 2a1320993f9..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/genxipa.sh
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-
-# genxipa.sh --- a shell script for producing TIPA parameter files.
-#
-# 1996/06/24 first version
-#
-
-AWK=gawk
-
-DATE="2003/01/01"
-VERSION="1.2"
-
-PARAMFILE="xipaprm.def"
-
-FILES="xipa10 xipasl10 xipab10 xipabs10 xipass10 xipasi10 xipasb10"
-
-for FNAME in $FILES
-do
- case "$FNAME" in
- xipa10) NUM=3;FID="XIPA"; FSIZE="10";FDESC="Roman 10" ;;
- xipasl10) NUM=4;FID="XIPASL";FSIZE="10";FDESC="Slanted Roman 10" ;;
- xipab10) NUM=5;FID="XIPAB"; FSIZE="10";FDESC="Bold Roman 10" ;;
- xipabs10) NUM=6;FID="XIPABS";FSIZE="10";FDESC="Bold Slanted Roman 10" ;;
- xipass10) NUM=7;FID="XIPASS";FSIZE="10";FDESC="Sans Serif 10" ;;
- xipasi10) NUM=8;FID="XIPASI";FSIZE="10";FDESC="Sans Serif Slanted 10" ;;
- xipasb10) NUM=9;FID="XIPASB";FSIZE="10";FDESC="Sans Serif Bold 10" ;;
- esac
-
- echo "% $FNAME.mf: XIPA $FDESC point parameter file" > $FNAME.mf
- echo "% Copyright 1996-2003 FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program may be distributed and/or modified under the" >> $FNAME.mf
- echo "% conditions of the LaTeX Project Public License, either version 1.2" >> $FNAME.mf
- echo "% of this license or (at your option) any later version." >> $FNAME.mf
- echo "% The latest version of this license is in" >> $FNAME.mf
- echo "% http://www.latex-project.org/lppl.txt" >> $FNAME.mf
- echo "% and version 1.2 or later is part of all distributions of LaTeX " >> $FNAME.mf
- echo "% version 1999/12/01 or later." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program consists of all files listed in Manifest.txt." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% Version $VERSION $DATE FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo '% This file is based on:' >> $FNAME.mf
- echo '% Computer Modern font series by D. E. Knuth and' >> $FNAME.mf
- echo '% TSIPA by KOBAYASHI Hajime, FUKUI Rei and SHIRAKAWA Shun.' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'if unknown cmbase: input cmbase fi' >> $FNAME.mf
- echo 'if unknown tipabase: input tipabase fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo "font_identifier:=\"$FID\"; font_size ${FSIZE}pt#;" >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'Times_Compat:=true;' >> $FNAME.mf
- echo 'if Times_Compat: input tipatr fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- $AWK "{if (\$1 == \"p\") {
- if (\$$NUM == \"0\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else print \$2 \"#:=\" \$$NUM \"/36pt#;\";\
- }\
- else if (\$1 == \"P\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else if (\$1 == \"n\") print \$2 \":=\" \$$NUM \";\";}" $PARAMFILE |\
- sed 's/SQ/sqrt/' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'generate tipa % switch to the driver file' >> $FNAME.mf
-done
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/genxipx.sh b/Master/texmf-dist/fonts/source/public/tipa/genxipx.sh
deleted file mode 100644
index 4cd09f4a650..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/genxipx.sh
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/sh
-
-# genxipx.sh --- a shell script for producing XIPX parameter files.
-#
-# 1996/06/24 first version
-#
-
-AWK=gawk
-
-DATE="2003/01/01"
-VERSION="1.2"
-
-PARAMFILE="xipaprm.def"
-
-FILES="xipx10 xipxsl10 xipxb10 xipxbs10 xipxss10 xipxsi10 xipxsb10"
-
-for FNAME in $FILES
-do
- case "$FNAME" in
- xipx10) NUM=3;FID="XIPX"; FSIZE="10";FDESC="Roman 10" ;;
- xipxsl10) NUM=4;FID="XIPXSL";FSIZE="10";FDESC="Slanted Roman 10" ;;
- xipxb10) NUM=5;FID="XIPXB"; FSIZE="10";FDESC="Bold Roman 10" ;;
- xipxbs10) NUM=6;FID="XIPXBS";FSIZE="10";FDESC="Bold Slanted Roman 10" ;;
- xipxss10) NUM=7;FID="XIPXSS";FSIZE="10";FDESC="Sans Serif 10" ;;
- xipxsi10) NUM=8;FID="XIPXSI";FSIZE="10";FDESC="Sans Serif Slanted 10" ;;
- xipxsb10) NUM=9;FID="XIPXSB";FSIZE="10";FDESC="Sans Serif Bold 10" ;;
- esac
-
- echo "% $FNAME.mf: XIPX $FDESC point parameter file" > $FNAME.mf
- echo "% Copyright 1996-2003 FUKUI Rei" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program may be distributed and/or modified under the" >> $FNAME.mf
- echo "% conditions of the LaTeX Project Public License, either version 1.2" >> $FNAME.mf
- echo "% of this license or (at your option) any later version." >> $FNAME.mf
- echo "% The latest version of this license is in" >> $FNAME.mf
- echo "% http://www.latex-project.org/lppl.txt" >> $FNAME.mf
- echo "% and version 1.2 or later is part of all distributions of LaTeX " >> $FNAME.mf
- echo "% version 1999/12/01 or later." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% This program consists of all files listed in Manifest.txt." >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo "% Version $VERSION $DATE" >> $FNAME.mf
- echo "%" >> $FNAME.mf
- echo '% This file is based on:' >> $FNAME.mf
- echo '% Computer Modern font series by D. E. Knuth and' >> $FNAME.mf
- echo '% TSIPA by KOBAYASHI Hajime, FUKUI Rei and SHIRAKAWA Shun.' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'if unknown cmbase: input cmbase fi' >> $FNAME.mf
- echo 'if unknown tipabase: input tipabase fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo "font_identifier:=\"$FID\"; font_size ${FSIZE}pt#;" >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'Times_Compat:=true;' >> $FNAME.mf
- echo 'if Times_Compat: input tipatr fi' >> $FNAME.mf
- echo '' >> $FNAME.mf
- $AWK "{if (\$1 == \"p\") {
- if (\$$NUM == \"0\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else print \$2 \"#:=\" \$$NUM \"/36pt#;\";\
- }\
- else if (\$1 == \"P\") print \$2 \"#:=\" \$$NUM \"pt#;\";\
- else if (\$1 == \"n\") print \$2 \":=\" \$$NUM \";\";}" $PARAMFILE |\
- sed 's/SQ/sqrt/' >> $FNAME.mf
- echo '' >> $FNAME.mf
- echo 'generate tipx % switch to the driver file' >> $FNAME.mf
-done
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/mktipapk.sh b/Master/texmf-dist/fonts/source/public/tipa/mktipapk.sh
deleted file mode 100644
index e13a0ee85eb..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/mktipapk.sh
+++ /dev/null
@@ -1,173 +0,0 @@
-#!/bin/sh
-#
-# This script generates pk font files for tipa.
-#
-# TIPA is a set of metafont source files for IPA (International
-# Phonetic Alphabet) symbols. You can get it from the CTAN archive.
-#
-# In order to use this script, metafont programs, gftopk, and metafont
-# source files (*.mf) must be installed properly.
-#
-# You should also be familiar with the `modes.mf' file which contains
-# parameters for various printers.
-#
-# 1996/03/12 FUKUI Rei (fkr@tooyoo.L.u-tokyo.ac.jp)
-#
-
-progname=`basename "$0"`
-MF=mf
-
-if [ $# != 0 ]; then
- MODE=$1
-else
- echo "Usage: $progname mode_name"
- echo "Examples: $progname localfont"
- echo " : $progname CanonCX"
- exit 1
-fi
-
-execmf()
-{
- for file in $MFFILES
- do
- echo "[ $file at mag=$MAG ]"
- $MF "\mode=$MODE; mag=$MAG; nonstopmode;" input $file
- done
-}
-
-cmbase=/usr/local/lib/texmf/fonts/public/cm/src/cmbase.mf
-if [ -f $cmbase ]; then
- ln -s $cmbase cmbase.mf
-fi
-
-##############################
-# make all fonts for mag 5/8 #
-##############################
-
-MFFILES="tipa8 tipasl8 tipabx8 tipass8"
-MAG=5/8
-execmf
-
-##############################
-# make all fonts for mag 6/8 #
-##############################
-
-MFFILES="tipa8 tipasl8 tipabx8 tipass8"
-MAG=6/8
-execmf
-
-##############################
-# make all fonts for mag 7/8 #
-##############################
-
-MFFILES="tipa8 tipasl8 tipabx8 tipass8"
-MAG=7/8
-execmf
-
-#############################
-# make all fonts for mag .5 #
-#############################
-
-MFFILES="tipab10"
-MAG=.5
-execmf
-
-#############################
-# make all fonts for mag .6 #
-#############################
-
-MFFILES="tipab10"
-MAG=.6
-execmf
-
-#############################
-# make all fonts for mag .7 #
-#############################
-
-MFFILES="tipab10"
-MAG=.7
-execmf
-
-#############################
-# make all fonts for mag .8 #
-#############################
-
-MFFILES="tipab10"
-MAG=.8
-execmf
-
-#############################
-# make all fonts for mag .9 #
-#############################
-
-MFFILES="tipab10"
-MAG=.9
-execmf
-
-############################
-# make all fonts for mag 1 #
-############################
-
-MFFILES="tipa8 tipa9 tipa10 tipa12 tipa17 tipasl8 tipasl9 tipasl10 tipasl12 \
- tipabx8 tipabx9 tipabx10 tipabx12 tipass8 tipass9 tipass10 tipass12 \
- tipass17 tipab10"
-MAG=1
-execmf
-
-##################################
-# make all fonts for magstep 0.5 #
-##################################
-
-MFFILES="tipa10 tipasl10 tipabx10 tipass10 tipab10"
-MAG=magstep.5
-execmf
-
-################################
-# make all fonts for magstep 1 #
-################################
-
-MFFILES="tipa12 tipa17 tipasl12 tipabx12 tipass12 tipass17 tipab10"
-MAG=magstep1
-execmf
-
-################################
-# make all fonts for magstep 2 #
-################################
-
-MFFILES="tipa17 tipasl12 tipabx12 tipass17 tipab10"
-MAG=magstep2
-execmf
-
-################################
-# make all fonts for magstep 3 #
-################################
-
-MFFILES="tipasl12 tipabx12 tipab10"
-MAG=magstep3
-execmf
-
-################################
-# make all fonts for magstep 4 #
-################################
-
-MFFILES="tipasl12 tipabx12 tipab10"
-MAG=magstep4
-execmf
-
-################################
-# make all fonts for magstep 5 #
-################################
-
-MFFILES="tipab10"
-MAG=magstep5
-execmf
-
-for gf in tipa*gf
-do
- gftopk $gf
-done
-
-rm -f *gf *.log cmbase.mf
-#rm -f *.tfm
-
-exit 0
diff --git a/Master/texmf-dist/fonts/source/public/tipa/mkxipapk.sh b/Master/texmf-dist/fonts/source/public/tipa/mkxipapk.sh
deleted file mode 100644
index 64fb4f87111..00000000000
--- a/Master/texmf-dist/fonts/source/public/tipa/mkxipapk.sh
+++ /dev/null
@@ -1,147 +0,0 @@
-#!/bin/sh
-#
-# This script generates pk font files for tipa.
-#
-# TIPA is a set of metafont source files for IPA (International
-# Phonetic Alphabet) symbols. You can get it from the CTAN archive.
-#
-# In order to use this script, metafont programs, gftopk, and metafont
-# source files (*.mf) must be installed properly.
-#
-# You should also be familiar with the `modes.mf' file which contains
-# parameters for various printers.
-#
-# 1996/03/12 FUKUI Rei (fkr@tooyoo.L.u-tokyo.ac.jp)
-#
-
-progname=`basename "$0"`
-MF=mf
-
-if [ $# != 0 ]; then
- MODE=$1
-else
- echo "Usage: $progname mode_name"
- echo "Examples: $progname localfont"
- echo " : $progname CanonCX"
- exit 1
-fi
-
-execmf()
-{
- for file in $MFFILES
- do
- echo "[ $file at mag=$MAG ]"
- $MF "\mode=$MODE; mag=$MAG; nonstopmode;" input $file
- done
-}
-
-cmbase=/usr/local/lib/texmf/fonts/public/cm/src/cmbase.mf
-if [ -f $cmbase ]; then
- ln -s $cmbase cmbase.mf
-fi
-
-#############################
-# make all fonts for mag .5 #
-#############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=.5
-execmf
-
-#############################
-# make all fonts for mag .6 #
-#############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=.6
-execmf
-
-#############################
-# make all fonts for mag .7 #
-#############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=.7
-execmf
-
-#############################
-# make all fonts for mag .8 #
-#############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=.8
-execmf
-
-#############################
-# make all fonts for mag .9 #
-#############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=.9
-execmf
-
-############################
-# make all fonts for mag 1 #
-############################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=1
-execmf
-
-##################################
-# make all fonts for magstep 0.5 #
-##################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep.5
-execmf
-
-################################
-# make all fonts for magstep 1 #
-################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep1
-execmf
-
-################################
-# make all fonts for magstep 2 #
-################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep2
-execmf
-
-################################
-# make all fonts for magstep 3 #
-################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep3
-execmf
-
-################################
-# make all fonts for magstep 4 #
-################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep4
-execmf
-
-################################
-# make all fonts for magstep 5 #
-################################
-
-MFFILES="xipa10 xipasl10 xipabx10 xipass10 xipab10"
-MAG=magstep5
-execmf
-
-for gf in xipa*gf
-do
- gftopk $gf
-done
-
-rm -f *gf *.log cmbase.mf
-#rm -f *.tfm
-
-exit 0