From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/29773 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: title of combinedlist Date: Fri, 28 Jul 2006 13:40:38 +0200 Message-ID: References: <801D5FFE-2BC5-471A-BFF4-2E995F2B9079@st.estfiles.de> <44C9DE5D.30602@wxs.nl> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1154086876 18354 80.91.229.2 (28 Jul 2006 11:41:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Jul 2006 11:41:16 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 28 13:41:13 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 1G6Qi7-0002Dt-8l for gctc-ntg-context-518@m.gmane.org; Fri, 28 Jul 2006 13:40:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id BD9EB1FF4F; Fri, 28 Jul 2006 13:40:53 +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 31847-03; Fri, 28 Jul 2006 13:40:47 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9B9D01FF46; Fri, 28 Jul 2006 13:40:47 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 109291FF46 for ; Fri, 28 Jul 2006 13:40:45 +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 31271-06-11 for ; Fri, 28 Jul 2006 13:40:43 +0200 (CEST) Original-Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by ronja.ntg.nl (Postfix) with SMTP id 146F91FF42 for ; Fri, 28 Jul 2006 13:40:42 +0200 (CEST) Original-Received: (qmail 29459 invoked from network); 28 Jul 2006 11:40:42 -0000 Original-Received: from unknown (HELO [62.134.73.4]) (698580@[62.134.73.4]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 28 Jul 2006 11:40:42 -0000 In-Reply-To: <44C9DE5D.30602@wxs.nl> Original-To: mailing list for ConTeXt users X-Mailer: Apple Mail (2.752.2) 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:29773 Archived-At: Am 28.07.2006 um 11:52 schrieb Hans Hagen: > Steffen Wolfrum wrote: >> Hi, >> >> how do I define the title of a combined list? >> >> -> completecontent has a predefined title (Content or Inhalt): how to >> change this? Yes, found this in lang-* : \setupheadtext [de] [content=Inhaltsverzeichnis] \placecombinedlist[content] >> -> my own defined combined lists don't show any title: where to >> define and how to show up? >> > maybe just use \title{whatever} followed by \placecombinedlist No, doesn't work. But when I use the syntax as above my own combinedlist (just some sections less than "content") .... \definecombinedlist[inhaltklein] [EbeneNull,EbeneEins,EbeneEinsOhne,EbeneZwei,EbeneZweiOhne] \setupcombinedlist[inhaltklein] [alternative=c,aligntitle=no,width=0.5cm] ... immediately ends up in an error: ! Missing \endcsname inserted. \@@ihinhaltkleincriterium \dosetfilterlevel ...l {\csname \??by \askedlevel \endcsname }\ifx \byaskedl... \dosettoclevel ...alue {#1#2\c!criterium }}\empty \else \doifelsevaluenothin... \doplacecombinedlist ...]\dosettoclevel \??ih {#1} \edef \combinedlist {\getv... \startbodymatter l.27 \startbodymatter ? Steffen