Parameter syntax:
[section_name
|'-'title_name
para_name
[sect1_name
sect2_name
...sectN_name
]? ]?
Decreases the level of explicitly selected sections by moving them out of their parent section.
This command, while designed for DocBook, can also be used with other document types provided that:
The content model of sections is compatible with the following:
section = title, ((elements_including_para
+, section*) | (section+)) sectN
= title, ((elements_including_para
+, sectM
*) | (sectM
+)) whereM
=N
+1
Elements which have roles similar to DocBook's section
, title
, para
, sect1
, sect2
, sect3
, sect4
, sect5
have been specified in the parameter string.
Specify '-' if the document type does not support``recursive sections' similar to DocBook section
.
Do not specify sect1_name
, sect2_name
, etc, if the document type exclusively supports ``recursive sections''.
It is possible to specify has many fixed-level sections sect1_name
, sect2_name
, etc, as needed to.
See also incrSectionLevel, which is the opposite command.
Examples:
decrSectionLevel decrSectionLevel sect sectTitle p decrSectionLevel - title paragraph section1 section2 section3 section4 section5 section6