X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["753" "Wed" "15" "October" "1997" "22:03:25" "+0100" "David Carlisle" "david@DCARLISLE.DEMON.CO.UK" nil "32" "Re: Possible bug in LaTeX 2e amsmath package" "^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 XAA22122; Wed, 15 Oct 1997 23:22:03 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <0.9A80A3E2@listserv.gmd.de>; Wed, 15 Oct 1997 23:22:01 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 216001 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Wed, 15 Oct 1997 23:21:55 +0200 Received: from post.mail.demon.net (post-20.mail.demon.net [194.217.242.27]) by relay.urz.uni-heidelberg.de (8.8.7/8.8.7) with SMTP id XAA20117 for ; Wed, 15 Oct 1997 23:21:53 +0200 (MET DST) Received: from dcarlisle.demon.co.uk ([194.222.187.145]) by post.mail.demon.net id aa2026042; 15 Oct 97 22:06 BST Received: by dcarlisle.demon.co.uk id m0xLabF-000OWYC (Debian Smail-3.2 1996-Jul-4 #2); Wed, 15 Oct 1997 22:03:25 +0100 (BST) Message-ID: Reply-To: Mailing list for the LaTeX3 project In-Reply-To: <876943448.58106.BNB@MATH.AMS.ORG> (message from bbeeton on Wed, 15 Oct 1997 15:24:08 -0400) Date: Wed, 15 Oct 1997 22:03:25 +0100 From: David Carlisle Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: Possible bug in LaTeX 2e amsmath package Status: R X-Status: X-Keywords: X-UID: 2475 Barbara, > here's what it says in the file technote.tex that's distributed with the > ams-latex collection. > ... > Users have proposed two workarounds (September 1996): > .... Both of those workarounds always looked odd to me, as as far as I can see the code goes to some lengths to make the following construction work, but then doesn't tell anyone about it. The same thing works for essentially the same reasons in the verbatim and tabularx package environments, those package document this though. David \documentclass[]{article} \usepackage[]{amsmath} \newenvironment{fancyequation} {\hrule \equation} {\endequation\hrule} \begin{document} \begin{fancyequation} a = b \end{fancyequation} \end{document}