X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1580" "Tue" "9" "September" "1997" "12:38:23" "+0100" "Sebastian Rahtz" "s.rahtz@ELSEVIER.CO.UK" nil "33" "Re: HyperLaTeX" "^Date:" nil nil "9" nil "HyperLaTeX" nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.5) with ESMTP id NAA32338; Tue, 9 Sep 1997 13:42:38 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <6.7E3A6841@listserv.gmd.de>; Tue, 9 Sep 1997 13:41:09 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 196104 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 9 Sep 1997 13:41:56 +0200 Received: from pillar.elsevier.co.uk (root@pillar.elsevier.co.uk [193.131.222.35]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with ESMTP id NAA24033 for ; Tue, 9 Sep 1997 13:41:53 +0200 (MET DST) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by pillar.elsevier.co.uk (8.8.5/8.8.5) with ESMTP id MAA23667 for ; Tue, 9 Sep 1997 12:42:04 +0100 (BST) Received: from SRAHTZ (actually host srahtz.elsevier.co.uk) by snowdon.elsevier.co.uk with SMTP (PP); Tue, 9 Sep 1997 12:41:11 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: X-Mailer: VM 6.33 under Emacs 19.34.4 Message-ID: <7888-Tue09Sep1997123823+0100-s.rahtz@elsevier.co.uk> Reply-To: Mailing list for the LaTeX3 project In-Reply-To: Date: Tue, 9 Sep 1997 12:38:23 +0100 From: Sebastian Rahtz Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: HyperLaTeX Status: R X-Status: X-Keywords: X-UID: 2297 Hans Aberg writes: > I just came across the URL (this is an > offical archive for storing preprints), which discusses TeX/LaTeX macros > which enables one to embed hyperlinks in the source. The idea is that a > smart browser can convert those to real hyperlinks. > > Are there any plans including such macros in LaTeX3? (If not, it seems to > be a good idea.) I have devoted considerable effort over the last 3 years to a LaTeX package which generates hypertex-style hyperlinks from normal LaTeX markup (the hyperref package). Largely, it works. Give it a go:-} As the LaTeX2e maintainers know, I would like more hooks in core LaTeX to ease my task and I think they accept the principle, but none of us has precisely defined the needs. So I would say there are 3 questions to look at: 1. how to get the real hyperlinks into the output; i don't think this is LaTeX's job, and it is moderately well understood. hyperref, for instance, can work with hypertex xdvi, pdftex, dvips->distiller-pdf, OzTeX previewer, dvipsone, and dviwindow as `browsers'. and, I think, Scientific Word 2. whether to extend the standard LaTeX command set to include URL references and point-to-point links (\label isn't really a proper point), to avoid packages defining their own markup 3. whether core LaTeX does need extra hooks for people who writing hypertext macros. For me, 2. is what I want dealt with. hyperref, hyper and latex2html define incompatible commands at present, and its verging on getting messy. Sebastian