X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["581" "Tue" "7" "October" "1997" "22:54:10" "+0100" "David Carlisle" "david@DCARLISLE.DEMON.CO.UK" nil "24" "Re: LaTeX journal and publisher macros" "^Date:" nil nil "10" 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.5/8.8.5) with ESMTP id AAA06586; Wed, 8 Oct 1997 00:55:16 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <11.B26D46F8@listserv.gmd.de>; Wed, 8 Oct 1997 0:43:45 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 210138 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 8 Oct 1997 00:42:35 +0200 Received: from punt-1.mail.demon.net (punt-1d.mail.demon.net [194.217.242.138]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id AAA25467 for ; Wed, 8 Oct 1997 00:42:28 +0200 (MET DST) Received: from dcarlisle.demon.co.uk ([194.222.187.145]) by punt-1.mail.demon.net id aa1120196; 7 Oct 97 23:22 BST Received: by dcarlisle.demon.co.uk id m0xIhZy-000OWJC (Debian Smail-3.2 1996-Jul-4 #2); Tue, 7 Oct 1997 22:54:10 +0100 (BST) Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: (message from Hans Aberg on Tue, 7 Oct 1997 19:26:40 +0200) Date: Tue, 7 Oct 1997 22:54:10 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: LaTeX journal and publisher macros Status: R X-Status: X-Keywords: X-UID: 2387 > I suggested LaTeX should have a PlainTeX class, so that could > conveniently migrate from PlainTeX to LaTeX... I find latex &plain file.tex usually works quite well. You can also go \documentclass{article} \usepackage{plain} \begin{document} \begin{plain} \input{file} \end{plain} \end{document} which works most of the time as well. But probably not for the kind of article that appears in TUGBOAT. It is not too hard to write a TeX document that really excercises the obscure bits of whatever format it is aimed at, and so really will not run on any `emulation'. David