X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1783" "Tue" "15" "December" "1998" "10:29:30" "GMT" "David Carlisle" "davidc@NAG.CO.UK" nil "42" "pdf and ps portable LaTeX" "^Date:" nil nil "12" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.8/8.8.8) with ESMTP id LAA16096; Tue, 15 Dec 1998 11:30:19 +0100 (MET) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <10.B9E5E9D0@listserv.gmd.de>; Tue, 15 Dec 1998 11:30:05 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 413273 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 15 Dec 1998 11:30:01 +0100 Received: from nag.co.uk (openmath.nag.co.uk [192.156.217.16]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id LAA19615 for ; Tue, 15 Dec 1998 11:29:58 +0100 (MET) Received: (from davidc@localhost) by nag.co.uk (AIX4.2/UCB 8.7/8.7) id KAA13322; Tue, 15 Dec 1998 10:29:30 GMT References: ; from Hans Aberg on Mon, Dec 14, 1998 at 04:55:25PM +0100 <13938.39518.68424.927988@fell.open.ac.uk> <199812092035.VAA16014@na6.mathematik.uni-tuebingen.de> <13941.7255.489674.140731@srahtz> Message-ID: <199812151029.KAA13322@nag.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: (message from Hans Aberg on Mon, 14 Dec 1998 19:27:52 +0100) Date: Tue, 15 Dec 1998 10:29:30 GMT From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: pdf and ps portable LaTeX Status: R X-Status: X-Keywords: X-UID: 3126 > >Is it any more (or less) commercial than PostScript? > I recall that these are made by the same company, so they probably sport > the same problems. > As an example of the problems that may arise is the story of Display > PostScript, which companies such as Apple decided to not use, because they > felt Adobe was overcharging the license fees. You appear to be (deliberately?) confusing two things. The pdf or postscript _languages_ and particular implementations of _interpreters_ for those languages. Adobe, who produced both PostScript and PDF use exactly the same model for both. The language definition is copyright adobe, but fully published, and anyone is free to implement them. On the other hand Adobe make particular implementations of interpreters for the languages which they sell. In the case of postscript they don't sell direct but the license the technology to printer manufacturers etc. However ghostscript is an example of a free renderer for poth postscript and pdf. (and there are others). The fee for DPS that you mentioned is not a fee to use DPS the language, but a fee to use adobe's implementation. There was, perhaps still is, a plan to make a free DPS based on ghostscript as part of a gnu openstep clone. If you criticise pdftex on the grounds that pdf is `commercial' then you should make exactly the same objection about dvips. > However, my main point was that since pdftex is a single monolithic program, > every additional graphics format -- PDF, PS, TIFF, etc -- > must involve further modification to pdfTeX itself. True but in general the pressure has not to include more and more xxx-to-yyy converters into pdftex, but to include those formats which are essentially native to pdf (such as pdf itself, and a subset of tiff). David