diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rwxr-xr-x | Build/source/texk/kpathsea/mktextfm | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 06936c72a20..855c331489d 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2008-08-05 Karl Berry <karl@tug.org> + + * mktextfm (MAG): set back to 1. mag=0 fails with larm1000.mf, + and we're not going to fix the fonts. + 2008-07-08 Karl Berry <karl@tug.org> * configure.in: version 3.5.7. diff --git a/Build/source/texk/kpathsea/mktextfm b/Build/source/texk/kpathsea/mktextfm index 8884351d7a1..e695f8ffbf4 100755 --- a/Build/source/texk/kpathsea/mktextfm +++ b/Build/source/texk/kpathsea/mktextfm @@ -48,7 +48,7 @@ esac ( NAME=`basename "$1" .tfm` -MAG=0 +MAG=1 # mag=0 fails with larm1000.mf #DEST="$2" DPI=$BDPI |