MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Fw: Re:align on equal signs with automatic equation numbering

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82332] Fw: Re:align on equal signs with automatic equation numbering
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Thu, 18 Oct 2007 04:43:21 -0400 (EDT)

I neglected to forward the answer on this to the MathGroup until now. Lo siento.

---------- Forwarded message ----------
From: Wolfram Research Support <support at wolfram.com>
Date: Tue, 9 Oct 2007 18:30:01 UT
Subject: [mg82332] [TS 21715]--Re:Re: [TS 18270]--Re:align on equal signs with
automatic equation numbering
To: chris at chiasson.name


 -- Wolfram Research Technical Support --

This is a response to your email.
The reply to your question can be found at the bottom of this message.
Our classification number for this message is: [TS 21715]
Please give this number in any future correspondence
related to this question. If you leave this number in
the Subject: header in the form [TS 21715], it will
automatically be reassigned to the original technician.

From: "Chris Chiasson" <chris at chiasson.name>
Date: Sat, 21 Jul 2007 17:03:40 -0500
Subject: [mg82332] Re: [TS 18270]--Re:align on equal signs with automatic
equation numbering
To: "Wolfram Research Support" <support at wolfram.com>

On Wed, 27 Jun 2007 18:30:06 UT, Tom Zeller wrote:
>Is there any way to have the front end do automatic equation numbering
>while preserving alignment on equal signs? Alignment on equal signs
>appears to require the equations to be in the same cell. Automatic
>numbering appears to require the equations to be in separate cells.
> Chris,
>
> Could you provide a notebook that shows this issue?
>
> thanks,
<snip/>

This would be something like simple DisplayFormulaNumbered cells in a
notebook versus

eqns={a==b+c+d+e,a+b==c+d+e,a+b+c==d+e,a+b+c+d==e};
Grid[List/@eqns,Alignment->"\[Equal]"]

The problem is that the front end will only increase an automatic
numbering object once per notebook-level cell and that it can only
align elements in the same cell.

Thus, there seems to be no way to have automatic numbering (and, say,
cross referencing) of equations that are aligned.


--
http://chris.chiasson.name/

________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Chris,

The response I have gotten indicate that this sort of alignment is not
yet possible.  I am told that the closest implementation is in Publicon,
but that it is unlikely to work outside of Publicon.

This is known and has been reported.

Tom Zeller
Wolfram Research Technical Support


----------------------------------------------------------------------------

If this issue is resolved, please consider taking a few minutes
to give us some feedback on your experience.
<snip/>
Thanks for taking the time to help us improve.


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: Re: Integrate question
  • Next by Date: Re: Integrate question
  • Previous by thread: Re: Baffling behavior of Factor[] in versions 5 and 6 --
  • Next by thread: Returning rules from functions inside a package context