Contents
Summary
The environment
\startproduct ... \stopproduct
is used for standalone products in a project
Settings
Settings string
Description
\startproduct
...\stopproduct
is a standalone part of the project structure. A product can contain any commands and text. A product can contain component files with
\component
yourfile
. The product is linked to the project with
\project
yourprojectname
.
Examples
Example 1
\startproduct issue1 \project projectname Fill in the content of the product or add components (files) \component intro-issue1 \component contents-issue1 \stopproduct