On 08.04.05 Hilmar Preusse ([EMAIL PROTECTED]) wrote:
Hi all,
> Notes:
> - One may use t1diff[1] to show differences of the fonts
> - I tried to use that tool and got a ps file unfortunately gs was not
> able to process it.
>
> Regards,
> Hilmar
>
> [1]
> http://www.kammer.uni-hannover.de/~reinhard/texps/t1diff/t1diff.html
>
Ralf Stubner was so kind to send me a patch to be applied to t1diff.
After doing it, I should be possible to generate viewable Postscript
files.
Regards,
Hilmar
--
sigmentation fault
--- t1diff 2003-04-27 16:13:57.000000000 +0200
+++ t1diff.new 2005-04-08 23:52:06.000000000 +0200
@@ -372,9 +372,8 @@
open IN, "$read_font_cmd|" or die "can't open $filename";
while (<IN>) {
- chop;
eval 's/\/' . $FontName . '/\/' . $alias . '/g';
- print OUT "$_\n";
+ print OUT "$_";
}
close IN;
print OUT "\n";