Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
bds [2023/11/02 19:52] – [Layout Specific Name Conventions] export command layout call order brucemutton | bds [2024/11/17 05:49] (current) – [Concepts] clarify maps off brucemutton | ||
---|---|---|---|
Line 83: | Line 83: | ||
** | ** | ||
'' | '' | ||
- | '' | + | '' |
- | '' | + | '' |
'' | '' | ||
** | ** | ||
Line 156: | Line 156: | ||
**Source** | **Source** | ||
\\ \\ | \\ \\ | ||
- | **maps** if maps OFF is chosen, defined map structures are NOT parsed to the outputs (therefore offsets are disabled and previews of passages are not shown). | + | **maps** if maps OFF is chosen, defined map structures are NOT parsed to the outputs (therefore offsets are disabled and previews of passages are not shown). |
\\ \\ | \\ \\ | ||
**maps-offset** if OFF is chosen, defined offsets are ignored, and the scraps are drawn in their true positions. | **maps-offset** if OFF is chosen, defined offsets are ignored, and the scraps are drawn in their true positions. | ||
Line 196: | Line 196: | ||
The key to understanding which setting will prevail is knowing that; | The key to understanding which setting will prevail is knowing that; | ||
- | * the order in which the layouts are called (by a copy statement for example) determines the order that the parameters are changed, the last one called determines the final value, | + | * the order in which the layouts are called (by a copy statement for example) determines the order that the parameters are changed, the last one called determines the final value (but see https:// |
- | * layouts called in an export statement are processed in reverse | + | * layouts called in an export statement are processed in order, the last one called determines the final value, and |
* the order or presence of an input statement has no effect on the order the parameters are changed. | * the order or presence of an input statement has no effect on the order the parameters are changed. | ||