Command/startcomponent
From ConTeXt wiki
< Command
\startcomponent
Syntax
| \startcomponent ... ... \stopcomponent | |
| ... | \product yourproductname |
| ... | \project yourprojectname |
| ... | text |
Description
\startcomponent ... \stopcomponent is the
lowest level component in a project structure.
It can contain all kind of commands and text.
The component is linked to the project with
\project yourprojectname and if it is called by a
product it is linked to the product with
\product yourproductname.
Example
\startcomponent intro-issue1 \product issue1 \project projectname \chapter{Introduction to issue1} \section{Comment} Introduction to the issue1. \section{How to use this paper} \section{Reading further} \stopcomponent
See also
Help from ConTeXt-Mailinglist/Forum
All issues with: