X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["2585" "Tue" "14" "October" "1997" "11:01:47" "+0200" "P.W.Daly, MPAe, Lindau, Germany" "daly@LINPWD.MPAE.GWDG.DE" nil "60" "Re: [markp@aps.org: Re: revtex]" "^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 LAA01079; Tue, 14 Oct 1997 11:02:41 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <4.262F2991@listserv.gmd.de>; Tue, 14 Oct 1997 11:02:39 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 214886 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Tue, 14 Oct 1997 11:02:32 +0200 Received: from linpwd (linpwd.mpae.gwdg.de [134.76.28.202]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id LAA14386 for ; Tue, 14 Oct 1997 11:02:29 +0200 (MET DST) X-VMS-To: SMTP%"LATEX-L@relay.urz.uni-heidelberg.de" X-VMS-Cc: DALY Message-ID: <97101411014709@linpwd.mpae.gwdg.de> Reply-To: Mailing list for the LaTeX3 project Date: Tue, 14 Oct 1997 11:01:47 +0200 From: "P.W.Daly, MPAe, Lindau, Germany" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: [markp@aps.org: Re: revtex] Status: R X-Status: X-Keywords: X-UID: 2457 I recently discovered on the TeX-Live 2 CD-ROM a file revtex.cls. This is not an update to LaTeX2e, but rather a patch to allow revtex(.sty) work in compatibility mode! I append it here for your interest since it seems not to be well known. Patrick And now for my signature: ----------------------------------------------------------------------------- Dr. Patrick W. Daly Tel. [+49] 5556-979-279 Max-Planck-Institut fuer Aeronomie Fax. [+49] 5556-979-240 Max-Planck-Str. 2 D-37191 Katlenburg-Lindau Internet: daly@linmpi.mpg.de Germany ----------------------------------------------------------------------------- ------------------------------ cut here ---------------------------------- %%%% Start of file revtex.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% This file allows REVTeX v3.0 to function correctly under %% the 12/94 release of LaTeX 2e. Put this file wherever %% revtex.sty is. Continue to use \documentstyle{revtex} %% (with the correct options) and REVTeX will run normally %% in compatibility mode. Thanks to David Carlisle for %% pointing out this fix. \ifx\every@math@size\undefined\else \let\old@expast\@expast \def\@expast#1{\old@expast{#1}\let\@tempa\reserved@a} \fi \input{revtex.sty} %%%% End of file revtex.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \endinput A couple of issues have arisen with the release of LaTeX 2e, and specifically with the 12/95 release. One is that the internal table/array commands of LaTeX have changed. This affects REVTeX's redefinitions, but there is a workaround. The following should be saved to filename revtex.cls and put into the same directory as your version 3.0 revtex.sty file. You should continue to use compatibility mode (i.e., \documentstyle rather than \documentclass) as this is not a full-fledged 2e class. Also, in compatibility mode REVTeX handles the amsfonts and amssymb options by looking for the amsfonts.sty and amssymb.sty files. This should work as long as you are using the beta of the AMS LaTeX files that are now on CTAN. When amssymb.sty, amsfonts.sty, amsgen.sty, and all the .fd files were made available to TeX (after unpacking via amslatex.ins and amsfonts.ins) REVTeX seemed to run OK with the amsfonts and amssymb style options. No testing was done with older macros (if there were any, ever . . .). Chris Hamlin American Institute of Physics, 500 Sunnyside Blvd, Woodbury, NY 11797-2999 Internet: chamlin@aip.org Phone: 516/576-2335 FAX: 516/349-7669 ----------------------------- end of appended file -------------------------