From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/86359 Path: news.gmane.org!not-for-mail From: Pablo Rodriguez Newsgroups: gmane.comp.tex.context Subject: \setuplist[alternative=inmargin, sectionsegments=section]? Date: Wed, 19 Feb 2014 19:02:34 +0100 Message-ID: <5304F1BA.70502@gmx.es> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1392832971 19847 80.91.229.3 (19 Feb 2014 18:02:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Feb 2014 18:02:51 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Wed Feb 19 19:03:00 2014 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([5.39.185.229]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WGBU3-000670-5f for gctc-ntg-context-518@m.gmane.org; Wed, 19 Feb 2014 19:02:59 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A177F101F1; Wed, 19 Feb 2014 19:02:57 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kokOVxR5X4Yh; Wed, 19 Feb 2014 19:02:54 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [IPv6:::1]) by balder.ntg.nl (Postfix) with ESMTP id 2CD84101E6; Wed, 19 Feb 2014 19:02:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C5B42101E6 for ; Wed, 19 Feb 2014 19:02:52 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xNmQ4luOeGqn for ; Wed, 19 Feb 2014 19:02:51 +0100 (CET) Original-Received: from filter4-ams.mf.surf.net (filter4-ams.mf.surf.net [192.87.102.72]) by balder.ntg.nl (Postfix) with ESMTP id 9FF9F101E2 for ; Wed, 19 Feb 2014 19:02:41 +0100 (CET) Original-Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by filter4-ams.mf.surf.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id s1JIHeU2013395 for ; Wed, 19 Feb 2014 19:17:40 +0100 Original-Received: from [192.168.1.33] ([88.13.159.62]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LvE2c-1XG5in1NIo-010PfE for ; Wed, 19 Feb 2014 19:02:39 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 X-Provags-ID: V03:K0:AzOgiyujtKYP8Vr/Pi/I65xLMCSJiNiPb5kmBJkMtw5k4S+sILg H99PAJjiDIjfqzaz82hNcYlo5Qo0Uh9Xagg2KLAG5PXOqOrmODAuD757fLgDof0OSN9IjmO Xg4qo0jaKrS8G0Zzy5gynfviC1zTXjovnQ7Qgmk4n0PQoz13rZKGlzi2ipyyp/uqTXd4jk6 P58UegBuOZXdyM+mNIMJQ== X-Bayes-Prob: 0.0001 (Score 0, tokens from: ntg-context@ntg.nl, base:default, @@RPTN) X-CanIt-Geo: ip=212.227.17.22; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 01LsihEOy - c58cfc0c1910 - 20140219 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.72 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.14 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl Original-Sender: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:86359 Archived-At: Dear list, I have the following sample: \setupheads\setuphead[chapter][sectionsegments=chapter, align=center] \setuphead[section][alternative=inmargin] \setuplist[section][alternative=d, style=\itx] \starttext \placecontent \startfrontmatter \dorecurse{2}{\chapter{Chapter} \dorecurse{10}{\section{Section}\input zapf}} \startfrontmatter \startbodymatter \dorecurse{2}{\part{Part} \dorecurse{2}{\chapter{Chapter} \dorecurse{10}{\section{Section}\input knuth}}} \stopbodymatter \stoptext My question is: how can I achieve \setuplist[chapter][alternative=inmargin] and \setuplist[section][sectionsegments=section]? I know these options are not implemented for \setuplist, but I think they would be extremely useful, if they were implemented. Many thanks for your help, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________