From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/40933 Path: news.gmane.org!not-for-mail From: Paul Gideon Dann Newsgroups: gmane.comp.tex.context Subject: Re: TOC columns Date: Wed, 07 May 2008 14:05:21 +0100 Message-ID: <4821A911.2010007@gmail.com> References: <48218051.60805@gmail.com> <48218BF4.1050108@wxs.nl> <482194A9.2020108@gmail.com> <115224fb0805070448r47e56913t5fa36bf24d30492f@mail.gmail.com> <48219B19.5020500@gmail.com> <115224fb0805070551n3d21ee1ey8a82f4d964bf2dc2@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0734243935==" X-Trace: ger.gmane.org 1210165701 18146 80.91.229.12 (7 May 2008 13:08:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 May 2008 13:08:21 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed May 07 15:08:46 2008 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 1JtjN5-0007mG-6n for gctc-ntg-context-518@m.gmane.org; Wed, 07 May 2008 15:07:47 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6796F1FC16; Wed, 7 May 2008 15:07:03 +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 06343-02-2; Wed, 7 May 2008 15:06:27 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 83DA61FC7B; Wed, 7 May 2008 15:06:03 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6815D1FBB8 for ; Wed, 7 May 2008 15:06:01 +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 06320-03-3 for ; Wed, 7 May 2008 15:05:26 +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 ESMTP id 635661FB8C for ; Wed, 7 May 2008 15:05:26 +0200 (CEST) Original-Received: by nf-out-0910.google.com with SMTP id c10so162672nfd.44 for ; Wed, 07 May 2008 06:05:26 -0700 (PDT) Original-Received: by 10.210.30.10 with SMTP id d10mr1857698ebd.72.1210165526143; Wed, 07 May 2008 06:05:26 -0700 (PDT) Original-Received: from Lemmie.local ( [83.217.97.162]) by mx.google.com with ESMTPS id z34sm2753156ikz.9.2008.05.07.06.05.24 (version=SSLv3 cipher=RC4-MD5); Wed, 07 May 2008 06:05:24 -0700 (PDT) User-Agent: Thunderbird 3.0a1pre (Macintosh/2008043003) In-Reply-To: <115224fb0805070551n3d21ee1ey8a82f4d964bf2dc2@mail.gmail.com> 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:40933 Archived-At: This is a multi-part message in MIME format. --===============0734243935== Content-Type: multipart/alternative; boundary="------------050704070309040603000807" This is a multi-part message in MIME format. --------------050704070309040603000807 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks Wolfgang. It's unfortunate that I can't use combinedlist, but I think I'll be OK without. Thanks again for your time, and I'll get in touch if I have any more difficulties :) Paul Wolfgang Schuster wrote: > On Wed, May 7, 2008 at 2:05 PM, Paul Gideon Dann > wrote: > >> The same example produces the problem for me. Maybe I have an older >> version? I got MacTex pretty recently (two weeks ago), but the version is: >> 2007.01.12 15:56. Here's the exact source: >> >> \definecombinedlist[content][chapter] >> >> \setuplist[chapter][after={\startcolumns\placelist[section]\stopcolumns}] >> >> \placecontent >> >> \starttext >> >> \dorecurse{3} >> {\chapter{Chapter} >> \dorecurse{4}{\section{Section}}} >> \stoptext >> > > Hi Paul, > > I could reproduce the problem also with a recent ConTeXt, replace > \placecontent with \placelist[chapter] and it works, I found no way > to get the same result with combinedlist. > > 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 > ___________________________________________________________________________________ > --------------050704070309040603000807 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks Wolfgang.  It's unfortunate that I can't use combinedlist, but I think I'll be OK without.  Thanks again for your time, and I'll get in touch if I have any more difficulties :)

Paul


Wolfgang Schuster wrote:
On Wed, May 7, 2008 at 2:05 PM, Paul Gideon Dann
<pdgiddie@googlemail.com> wrote:
  
The same example produces the problem for me.  Maybe I have an older
version?  I got MacTex pretty recently (two weeks ago), but the version is:
2007.01.12 15:56.  Here's the exact source:

\definecombinedlist[content][chapter]

\setuplist[chapter][after={\startcolumns\placelist[section]\stopcolumns}]

\placecontent

\starttext

\dorecurse{3}
  {\chapter{Chapter}
   \dorecurse{4}{\section{Section}}}
\stoptext
    

Hi Paul,

I could reproduce the problem also with a recent ConTeXt, replace
\placecontent with \placelist[chapter] and it works, I found no way
to get the same result with combinedlist.

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
___________________________________________________________________________________
  
--------------050704070309040603000807-- --===============0734243935== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ___________________________________________________________________________________ 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 ___________________________________________________________________________________ --===============0734243935==--