diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-26 17:47:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-26 17:47:07 +0000 |
commit | 9a67a3a45a787f6f7d132603860609b47695283f (patch) | |
tree | e4829a0010d9f793077ed3a9e722e49d2341373c /Master/texmf-dist/source | |
parent | 9af982b1b1e3c32ef2c4c965eb1bc3b900e2fdc0 (diff) |
remove lucida packages; new users should get complete packages from vendors
git-svn-id: svn://tug.org/texlive/trunk@2540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/makefd | 14 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/makefd.awk | 79 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/maketfm | 28 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/maketfm.awk | 40 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/makevf | 44 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/lucold/makevf.awk | 71 |
6 files changed, 0 insertions, 276 deletions
diff --git a/Master/texmf-dist/source/fonts/lucold/makefd b/Master/texmf-dist/source/fonts/lucold/makefd deleted file mode 100644 index d38a08fae33..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/makefd +++ /dev/null @@ -1,14 +0,0 @@ -#! /bin/bash - -# $Id: makefd,v 1.1 1999/05/25 12:16:26 loreti Exp $ - -TEXMFMAIN=`kpsewhich --expand-var='$TEXMFMAIN'` - -cp $TEXMFMAIN/tex/latex/lucidabr/*t1hlh.fd . - -for infile in *.fd - do outfile="${infile%h.fd}os.fd" - awk >$outfile -f makefd.awk -v infile=$infile -done - -rm *t1hlh.fd diff --git a/Master/texmf-dist/source/fonts/lucold/makefd.awk b/Master/texmf-dist/source/fonts/lucold/makefd.awk deleted file mode 100644 index ccfbbc3792d..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/makefd.awk +++ /dev/null @@ -1,79 +0,0 @@ -# File: makefd.awk -# $Id: makefd.awk,v 1.1 1999/05/25 12:16:26 loreti Exp $ -# -# Author: Maurizio Loreti, aka MLO or (HAM) I3NOO -# Work: University of Padova - Department of Physics -# Via F. Marzolo, 8 - 35131 PADOVA - Italy -# Phone: +39 (049) 827-7216 FAX: +39 (049) 827-7102 -# EMail: loreti@padova.infn.it -# WWW: http://wwwcdf.pd.infn.it/~loreti/mlo.html - -BEGIN { - FS="[{ ]"; - OFS="{"; - - # Converts the input file name to the output file name; - # e.g. t1hlh.fd --> t1hlos.fd . - - out = tolower(infile); - sub("hlh", "hlos", out); - - while (getline <infile >0) { - if ($1 == "%Filename:") { - - # The first record: just a comment with the file name. - - print "%Filename: " out; - continue; - } else if ($1 == "%Created") { - - # Second and third records: comments, skipped. - - continue; - } else if ($1 == "\\ProvidesFile") { - - # The original (splitted in two lines) \ProvidesFile command - # is converted to an hard-wired one-line equivalent. - - print "\\ProvidesFile{" out "}[Lucida Bright with Old Style numerals]"; - if (getline <infile >0) { - continue; - } else { - print >/dev/stderr "Corrupted file, " infile; - exit; - } - } else if ($1 == "\\DeclareFontFamily") { - - # The \DeclareFontFamily command: just convert "hlh" --> "hlos". - - $3 = "hlos}"; - } else if ($1 == "\\DeclareLucidaFontShape") { - - # In the \DeclareLucidaFontShape commands, in addition to the - # conversion "hlh" --> "hlos", we must change the file name --- - # but only for the upright shapes ("n"). I think it has no sense - # a conversion for italic or smallcaps numerals to Old Style ... - - $3 = "hlos}"; - flag = ($5 == "n}"); - print; - if (getline <infile >0) { - if (flag) sub("hlh", "hlo"); - } else { - print >/dev/stderr "Corrupted file, " infile; - exit; - } - } else if ($1 == "\\DeclareFontShape") { - - # \DeclareFontShape: "hlh" --> "hlos"; hlh/b/n and hlh/bx/n are - # mapped to hlos/b/n and hlos/bx/n . - - if ($5 == "n}" && ($4 == "b}" || $4 == "bx}")) { - gsub("hlh", "hlos"); - } else { - sub("hlh", "hlos"); - } - } - print; - } -} diff --git a/Master/texmf-dist/source/fonts/lucold/maketfm b/Master/texmf-dist/source/fonts/lucold/maketfm deleted file mode 100644 index 54b9e6109ec..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/maketfm +++ /dev/null @@ -1,28 +0,0 @@ -#! /bin/bash - -# $Id: maketfm,v 1.1 1999/05/25 12:16:26 loreti Exp $ - -TEXMFMAIN=`kpsewhich --expand-var='$TEXMFMAIN'` - -cp $TEXMFMAIN/fonts/tfm/bh/lubright/hlh??t.tfm . -cp $TEXMFMAIN/fonts/tfm/bh/lumath/hlc?im*.tfm . - -for file in *.tfm - do tftopl $file ${file%tfm}pl -done - -awk >hlor7t.pl -f maketfm.awk \ - -v infile1=hlhr7t.pl -v infile2=hlcrima.pl -awk >hlob7t.pl -f maketfm.awk \ - -v infile1=hlhb7t.pl -v infile2=hlcdima.pl -awk >hlor8t.pl -f maketfm.awk \ - -v infile1=hlhr8t.pl -v infile2=hlcrima.pl -awk >hlob8t.pl -f maketfm.awk \ - -v infile1=hlhb8t.pl -v infile2=hlcdima.pl - -pltotf hlor7t.pl hlor7t.tfm -pltotf hlob7t.pl hlob7t.tfm -pltotf hlor8t.pl hlor8t.tfm -pltotf hlob8t.pl hlob8t.tfm - -rm hl???t.pl hlc?im*.tfm diff --git a/Master/texmf-dist/source/fonts/lucold/maketfm.awk b/Master/texmf-dist/source/fonts/lucold/maketfm.awk deleted file mode 100644 index a02d5d68f65..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/maketfm.awk +++ /dev/null @@ -1,40 +0,0 @@ -# File: maketfm.awk -# $Id: maketfm.awk,v 1.1 1999/05/25 12:16:26 loreti Exp $ -# -# Author: Maurizio Loreti, aka MLO or (HAM) I3NOO -# Work: University of Padova - Department of Physics -# Via F. Marzolo, 8 - 35131 PADOVA - Italy -# Phone: +39 (049) 827-7216 FAX: +39 (049) 827-7102 -# EMail: loreti@padova.infn.it -# WWW: http://wwwcdf.pd.infn.it/~loreti/mlo.html -# -######################################################################### -# -# This awk procedure relies on the sequence (CHARACTER C 0 ...) ... -# (CHARACTER C 9 ...) being contiguous, and immediately followed by -# (CHARACTER O 72 ...) in every .pl file. It just reads from "infile1" -# until (CHARACTER C 0 ...), inserts the sequence (CHARACTER C 0 ...) ... -# (CHARACTER C 9 ...) from "infile2", then what follows starting from -# (CHARACTER O 72 ...) still from "infile1". - -BEGIN { - out = 1; - - while (getline <infile1 >0) { - if ($1 == "(CHARACTER" && $2 == "O" && $3 == "72") out = 1; - if ($1 == "(CHARACTER" && $2 == "C" && $3 == "0") { - out = 0; - while (getline <infile2 >0) { - if ($1 == "(CHARACTER" && $2 == "C" && $3 == "0") out = 1; - if ($1 == "(CHARACTER" && $2 == "O" && $3 == "72") { - close(infile2); - out = 0; - break; - } - if (out) print; - } - } - if (out) print; - } - close(infile1); -} diff --git a/Master/texmf-dist/source/fonts/lucold/makevf b/Master/texmf-dist/source/fonts/lucold/makevf deleted file mode 100644 index 1ffaa180d65..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/makevf +++ /dev/null @@ -1,44 +0,0 @@ -#! /bin/bash - -# $Id: makevf,v 1.1 1999/05/25 12:16:26 loreti Exp $ - -TEXMFMAIN=`kpsewhich --expand-var='$TEXMFMAIN'` - -cp $TEXMFMAIN/fonts/vf/bh/lubright/hlh??t.vf . - -for file in hlh??t.vf - do base="${file%vf}" - vftovp ${base}vf ${base}tfm ${base}vpl -done - -to="hlor7t"; from="hlhr7t.vpl"; mft="hlcrima" -ck="$(grep CHECKSUM ${mft}.pl | cut -d" " -f3 | sed 's/)//')" -awk >tmp -f maketfm.awk -v infile1=$from -v infile2=${mft}.pl -awk >${to}.vpl -f makevf.awk -v infile=tmp \ - -v mft=$mft -v ck=$ck -vptovf ${to}.vpl ${to}.vf ${to}.tfm -rm tmp - -to="hlob7t"; from="hlhb7t.vpl"; mft="hlcdima" -ck="$(grep CHECKSUM ${mft}.pl | cut -d" " -f3 | sed 's/)//')" -awk >tmp -f maketfm.awk -v infile1=$from -v infile2=${mft}.pl -awk >${to}.vpl -f makevf.awk -v infile=tmp \ - -v mft=$mft -v ck=$ck -vptovf ${to}.vpl ${to}.vf ${to}.tfm -rm tmp - -to="hlor8t"; from="hlhr8t.vpl"; mft="hlcrima" -ck="$(grep CHECKSUM ${mft}.pl | cut -d" " -f3 | sed 's/)//')" -awk >tmp -f maketfm.awk -v infile1=$from -v infile2=${mft}.pl -awk >${to}.vpl -f makevf.awk -v infile=tmp \ - -v mft=$mft -v ck=$ck -vptovf ${to}.vpl ${to}.vf ${to}.tfm -rm tmp - -to="hlob8t"; from="hlhb8t.vpl"; mft="hlcdima" -ck="$(grep CHECKSUM ${mft}.pl | cut -d" " -f3 | sed 's/)//')" -awk >tmp -f maketfm.awk -v infile1=$from -v infile2=${mft}.pl -awk >${to}.vpl -f makevf.awk -v infile=tmp \ - -v mft=$mft -v ck=$ck -vptovf ${to}.vpl ${to}.vf ${to}.tfm -rm tmp *.pl *.vpl hlh*.tfm hlh*.vf diff --git a/Master/texmf-dist/source/fonts/lucold/makevf.awk b/Master/texmf-dist/source/fonts/lucold/makevf.awk deleted file mode 100644 index 9ad3ab8ed53..00000000000 --- a/Master/texmf-dist/source/fonts/lucold/makevf.awk +++ /dev/null @@ -1,71 +0,0 @@ -# File: maketfm.awk -# $Id: makevf.awk,v 1.1 1999/05/25 12:16:26 loreti Exp $ -# -# Author: Maurizio Loreti, aka MLO or (HAM) I3NOO -# Work: University of Padova - Department of Physics -# Via F. Marzolo, 8 - 35131 PADOVA - Italy -# Phone: +39 (049) 827-7216 FAX: +39 (049) 827-7102 -# EMail: loreti@padova.infn.it -# WWW: http://wwwcdf.pd.infn.it/~loreti/mlo.html -# -######################################################################### -# -# This awk procedure relies on the sequence (CHARACTER C 0 ...) ... -# (CHARACTER C 9 ...) being contiguous and immediately followed by -# (CHARACTER O 72 ...) in every .vpl file. This GNU-awk program -# copies the .vpl file "infile" to stdout, remapping the numerical -# characters to another font: namely the file "mft" with checksum -# "ck". - -BEGIN { - numbers = "0123456789"; - - while (getline <infile >0) { - if ($1 == "(VTITLE") { - print "(VTITLE )"; - } else if ($1 == "(LIGTABLE") { - - # Insert MAPFONT 1 before LIGTABLE (and after MAPFONT 0) - - print "(MAPFONT D 1"; - print " (FONTNAME " mft ")"; - print " (FONTCHECKSUM O " ck ")"; - print " (FONTAT R 1.0)"; - print " (FONTDSIZE R 10.0)"; - print " )"; - print; - } else if ($1 == "(CHARACTER" && - $2 == "C" && - index(numbers, $3) != 0) { - - # Switch all numerical characters to MAPFONT 1: skips to the - # closing parenthesis of the record, and insert an appropriate - # couple of SELECTFONT/SETCHAR statements before. The input - # has been processed from "maketfm.awk", and all the mapping - # information is missing (only for these characters). - - paren = 0; - save3 = $3; - while (1) { - for (i=1; i<=length(); i++) { - c = substr($0, i, 1); - if (c == "(") paren++; - if (c == ")") paren--; - } - if (paren == 0) break; - print; - if (getline <infile <=0) { - print >/dev/stderr "Corrupted file, " infile; - exit; - } - } - print " (MAP"; - print " (SELECTFONT D 1)"; - print " (SETCHAR C " save3 ")"; - print " )"; - print; - } else { - print; - } - } -} |