From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27622 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: separating layout from content: section blocks? Date: Wed, 3 May 2006 19:34:49 +0200 Message-ID: <6faad9f00605031034i1537b650mc2b9d564c56a095e@mail.gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146677713 20515 80.91.229.2 (3 May 2006 17:35:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 May 2006 17:35:13 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed May 03 19:35:08 2006 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 1FbLFZ-0005bF-TL for gctc-ntg-context-518@m.gmane.org; Wed, 03 May 2006 19:34:57 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A88B2127BE; Wed, 3 May 2006 19:34:57 +0200 (CEST) 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 20479-07-3; Wed, 3 May 2006 19:34:52 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C00B1127B4; Wed, 3 May 2006 19:34:52 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id F2C21127B4 for ; Wed, 3 May 2006 19:34:50 +0200 (CEST) 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 20479-07-2 for ; Wed, 3 May 2006 19:34:49 +0200 (CEST) Original-Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by ronja.ntg.nl (Postfix) with SMTP id DFA75127B0 for ; Wed, 3 May 2006 19:34:49 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id x29so179816nfb for ; Wed, 03 May 2006 10:34:49 -0700 (PDT) Original-Received: by 10.49.5.5 with SMTP id h5mr1628095nfi; Wed, 03 May 2006 10:34:49 -0700 (PDT) Original-Received: by 10.48.162.20 with HTTP; Wed, 3 May 2006 10:34:49 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 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:27622 Archived-At: On 5/1/06, Andrew D. Crouse wrote: > To whom it may concern, > > I have a large document with several distinct pieces. Each piece has > different layout requirements. I can setup the layout before each > piece, but I would prefer to separate the layout from content. > Currently what is the best way to do this? I guess that you can use \startsetups[somename] ... whatever setups you need ... \stopsetups and then recall them by \setups[somename] I first saw the example of usage here, but didn't try them out by myself yet: http://source.contextgarden.net/tex/context/base/s-mag-01.tex http://www.pragma-ade.com/general/magazines/mag-0000.pdf Mojca