diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-27 00:56:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-27 00:56:12 +0000 |
commit | 2634eed29f03f9adb96f535dc64ed873c7fed2a2 (patch) | |
tree | 3c6685dd253d5eb9976f12a8cc9b87386dbf9092 | |
parent | 355513331b6d259e73e320e3ec7256018f865a0a (diff) |
fpl update for README, etc. (20 Jul 2007 17:17:36, Debian 433137)
git-svn-id: svn://tug.org/texlive/trunk@4825 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 17 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/fpl/COPYING (renamed from Master/texmf-dist/source/fonts/fpl/fpl/COPYING) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/fpl/README | 76 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/AddException (renamed from Master/texmf-dist/source/fonts/fpl/fpl/AddException) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/AddGPL (renamed from Master/texmf-dist/source/fonts/fpl/fpl/AddGPL) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd (renamed from Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd (renamed from Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd (renamed from Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd (renamed from Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/README (renamed from Master/texmf-dist/source/fonts/fpl/fpl/README) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe (renamed from Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe (renamed from Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe (renamed from Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe (renamed from Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps (renamed from Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps) | 0 |
16 files changed, 95 insertions, 3 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 584823da46f..d1180edc1b1 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -347,6 +347,10 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'zefonts', "&MAKEflatten", ); +%specialpostnormal = ( + 'fpl' => '&POSTfpl', +); + # needs special TeX program to run the doc. %specialTEX = ( @@ -388,6 +392,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv'; 'epslatex-fr', 'NULL', 'eskdx', 'NULL', # do not move makefiles 'mff', '\.mfj|\.bat|\.diz', + 'fpl', "$standardsource|Add|\.sfd|\.pe|\.ps", ); %specialfoundry = ( @@ -594,6 +599,7 @@ $standardfmt='latex'; 'fontspec', 'xelatex', 'fourier', 'fonts', 'fouriernc', 'fonts', + 'fpl', 'fonts', 'frcursive', 'fonts', 'genmisc', 'generic', 'germbib', 'bibtex', @@ -1321,6 +1327,9 @@ sub donormal { killfiles($cleanpatt); killfiles($moreclean{$package}) if $moreclean{$package}; + + my $postnormal = $specialpostnormal{$package}; + eval ($postnormal) if $postnormal; } sub runins { @@ -2936,7 +2945,7 @@ sub MAKEpictex { &setup; chdir ($DOCDIR) || die "chdir($DOCDIR) failed: $!"; &SYSTEM("rm -rf mathspic"); # separate package - &SYSTEM("mv addon/* .; rmdir addon"); + &SYSTEM("$MV addon/* .; rmdir addon"); &donormal; } @@ -2950,6 +2959,12 @@ sub MAKElistings { &donormal; } +sub POSTfpl +{ + &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); +} + + # Allow overrides. In particular, CTAN can change some hashes to make # packages with licenses that TL doesn't allow. # diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 458f2f97838..716ec8630c9 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -56,7 +56,7 @@ my @WorkingTPM = qw( fmtcount fnbreak fncychap foekfont fontch fontspec footbib forloop formular fourier fouriernc - fp frankenstein free-math-font-survey + fp fpl frankenstein free-math-font-survey frenchle fribrief fullpict functan galois gastex gatech-thesis gcard genmisc genmpage germbib ginpenc glossaries gmdoc gmeometric @@ -67,7 +67,8 @@ my @WorkingTPM = qw( hrlatex hvfloat hyperref hyperxmp hyphen-base hyphen-basque hyphen-french hyphen-german - hyphen-greek hyphen-italian hyphen-norwegian hyphen-ukenglish + hyphen-greek hyphen-italian hyphen-latin + hyphen-norwegian hyphen-ukenglish hyphen-usorbian hyplain ibygrk icsv IEEEconf IEEEtran ifxetex ijqc inlinebib inversepath invoice diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/COPYING b/Master/texmf-dist/doc/fonts/fpl/COPYING index d60c31a97a5..d60c31a97a5 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/COPYING +++ b/Master/texmf-dist/doc/fonts/fpl/COPYING diff --git a/Master/texmf-dist/doc/fonts/fpl/README b/Master/texmf-dist/doc/fonts/fpl/README new file mode 100644 index 00000000000..aedc1992d58 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/fpl/README @@ -0,0 +1,76 @@ +====================================================================== + + FPL Fonts -- SC/OsF for URW Palladio L + +====================================================================== + 2005-02-13 + Ralf Stubner + <ralf.stubner@web.de> + +The FPL Fonts consist of the following four fonts: + +fplrc8a.pfb TeXPalladioL-SC +fplrij8a.pfb TeXPalladioL-ItalicOsF +fplbj8a.pfb TeXPalladioL-BoldOsF +fplbij8a.pfb TeXPalladioL-BoldItalicOsF + +The FPL Fonts provide a set of SC/OsF fonts for URW Palladio L which are +compatible with respect to metrics with the Palatino SC/OsF fonts from +Adobe. Note that it is not my aim to exactly reproduce the outlines of +the original Adobe fonts. The SC and OsF in the FPL Fonts were designed +with the glyphs from URW Palladio L as starting point. For some glyphs +(eg 'o') I got the best result by scaling and boldening. For others (eg +'h') shifting selected portions of the character gave more satisfying +results. All this was done using the free font editor FontForge +<URL:http://fontforge.sf.net>. The kerning data in these fonts comes +from Walter Schmidt's improved Palatino metrics. + + +History +------- + +Version 1.002 2005-02-13 + * no div operator (compatibility problems) + +Version 1.001 2005-02-05 + * fixed lcaron in SC font + * no references (compatibility problems) + * no UniqueID + * OtherSubrs from URW fonts + +Version 1.000 2004-08-02 + First official release + + +Deficiencies +------------ + +On the character level only automatic hinting as done by FontForge has +been applied to the SC and OsF glyphs. + + +Usage with LaTeX +---------------- + +As the FPL Fonts have the same metrics as their Adobe counterparts, the +improved Palatino metrics by Walter Schmidt can be used. They are part +of PSNFSS 9.2, which can be found on CTAN:macros/latex/required/psnfss/. +Therefore, it is best to update your TeX distribution to a version which +provides PSNFSS 9.2. The usage with LaTeX is documented in psnfss2e.pdf. +Please follow the installation instruction from PSNFSS, if you want to +upgrade PSNFSS only. + + +License +------- + +Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development +Copyright 2004, 2005 Ralf Stubner + +See the file COPYING (GNU General Public License) for license +conditions. As a special exception, permission is granted to include +this font program in a Postscript or PDF file that consists of a +document that contains text to be displayed or printed using this font, +regardless of the conditions or license applying to the document itself. + +== The End == diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/AddException b/Master/texmf-dist/source/fonts/fpl/AddException index 3e2457e9e1e..3e2457e9e1e 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/AddException +++ b/Master/texmf-dist/source/fonts/fpl/AddException diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/AddGPL b/Master/texmf-dist/source/fonts/fpl/AddGPL index 5b1aea454b5..5b1aea454b5 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/AddGPL +++ b/Master/texmf-dist/source/fonts/fpl/AddGPL diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd index 7b3c9e88f60..7b3c9e88f60 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldItalicOsF.sfd +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldItalicOsF.sfd diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd index 25f7f40717a..25f7f40717a 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-BoldOsF.sfd +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-BoldOsF.sfd diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd index 273c31e2adc..273c31e2adc 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-ItalicOsF.sfd +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-ItalicOsF.sfd diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd b/Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd index e71a609614b..e71a609614b 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/Palladio-SC.sfd +++ b/Master/texmf-dist/source/fonts/fpl/Palladio-SC.sfd diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/README b/Master/texmf-dist/source/fonts/fpl/README index e2198da48d0..e2198da48d0 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/README +++ b/Master/texmf-dist/source/fonts/fpl/README diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe index 6f7ba6ee5e8..6f7ba6ee5e8 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldItalicOsF.pe +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldItalicOsF.pe diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe index ea5343ecbd6..ea5343ecbd6 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-BoldOsF.pe +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-BoldOsF.pe diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe index fa55e360053..fa55e360053 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-ItalicOsF.pe +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-ItalicOsF.pe diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe index d6581442c85..d6581442c85 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/TeXPalladioL-SC.pe +++ b/Master/texmf-dist/source/fonts/fpl/TeXPalladioL-SC.pe diff --git a/Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps b/Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps index 646649b97e5..646649b97e5 100644 --- a/Master/texmf-dist/source/fonts/fpl/fpl/URW-OtherSubrs.ps +++ b/Master/texmf-dist/source/fonts/fpl/URW-OtherSubrs.ps |