Starter Template
If you just want to get started, you can download this template that showcases most features available:
View file | ||
---|---|---|
|
Structure
Paragraph styles define a reference to word styles that can then be used in various nodes (such as paragraph nodes and section nodes).
...
All columns next to the leftmost columns are ignored and can be used to add examples or any other supporting information.
Behavior
Paragraph nodes
The logic for using a style in paragraph nodes is as follows:
If the paragraph node is a direct child of a layout node and no style is specified, use the style of the slot it is in
If a style is specified, use it
If a style is specified but it doesn’t exist, generate a warning and use no style at all
If no style is specified, use the default style. If no default style exists, use none at all.
If the special “none” style is specified, use no style at all
Section nodes
The logic for using a style in section nodes is as follows:
If a style is specified, use it
If a style is specified but it doesn’t exist, generate a warning and use the style “Header x” where x is the level of the section node in the abstract report tree
If no style is specified, use the default one. If no default style exists, use the style “Header x” where x is the level of the section node in the abstract report tree
If the special “none” style is specified, use the “Header x” algorithm for finding a style.
Metadata
The metadata comment must be set on the referenced style in the table.
...