X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["1139" "Mon" "28" "September" "92" "12:19:55" "EDT" "Peter Bloomfield" "bloomfld@STAT.NCSU.EDU" nil "25" "Converse of \\nonumber" "^Date:" nil nil "9"]) Return-Path: Received: from sc.ZIB-Berlin.DE (serv01) by dagobert.ZIB-Berlin.DE (4.1/SMI-4.0/1.9.92 ) id AA26881; Mon, 28 Sep 92 17:43:52 +0100 Received: from vm.urz.Uni-Heidelberg.de (vm.hd-net.uni-heidelberg.de) by sc.ZIB-Berlin.DE (4.0/SMI-4.0-sc/19.6.92) id AA11380; Mon, 28 Sep 92 17:43:30 +0100 Message-Id: <9209281643.AA11380@sc.zib-berlin.dbp.de> Received: from DHDURZ1 by vm.urz.Uni-Heidelberg.de (IBM VM SMTP V2R2) with BSMTP id 1594; Mon, 28 Sep 92 17:44:01 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 1586; Mon, 28 Sep 92 17:43:53 CET Received: from DHDURZ1 by DHDURZ1 (Mailer R2.08 R208004) with BSMTP id 1581; Mon, 28 Sep 92 17:43:50 CET Reply-To: Mailing list for the LaTeX3 project Date: Mon, 28 Sep 92 12:19:55 EDT From: Peter Bloomfield Sender: Mailing list for the LaTeX3 project To: Multiple recipients of Subject: Converse of \nonumber Status: R X-Status: X-Keywords: X-UID: 797 Are there plans to implement a converse of \nonumber in LaTeX3? I often find the need to add, and refer to, an equation number to an equation that I initially entered in an unnumbered environment (displaymath or eqnarray*). Changing the environment and adding a \label{...} is straightforward, but tedious (and error-prone: I don't always match up \begin's and \end's correctly!). It would be simpler if I could use a converse to \nonumber and add the \label{...}. However, the present coding of these environments seems to preclude this. Actually, it would be simpler yet if inserting \label{...} were enough by itself. I have experimented with an environment based on eqnarray in which this seems to work (by redefining \label), which I now use for all my equations, even single line equations. On reflection, this was unnecessary, as I could easily define a single command (perhaps \labeleqn{...}) that carried out both actions. Finding a name for the converse is a minor problem, as \number is already spoken for, and \nononumber is unacceptable. Perhaps \numbereqn? I'd be interested to hear any comments. Peter Bloomfield