X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["966" "Wed" "8" "October" "1997" "17:45:50" "+0100" "David Carlisle" "david@DCARLISLE.DEMON.CO.UK" nil "22" "converting to/from latex/amstex" "^Date:" nil nil "10" nil "converting to/from latex/amstex" 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 WAA25313; Wed, 8 Oct 1997 22:26:42 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <2.011195CF@listserv.gmd.de>; Wed, 8 Oct 1997 22:14:27 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 210867 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 8 Oct 1997 22:13:54 +0200 Received: from punt-1.mail.demon.net (punt-1c.mail.demon.net [194.217.242.136]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id WAA15959 for ; Wed, 8 Oct 1997 22:13:51 +0200 (MET DST) Received: from dcarlisle.demon.co.uk ([194.222.187.145]) by punt-1.mail.demon.net id ab0923593; 8 Oct 97 20:41 BST Received: by dcarlisle.demon.co.uk id m0xIzF8-000OWLC (Debian Smail-3.2 1996-Jul-4 #2); Wed, 8 Oct 1997 17:45:50 +0100 (BST) Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <199710081303.JAA01564@fenris.math.albany.edu> (message from Mark Steinberger on Wed, 8 Oct 1997 09:03:18 -0400) Date: Wed, 8 Oct 1997 17:45:50 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: converting to/from latex/amstex Status: R X-Status: X-Keywords: X-UID: 2405 > I'd like to get something that will convert to real latex syntax, so > I can then use latex classes with custom features (e.g., customized > hyperlinking features). If you are dealing with the final document via TeX (as opposed to a latex to something converter) then it may still be easier to do the amstex to latex stage via macro (re)definition. For instance in that typehtml example I mentioned last time,

Another section

really does go through a call to \section, so will pick up any definition that the class file gives, and if you load the hyperref package then it will put in a suitably `active' link from the table of contents. (Which makes an entertaining way of going from html to pdf, preserving hypertext structure:-) You mentioned the amstex bib stuff. I wish you hadn't:-) As you say that should probably go to bibtex in which case you perhaps would need an external converter after all. David Changed the subject to keep Frank happy.