From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4762 Path: main.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: Environments, Projects, Products, Components Date: Wed, 30 May 2001 15:14:00 +0000 Sender: owner-ntg-context@let.uu.nl Message-ID: <3B150E38.6060605@elvenkind.com> References: <15816128813.20010530134008@bigfoot.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035395400 28467 80.91.224.250 (23 Oct 2002 17:50:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:50:00 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:4762 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4762 Giuseppe Bilotta wrote: > Hello, > > I'm getting the first attempts to structured ConTeXt, and I needed > some clarifications. > > As I see it, it goes like this: > > environments are more or less the equivalent of LaTeX2e classes. > > Projects are collection of material (say, Calculus books) > > Products are the single books (say, Calculus, Advanced Calculus) > > Components are the single chapters of the various books. Correct. > Shouldn't I change chapfoo.tex so that it says \product bookb? Just delete the \product line alltogether, it is optional. :-) Or you can do it like this: chapfoo.tex: ... \product booka \input chapfoo-contents ... chapbar.tex: .... \product bookb \input chapfoo-contents ...