diff options
Diffstat (limited to 'Master/bin/i386-netbsd/fixfmps')
l---------[-rwxr-xr-x] | Master/bin/i386-netbsd/fixfmps | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/Master/bin/i386-netbsd/fixfmps b/Master/bin/i386-netbsd/fixfmps index 039ac8e5a3e..1d34a8a3980 100755..120000 --- a/Master/bin/i386-netbsd/fixfmps +++ b/Master/bin/i386-netbsd/fixfmps @@ -1,21 +1 @@ -#!/usr/bin/env perl -# fixfmps: get conforming PostScript out of FrameMaker version 2 file -# move all FMDEFINEFONTs to start of pages -# -# Copyright (C) Angus J. C. Duggan 1991-1995 -# See file LICENSE for details. - -%fonts=(); - -while (<>) { - if (/^([0-9]+) [0-9]+ .* FMDEFINEFONT$/) { - $fonts{$1} = $_; - } elsif (/^[0-9.]+ [0-9.]+ [0-9]+ FMBEGINPAGE$/) { - print $_, join('',values(%fonts)); - } elsif (m%(.*/PageSize \[paperwidth paperheight\]put )setpagedevice(.*)%) { - print "$1pop$2\n"; - } else { - print $_; - } -} - +../../texmf/scripts/psutils/fixfmps.pl
\ No newline at end of file |