Changes

Jump to navigation Jump to search
2,078 bytes added ,  13:16, 6 September 2020
Created page with "Documentation for \startproduct ... \stopproduct"
<cd:commandgroup name="product" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The environment <tt>\startproduct ... \stopproduct</tt> is used for standalone products in a project
</cd:shortdesc>
<cd:variants>
<cd:command category="structure" file="file-job.mkvi" interfacedate="2020-06-19T13:41" interfacefile="i-document.xml" level="document" name="product" type="environment" variantnumber="1">
<cd:arguments>
<cd:keywords ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:file"></cd:constant>
<cd:constant type="*"></cd:constant>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command category="structure" file="file-job.mkvi" interfacedate="2020-06-19T13:41" interfacefile="i-document.xml" level="document" name="product" type="environment" variant="string" variantnumber="2">
<cd:arguments>
<cd:keywords delimiters="none" ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:file"></cd:constant>
<cd:constant type="*"></cd:constant>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:variants>
<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:examples><cd:example title="">
<texcode>
\startproduct issue1

\project projectname

Fill in the content of the product or add components (files)

\component intro-issue1

\component contents-issue1

\stopproduct
</texcode></cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:source file="file-job.mkvi" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>
<cd:wikipage page="Project structure"></cd:wikipage>
<cd:commandref name="environment"></cd:commandref>
<cd:commandref name="project"></cd:commandref></cd:seealso>
</cd:commandgroup>

Navigation menu