30.1.3 Understanding how templates are chained together
Configuration templates are chained together in a series, each accessing all the settings in the next, plus all the settings in all other templates farther up the chain. If a given setting appears in more than one template in a chain, the instance of that setting closest to your project configuration file takes precedence over any that are farther away.
Table 30-1 Output-type-specific general configuration files
Each project configuration file references an output-type-specific local configuration file. This editable local configuration file in turn references its system counterpart, which references the next editable local configuration file in the chain, and so forth.
For example, the MS Word starting project configuration file _m2rtf.ini references this chain of general configuration templates and files:
local_m2rtf_config.ini-> m2rtf_config.ini ->
local_m2g_config.ini -> m2g_config.ini ->
The HTML starting project configuration file references this chain:
local_m2htm_config.ini -> m2htm_config.ini ->
local_m2g_config.ini -> m2g_config.ini ->
Some chains are longer. For example, for OmniHelp output, the chain looks like this:
local_m2omnihelp_config.ini -> m2omnihelp_config.ini ->
local_m2help_config.ini -> m2help_config.ini ->
local_m2htm_config.ini -> m2htm_config.ini ->
local_m2g_config.ini -> m2g_config.ini ->
All general configuration chains go through either m2htm_config.ini (for HTML or XML output) or m2rtf_config.ini (for Word or WinHelp output). These two configuration templates reference the macro configuration files and templates, through side chains. Therefore, as long as your project configuration file references one of the output-specific configuration files, you do not have to include settings in your project configuration file to reference those other files.
§30.1.4 Understanding how macro libraries are organized
> 30 Working with templates > 30.1 Working with configuration templates > 30.1.3 Understanding how templates are chained together