From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13342 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Probelm with \defineenumeration Date: Thu, 18 Sep 2003 20:13:01 +0200 Organization: BOEDE Sender: ntg-context-admin@ntg.nl Message-ID: <001801c37e10$8211ffa0$0100a8c0@vademecum> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063909194 24990 80.91.224.253 (18 Sep 2003 18:19:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2003 18:19:54 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Thu Sep 18 20:19:52 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A03Ng-0002CL-00 for ; Thu, 18 Sep 2003 20:19:52 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4920410B04; Thu, 18 Sep 2003 20:19:46 +0200 (MEST) Original-Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by ref.ntg.nl (Postfix) with ESMTP id A921210ACC for ; Thu, 18 Sep 2003 20:13:04 +0200 (MEST) Original-Received: from vademecum (a80-126-172-1.adsl.xs4all.nl [80.126.172.1]) by smtpzilla2.xs4all.nl (8.12.9/8.12.9) with SMTP id h8IID2BU071264 for ; Thu, 18 Sep 2003 20:13:02 +0200 (CEST) Original-To: "ConTeXt" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13342 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13342 Hi everybody, While trying to setup a simple literature reference list I encounter the following problem: I have defined an enumeration. After typesetting the enumerated list I get on the first line the enumeration text and lost and alone in front of the second line the enumeration number. Is this something I do in a wrong way or is there a bug? Please try the minimal example below Kind regards Willi \setupoutput[pdftex] \defineenumeration [Literatur] [location={left,serried}, style=\em, width=broad, distance=12pt, headstyle=\tfx, text=\em, left={[}, right={]}, inbetween={\blank[small]}, after={\blank[small]}] \starttext \Literatur[Wiese1964] F. Wiese. Buchbinden. 1964. \Literatur[Goddijn1994] P.Goddijn. Het restaureren van boeken. Koninglijke Bibliotheek, Den Haag.1994. \stoptext