Re: Can the user create CellGroupingRules?
- To: mathgroup at smc.vnet.net
- Subject: [mg61490] Re: Can the user create CellGroupingRules?
- From: "Sorcha" <sorcha.ni.fhlannabhra at gmail.com>
- Date: Wed, 19 Oct 2005 23:07:55 -0400 (EDT)
- References: <dj4qn4$kjr$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You can change the grouping rules for a cell or style by varying n in the option CellGroupingRules->{"SectionGrouping", n} Larger numbers will group under smaller numbers. For example, with the following definitions for cell style:CellGroupingRules -> value you can have a notebook in which each level of heading style is grouped under all those heading styles above it. (Unlike the default behaviour where Title and Subtitle do not group, for example). Title: CellGroupingRules->{"SectionGrouping",20} Subtitle: CellGroupingRules->{"SectionGrouping",30} Subsubtitle: CellGroupingRules->{"SectionGrouping",40} Section: CellGroupingRules->{"SectionGrouping",50} Subsection: CellGroupingRules->{"SectionGrouping",60} Subsubsection: CellGroupingRules->{"SectionGrouping",70}