From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/24620 Path: news.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: section prefix=+ (oops) Date: Wed, 21 Dec 2005 23:25:28 -0800 Message-ID: References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135236411 21085 80.91.229.2 (22 Dec 2005 07:26:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Dec 2005 07:26:51 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Dec 22 08:26:50 2005 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1EpKqe-0006IS-91 for gctc-ntg-context-518@m.gmane.org; Thu, 22 Dec 2005 08:26:48 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C5F012897; Thu, 22 Dec 2005 08:26:48 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11106-05-3; Thu, 22 Dec 2005 08:26:45 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 43D2D12884; Thu, 22 Dec 2005 08:26:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3F40012884 for ; Thu, 22 Dec 2005 08:26:43 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11106-05-2 for ; Thu, 22 Dec 2005 08:26:41 +0100 (CET) Original-Received: from fed1rmmtao02.cox.net (fed1rmmtao02.cox.net [68.230.241.37]) by ronja.ntg.nl (Postfix) with ESMTP id 6169112882 for ; Thu, 22 Dec 2005 08:26:40 +0100 (CET) Original-Received: from [10.0.1.2] (really [70.191.56.23]) by fed1rmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051222072510.HHKV17006.fed1rmmtao02.cox.net@[10.0.1.2]> for ; Thu, 22 Dec 2005 02:25:10 -0500 In-Reply-To: Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.746.2) X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:24620 Archived-At: Oops. Sorry. You should omit that \environment bookenv. On Dec 21, 2005, at 11:21 PM, David Arnold wrote: > Hans et al, > > We'll have different teachers writing different sections of a multi- > chapter, multi-section document. The following use of prefix=+, as > far as I can see, will keep them from stumbling over each other's > references while they are working independently. I wonder how this > will work in the project-product-component structure? > > % output=pdf > > > \environment bookenv > > \setuphead[section] > [prefix=+] > > \starttext > > \startuseMPgraphic{david} > draw unitsquare scaled 2cm withpen pencircle scaled 5mm withcolor red; > \stopuseMPgraphic > > \startbuffer[table] > \starttable[|c|c|] > \HL > \VL This \VL is \VL\FR > \VL a \VL table \VL\LR > \HL > \stoptable > \stopbuffer > > \startbuffer[figure] > \startcombination[2*1] > {\useMPgraphic{david}}{First caption} > {\useMPgraphic{david}}{Second caption} > \stopcombination > \stopbuffer > > \completecontent > > \chapter[quadratic]{Quadratic Functions} > > \input tufte > > \section[parabola]{The Parabola} > > \input tufte > > \placefigure[][fig:1] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > \placetable[][tab:1] > {A very simple example of a table.} > {\getbuffer[table]} > > \input tufte > > \placefigure[][fig:2] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots. > > \section[vertex]{Vertex Form} > > \input tufte > > \placefigure[][fig:1] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > \placetable[][tab:1] > {A very simple example of a table.} > {\getbuffer[table]} > > \input tufte > > \placefigure[][fig:2] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots. > > \chapter[poly]{Polynomial Functions} > > \input tufte > > \section[end]{End Behavior} > > \input tufte > > \placefigure[][fig:1] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > \placetable[][tab:1] > {A very simple example of a table.} > {\getbuffer[table]} > > \input tufte > > \placefigure[][fig:2] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > In \in{Figure}[fig:1] on \at{page}[fig:1], we see \ldots. > > > \section[zeros]{Zeros} > > \input tufte > > \placefigure[][fig:1] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > \placetable[][tab:1] > {A very simple example of a table.} > {\getbuffer[table]} > > \input tufte > > \placefigure[][fig:2] > {This is the caption of the figure.} > {\getbuffer[figure]} > > \input tufte > > In \in{Figure}[parabola:fig:1] on \at{page}[parabola:fig:1], we see > \ldots. > > \stoptext > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context