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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f34c33ece8499e66 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-02-25 17:43:44 PST Path: nntp.gmd.de!news.rwth-aachen.de!news.rhrz.uni-bonn.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!xlink.net!howland.reston.ans.net!swrinde!hookup!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Is there an Ada postscript package anywhere ? Date: 25 Feb 1995 14:34:13 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3io0nl$7as@gnat.cs.nyu.edu> References: <23FEB199519244570@uhcl2.cl.uh.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1995-02-25T14:34:13-05:00 List-Id: John Smith asks about generating postscript the important thing to realize is that postscript is a full blown programming language, so what you are generating is a program, it is not some kind of simple markup language. Now you can write a postscript program that will process ASCII, or marked up ASCII text, so one possible form of output from a program generating postscript is: (postscript program) (marked up text) where the postscript program reads the text as input.