From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5fb7dd4dd04726a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-11 12:11:26 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!Germany.EU.net!news.dfn.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!news From: paus@ifr.luftfahrt.uni-stuttgart.de Newsgroups: comp.lang.ada Subject: Re: Ada 95 docs: Rationale Date: 11 Mar 1995 11:52:47 GMT Organization: Comp.Center (RUS), U of Stuttgart, FRG Distribution: world Message-ID: <3js2uf$192p@info4.rus.uni-stuttgart.de> References: <9503091630.AA11032@ifr1.Luftfahrt.Uni-Stuttgart.DE> Reply-To: paus@ifr.luftfahrt.uni-stuttgart.de NNTP-Posting-Host: ifr16.luftfahrt.uni-stuttgart.de Date: 1995-03-11T11:52:47+00:00 List-Id: In article <9503091630.AA11032@ifr1.Luftfahrt.Uni-Stuttgart.DE> writes: > ab@captblood.armstrong.edu wrote: > > Did any of you attempt to print the PostScript version of the Ada 95 > > Rationale taken either from the Ada Information Clearing House host > > or as distributed with Gnat-2.03 by NYU? > > > I tried to print them a number of times, each time unsuccessfully. > > Yes, I have printed the latest postscript version of the Ada95 Rationale > (taken from the Ada IC). It only requires the following small modification > of the >> prolog.ps << file. There was a little bug in the posting from Chris so you where probably not able to reed it. (It was a NeXTmail attachement) Here is the missing part. It is the diff output of the old prolog.ps file and the new one. ifr12> diff prolog.old prolog.ps 1c1 < %!PS-Adobe-2.0 ExitServer --- > %!PS-Adobe-2.0 8,15d7 < %%BeginExitServer: 0 < userdict /msinifile known < {msinifile (POSTSCRP) eq {stop} if} if < serverdict begin 0 exitserver < userdict /msorigstate known {msorigstate restore} if < save /msorigstate exch def < /msinifile (POSTSCRP) def < %%EndExitServer ifr12>