Changes

Jump to navigation Jump to search
271 bytes added ,  21:46, 27 January 2012
(1) Bring table into line with This Way #1101; (2) use clearer phrases.
</texcode>
(This is untested. I assume that ConTeXt automatically looks automatically into parent directories.)
==Command behaviour==
Depending on the (Within a <code>\start-...\stop) ...</code> environment, project, product, and environment a command will either load a file definition files are loaded only once, or many times or not while component files are loaded at allevery mention. In addition, certain loading commands are ignored inside certain environments -- for example, it makes no sense to load a <code>\component</code> inside a <code>\startenvironment</code> block. The following table specifies what happens when: below gives an overview.
{|
| || <cmd>project</cmd> || <cmd>environment</cmd> || <cmd>product</cmd> || <cmd>component</cmd>
|-
| <cmd>starttext</cmd> || once &mdash; || once || once &mdash; || many at every mention
|-
| <cmd>startproject</cmd> || once &mdash; || none once || once || none &mdash;
|-
| <cmd>startenvironment</cmd> || once &mdash; || none once || once &mdash; || none &mdash;
|-
| <cmd>startproduct</cmd> || once || once || once &mdash; || none at every mention
|-
| <cmd>startcomponent</cmd> || once || once || once &mdash; || none at every mention
|}

Navigation menu