Re: Disappearing equation number
- To: mathgroup at smc.vnet.net
- Subject: [mg28037] Re: [mg27964] Disappearing equation number
- From: "P.J. Hinton" <paulh at wolfram.com>
- Date: Wed, 28 Mar 2001 02:41:13 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
On Tue, 27 Mar 2001, Dr Stephen P Luttrell wrote: > I have $Version = "4.1 for Microsoft Windows (November 2, 2000)". > > I have a problem with disappearing equation numbers when I use > TextAlignment->AlignmentMarker. This is best seen by pasting the > accompanying notebook expression into a Mathematica notebook. > > Any suggestions on how to work around this problem? Set up a table with three rows and one column. In each row, paste one of the equations. Select the table and then set the option ColumnAlignments -> {"\[AlignmentMarker]"} from the Option Inspector dialog. Make sure that the scope indicator on the dialog is set to "selection" when you make this change. Here is an example of this change. Notebook[{ Cell[BoxData[ FormBox[GridBox[{ {\(x + y = \[AlignmentMarker]z\)}, {\(x = \[AlignmentMarker]y - z\)}, {\(x + y + x = \[AlignmentMarker]1\)} }, ColumnAlignments->{"\[AlignmentMarker]"}], TraditionalForm]], "NumberedEquation"] }, FrontEndVersion->"4.1 for Microsoft Windows", ScreenRectangle->{{0, 1024}, {0, 695}}, WindowSize->{496, 599}, WindowMargins->{{18, Automatic}, {Automatic, 23}}, StyleDefinitions -> "Report.nb" ] I have forwarded this example to our development group so that it can be fixed in a future release. -- P.J. Hinton User Interface Programmer paulh at wolfram.com Wolfram Research, Inc.