Command/startproject
From ConTeXt wiki
< Command
\startproject
Syntax
| \startproject ... ... \stopproject | |
| ... | command |
| ... | text |
Description
\startproject ... \stopproject starts a project i.e. a structure, where the highest level is the project. Lower levels can be products e.g. chapters and components e.g. sections.
Example
\startproject projectname \startfrontmatter \product titlepage %Titlepage for the book \product TOC %Table of contents of the book \stopfrontmatter \startbodymatter \product issue1 %Local TOC %Introduction %Contents \product issue2 %Local TOC %Introduction %Contents \product issue3 %Local TOC %Introduction %Contents \stopbodymatter \startbackmatter \product appendices %Appendix 1 % Appendix 2 % Impressum \stopbackmatter \nomorefiles \stopproject
See also
Help from ConTeXt-Mailinglist/Forum
All issues with: