Command/startproduct

From Wiki
Jump to navigation Jump to search


\startproduct ... \stopproduct

Summary

The environment \startproduct ... \stopproduct is used for standalone products in a project

Settings

\startproduct[...] ... \stopproduct
[...]file *

Settings string

\startproduct ... ... \stopproduct
... file *

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

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: