From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40773 Path: news.gmane.org!not-for-mail From: "Wolfgang Schuster" Newsgroups: gmane.comp.tex.context Subject: Re: columns and \definemakeup Date: Tue, 29 Apr 2008 13:32:30 +0200 Message-ID: <115224fb0804290432u47e4665alf7a5b21d9116c7a2@mail.gmail.com> References: <87lk2xnd6w.fsf@googlemail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209468857 22606 80.91.229.12 (29 Apr 2008 11:34:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 11:34:17 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Tue Apr 29 13:34:53 2008 connect(): Connection refused 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 lo.gmane.org with esmtp (Exim 4.50) id 1Jqo6n-0003mc-Bc for gctc-ntg-context-518@m.gmane.org; Tue, 29 Apr 2008 13:34:53 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id DF9451FBEB; Tue, 29 Apr 2008 13:34:10 +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 10558-05-2; Tue, 29 Apr 2008 13:33:29 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BA2781FC67; Tue, 29 Apr 2008 13:33:28 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A7D6F1FC67 for ; Tue, 29 Apr 2008 13:33:26 +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 12167-01-2 for ; Tue, 29 Apr 2008 13:32:47 +0200 (CEST) Original-Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157]) by ronja.ntg.nl (Postfix) with ESMTP id C6F291FBAC for ; Tue, 29 Apr 2008 13:32:46 +0200 (CEST) Original-Received: by yw-out-1718.google.com with SMTP id 5so913395ywm.74 for ; Tue, 29 Apr 2008 04:32:31 -0700 (PDT) Original-Received: by 10.150.144.9 with SMTP id r9mr4872419ybd.242.1209468750958; Tue, 29 Apr 2008 04:32:30 -0700 (PDT) Original-Received: by 10.151.113.9 with HTTP; Tue, 29 Apr 2008 04:32:30 -0700 (PDT) In-Reply-To: <87lk2xnd6w.fsf@googlemail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:40773 Archived-At: On Tue, Apr 29, 2008 at 12:54 PM, Suno Ano wrote: > Hi Folks! > > I am in the curse of setting up the environment plus a project structure > for a book. My problem is with a few pages like for example colofon > where I used > > ,----[ content from comp_colophon.tex ] > | \startcomponent comp_colophon > | \product prod_back_matter > | \project proj_a_book > | > | \startstandardmakeup[doublesided=no, page=right] > | > | \startalignment[flushleft] > | \ssd Colophon\par > | \blank[1mm] > | \ssa \title\par > | \stopalignment > | > | \hairline > | > | \stopstandardmakeup > | > | % ------- > | > | \startstandardmakeup[doublesided=no, page=left] > | \stopstandardmakeup > | > | > | \stopcomponent > `---- > > Now I want the text to be in columns -- two that is ... However, I tried > with > > ,---- > | \startcolumns[n=2] > | > | \stopcolumns > `---- > > and > > ,---- > | \definecolumnset[example][n=2] > | > | \starttext > | \startcolumnset[example] > | \dorecurse{15}{\fakewords{100}{200}\par} > | \stopcolumnset > | \stoptext > `---- > > but I just get one column in both cases. Can anyone tell me how I would > for example use \definemakeup in order to get exactly what > \startstandardmakeup and \stopstandardmakeup provides me with PLUS the > text gets typeset into two columns? Maybe if it is not possible with > \definemakeup what else could I do? Tia! Try this: \starttext \startstandardmakeup \startsimplecolumns \dorecurse{3}{\input knuth\par} \stopsimplecolumns \stopstandardmakeup \stoptext Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________