Re: CellGroupingRules?
- To: mathgroup at smc.vnet.net
- Subject: [mg15547] Re: CellGroupingRules?
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Tue, 26 Jan 1999 13:44:33 -0500 (EST)
- References: <7813n7$p0j@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Ron,
CellGroupingRules and CellGrouping can be found by
menu Edit>Preferences>Lookup [CellGroup]
See also CellGroupData:
Cell[BoxData[
RowBox[{" ",
RowBox[{
ButtonBox["CellGroupData",
ButtonStyle->"RefGuideLink"], "."}]}]], "Input"]
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
Goetz, Ron wrote in message <7813n7$p0j at smc.vnet.net>...
>Hello everyone,
>
>Is it possible to edit a stylesheet to modify the way automatic cell
>grouping occurs? If so, how?
>
>Note that I found this statement in the Help Browser under:
> Other Information>Menu Commands>Cell Menu>Cell Grouping>Automatic
>Grouping:
>
>"The grouping behavior of cells is controlled by the CellGroupingRules
>option."
>
>(If you like, you can use the following link to go to the section
>containing this statement. Copy the following text:
>
>Cell[BoxData[
> ButtonBox["CellGroupingRules",
> ButtonData:>{"Cell Grouping: Automatic", "AutomaticCellGrouping"},
> Active->True,
> ButtonStyle->"OtherInformationLink"]], "Input"]
>
>then paste into a Mathematica notebook, and allow Mathematica to
>interpret the cell expression.)
>
>But I haven't been able to find any other mention of this option. Is
>this an idea that wasn't implemented, or is it just undocumented?
>
>Thanks in advance for any information,
>
>Ron
>
>