You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Felix Kopecky edited this page Jan 25, 2022
·
1 revision
The Generic Style Rules recommend that sectioning is done “exhaustively”. This means that any chapter or section that has a section on the next level needs to have at least two on this level. For example, a Section 2.2. would be in violation of this rule if it had just one Subsection 2.2.1.
There are three basic strategies to resolve these issues:
Add another subsection before or after the only child on the same level.
Promote the subsection by one level. In the example above, Section 2.2.1 would become the new Section 2.3.
Remove the section heading of the only child and integrate the text belonging to it to the upper level.