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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9f0eae6d714d11c X-Google-Attributes: gid103376,public From: "David C. Hoos" Subject: Re: Gnat pretty printing Date: 1998/12/09 Message-ID: <74m3ml$cvs@hobbes.crc.com>#1/1 X-Deja-AN: 420454182 References: <74lt16$9r0@romeo.logica.co.uk> X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Coleman Research Corporation Newsgroups: comp.lang.ada Date: 1998-12-09T00:00:00+00:00 List-Id: Matt Tyler wrote in message <74lt16$9r0@romeo.logica.co.uk>... >Hi, > >Sorry if this is slightly off topic but I couldn't find a newsgroup on >specific compilers. > Pretty printing is not a compiler-specific subject, but there is a gnat mail list to which you can subscribe at the www.gnat.com Web page. >Does anyone know if it is possible for my gnat ada compiler running under >win95 pretty print? I.e. change font or use bold type for reserved words >etc?? > The best thing I've found for this is a2ps (ASCII to Post Script) at http://www-inf.enst.fr/~demaille/a2ps/ Of course, this means you'll need Post Script printing capability, and if you don't already have it, I recommend Ghostscript for Win32, about which information is available at http://www.cs.wisc.edu/~ghost/index.html Hope this helps, David C. Hoos, Sr.