Difference between revisions of "Command/startproduct"

From Wiki
Jump to navigation Jump to search
(Created page with "Documentation for \startproduct ... \stopproduct")
 
 
Line 24: Line 24:
 
<cd:description>{{cmd|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 {{cmd|component| yourfile}}.  The product is linked to the project with {{cmd|project| yourprojectname}}.
 
<cd:description>{{cmd|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 {{cmd|component| yourfile}}.  The product is linked to the project with {{cmd|project| yourprojectname}}.
 
</cd:description>
 
</cd:description>
<cd:examples><cd:example title="">
+
<cd:examples><cd:example title=""><texcode>
<texcode>
 
 
\startproduct issue1
 
\startproduct issue1
  
Line 44: Line 43:
 
<cd:wikipage page="Project structure"></cd:wikipage>
 
<cd:wikipage page="Project structure"></cd:wikipage>
 
<cd:commandref name="environment"></cd:commandref>
 
<cd:commandref name="environment"></cd:commandref>
<cd:commandref name="project"></cd:commandref></cd:seealso>
+
<cd:commandref name="project"></cd:commandref>
 +
<cd:commandref name="component"></cd:commandref></cd:seealso>
 
</cd:commandgroup>
 
</cd:commandgroup>

Latest revision as of 13:17, 6 September 2020


\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: