X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1110" "Tue" "15" "December" "1998" "11:44:04" "+0000" "Sebastian Rahtz" "s.rahtz@ELSEVIER.CO.UK" nil "27" "Re: 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 MAA26655; Tue, 15 Dec 1998 12:50:00 +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.65ABAB58@listserv.gmd.de>; Tue, 15 Dec 1998 12:46:28 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 413351 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 15 Dec 1998 12:46:24 +0100 Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by relay.urz.uni-heidelberg.de (8.8.8/8.8.8) with ESMTP id MAA26123 for ; Tue, 15 Dec 1998 12:46:21 +0100 (MET) Received: from snowdon.elsevier.co.uk [193.131.197.164]; by pillar.elsevier.co.uk (8.8.5/8.8.5) with ESMTP; for ""; sender "s.rahtz@elsevier.co.uk"; id LAA23962; hop 0; Tue, 15 Dec 1998 11:37:29 GMT Received: from srahtz (actually host srahtz.elsevier.co.uk) by snowdon.elsevier.co.uk with SMTP (PP); Tue, 15 Dec 1998 11:45:38 +0000 X-Mailer: emacs 20.3.2 (via feedmail 9-beta-3 I); VM 6.61 under Emacs 20.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <13941.11832.164081.296097@srahtz> <13938.39518.68424.927988@fell.open.ac.uk> <199812092035.VAA16014@na6.mathematik.uni-tuebingen.de> <199812141457.IAA15514@dcdrjh.fnal.gov> <19981214170857.D29182@maths.tcd.ie> <19981214190530.B8449@maths.tcd.ie> Message-ID: <13942.19332.398189.953258@srahtz> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Date: Tue, 15 Dec 1998 11:44:04 +0000 From: Sebastian Rahtz Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: portable LaTeX Status: R X-Status: X-Keywords: X-UID: 3135 Hans Aberg writes: > The display of the WWW browser itself must use a language of some kind to > display its graphicla information, links and such (telling where each spot > is supposed to be) why do you think there is an intermediate language? Netscape under Windows, say, reads a CSS spec, and renders it by internal calls to the underlying Windows GDI. there is no hook there which you can attach to. > display information. Turn that more basic language into a byte code; then what is this obsession with "byte codes"?? > any other language (DVI, PS, PDF, ...) can display by first converting to > that language: For every new such language, you then need a plugin that can > do the translation, but that is all. IF the browsers have a `byte code' layer and an API, then fine. > byte-code language. The point is that it is platform independent. I suspect you'd be better off using a nice graphical markup language like PGML or Microsoft's equivalent (--> SVG, when W3C complete their work). Thats the XML equivalent of PostScript, and you can expect browsers to support it directly sebastian