X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["844" "Wed" "16" "December" "1998" "16:28:04" "+0000" "Sebastian Rahtz" "s.rahtz@ELSEVIER.CO.UK" nil "18" "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 RAA23595; Wed, 16 Dec 1998 17:45:57 +0100 (MET) Received: from lsv1.listserv.gmd.de (192.88.97.2) by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <7.65BCB855@listserv.gmd.de>; Wed, 16 Dec 1998 17:45:56 +0100 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 413604 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 16 Dec 1998 17:45:51 +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 RAA20965 for ; Wed, 16 Dec 1998 17:45:47 +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 QAA13193; hop 0; Wed, 16 Dec 1998 16:37:00 GMT Received: from srahtz (actually host srahtz.elsevier.co.uk) by snowdon.elsevier.co.uk with SMTP (PP); Wed, 16 Dec 1998 16:45:27 +0000 X-Mailer: emacs 20.3.2 (via feedmail 9-beta-3 Q); VM 6.61 under Emacs 20.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <13938.39518.68424.927988@fell.open.ac.uk> <199812092035.VAA16014@na6.mathematik.uni-tuebingen.de> <13943.35662.403959.906992@srahtz> <19981216160925.A18738@maths.tcd.ie> Message-ID: <13943.57236.607487.817096@srahtz> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <19981216160925.A18738@maths.tcd.ie> Date: Wed, 16 Dec 1998 16:28: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: 3186 Timothy Murphy writes: > > no. with pdfTeX you can get direct access to PDF as you > > compose the TeX. an obvious example where pdftex is needed is > > to allow breaking of links across lines and pages > > But can PDF break links across pages ? -- no, it cant, thats the point. so you have to make the " into two links, "Jones and Chris-" "topher, 1976", on separate lines, both pointing at "foo". OK, so the eggheads could do this in TeX macros (ie trap the hyphenation point and insert a \special). I can't. Donald Arseneau went a long way, but I don't even even he had a general solution. Hans H may, of course, have re-attached the problem and solved it. Others may prefer to try and find the point in the dvi file, and insert some extra "end link" "start link" stuff. Sebastian