Command/startproject

Unofficial ConTeXt Wiki mirror

Last modified: 2025-01-05

Summary

The environment \startproject ... \stopproject is used for grouping environments and products

Settings

\startproject[...] ... \stopproject
[...] file *

Settings string

\startproject ... ... \stopproject
... file *

Description

\startproject ... \stopproject starts a project. A project is a structure to produce multiple PDF files that use the same \environment s. Each PDF file is defined by a \product ; each product may (re)use several \component s internally.

Project files are not meant to be processed themselves. Their function is to connect a common set of \environments to a list of otherwise independent products.

Examples

Example 1

\startproject myworks

   \environment  mywork_setups

   \product book1

   \product book2

   \product book3

\stopproject

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: