Re: Mathematica 9: bug in merging cells
- To: mathgroup at smc.vnet.net
- Subject: [mg128979] Re: Mathematica 9: bug in merging cells
- From: "Rolf.Mertig at gmail.com" <Rolf.Mertig at gmail.com>
- Date: Thu, 6 Dec 2012 05:01:13 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <k9kekh$68c$1@smc.vnet.net> <k9mvk5$bas$1@smc.vnet.net>
What I really like about Mathematica is that it can often fix its own bugs:
Evaluate the following in your notebook
Button["Fix9", (NotebookWrite[#1,
NotebookRead[#1] //.
HoldPattern[RowBox[a_, b__]] :> RowBox[{a, b}]] & ) /@
Cells[CellStyle -> "Input"]]
Clicking on it will magically restore wrongly merged cells.
But I hope that with 9.0.1 this will be fixed.
Rolf Mertig
GluonVision GmbH
(web)Mathematica consulting
Berlin, Germany