Changes

Jump to navigation Jump to search
2,013 bytes added ,  13:23, 6 September 2020
Created page with "Documentation for \startproject ... \stopproject"
<cd:commandgroup name="project" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc>The environment <tt>\startproject ... \stopproject</tt> is used for grouping environments and products
</cd:shortdesc>
<cd:variants>
<cd:command category="structure" file="file-job.mkvi" interfacedate="2020-06-19T13:41" interfacefile="i-document.xml" level="document" name="project" 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="project" 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><code>\startproject ... \stopproject</code> starts a project. A project is a structure to produce multiple PDF files that use the same {{cmd|environment}}s. Each PDF file is defined by a {{cmd|product}}; each product may (re)use several {{cmd|component}}s internally.</cd:description>
<cd:examples><cd:example title="">
<texcode>
\startproject myworks

\environment mywork_setups

\product book1

\product book2

\product book3

\stopproject
</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="product"></cd:commandref>
<cd:commandref name="environment"></cd:commandref></cd:seealso>
</cd:commandgroup>

Navigation menu