Command/startproduct

From Wiki
< Command
Revision as of 13:16, 6 September 2020 by Taco (talk | contribs) (Created page with "Documentation for \startproduct ... \stopproduct")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: