From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14030 Path: main.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: countproblem Date: 11 Nov 2003 17:57:15 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <1068569835.1803.7.camel@eagle.militzer.net.local> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1068570348 1038 80.91.224.253 (11 Nov 2003 17:05:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Nov 2003 17:05:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Nov 11 18:05:46 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 1AJbxa-0007iP-00 for ; Tue, 11 Nov 2003 18:05:46 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id C6AD510B1C; Tue, 11 Nov 2003 18:05:41 +0100 (MET) Original-Received: from ws10-zva.region-aachen.de (ws10-zva.region-aachen.de [212.117.64.203]) by ref.ntg.nl (Postfix) with ESMTP id E00D110ABB for ; Tue, 11 Nov 2003 17:57:22 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by ws10-zva.region-aachen.de (Postfix) with ESMTP id 1D8B42C031 for ; Tue, 11 Nov 2003 17:57:22 +0100 (CET) Original-Received: by ws10-zva.region-aachen.de (Postfix, from userid 65534) id 5E58B2BFB1; Tue, 11 Nov 2003 17:57:20 +0100 (CET) Original-Received: from eagle.militzer.net.local (pD9540338.dip.t-dialin.net [217.84.3.56]) by ws10-zva.region-aachen.de (Postfix) with ESMTP id 73DAD1094A for ; Tue, 11 Nov 2003 17:57:17 +0100 (CET) Original-To: "ntg-context@ntg.nl" X-Mailer: Ximian Evolution 1.2.2 X-Virus-Scanned: by AMaViS snapshot-20020531 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:14030 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14030 Hi all! what is wong? % % % ad the points of each question \def\getPunkte[#1]{\advance\summeP by \number#1} % % show the points on the right side \def\showP[#1]{\inright{\hfill(#1 P.)}} % % handle the points \def\pkt[#1]% {% \showP[#1]% \getPunkte[#1] } % Using this macro in normal text like TestQuestion \pkt[5] it works!!! But when I use this macro in combination with enumeration I run in a problem example: % \defineenumeration[question][location=inmargin,text=,width=fit] % \question\pkt[5] TestQuestion\par nothing ist count in this case! Thanks for any help. Bernd