From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28638 Path: news.gmane.org!not-for-mail From: Bernd Militzer Newsgroups: gmane.comp.tex.context Subject: Re: Undefined control sequence. Date: Sat, 17 Jun 2006 17:39:17 +0200 Message-ID: <1150558757.4155.4.camel@eagle.intern> References: <1150538248.4134.8.camel@eagle.intern> <6faad9f00606170722keb9432s6fbdf755af8a8c63@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150558723 27713 80.91.229.2 (17 Jun 2006 15:38:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 15:38:43 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 17 17:38:42 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 1Frcsk-0003ti-3T for gctc-ntg-context-518@m.gmane.org; Sat, 17 Jun 2006 17:38:42 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 23CBC127D9; Sat, 17 Jun 2006 17:38:42 +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 14418-08; Sat, 17 Jun 2006 17:38:34 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1AD8A12818; Sat, 17 Jun 2006 17:38:34 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9AC2A12818 for ; Sat, 17 Jun 2006 17:38:31 +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 11040-04 for ; Sat, 17 Jun 2006 17:38:28 +0200 (CEST) Original-Received: from new.militzer.net (new.militzer.net [81.169.143.226]) by ronja.ntg.nl (Postfix) with SMTP id 37F34127D9 for ; Sat, 17 Jun 2006 17:38:27 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by new.militzer.net (Postfix) with ESMTP id A9355184078 for ; Sat, 17 Jun 2006 17:38:26 +0200 (CEST) Original-Received: from new.militzer.net ([127.0.0.1]) by localhost (new [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15921-04 for ; Sat, 17 Jun 2006 17:38:23 +0200 (CEST) Original-Received: from eagle.intern (pD9E6292B.dip.t-dialin.net [217.230.41.43]) by new.militzer.net (Postfix) with ESMTP id BA01D184077 for ; Sat, 17 Jun 2006 17:38:22 +0200 (CEST) Original-To: "ntg-context@ntg.nl" In-Reply-To: <6faad9f00606170722keb9432s6fbdf755af8a8c63@mail.gmail.com> X-Mailer: Evolution 2.0.1 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at new.militzer.net 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:28638 Archived-At: Am Samstag, den 17.06.2006, 16:22 +0200 schrieb Mojca Miklavec: > What about the following? > > % \PID will create a new ently and \getPID will recall an existing one > \definesynonyms[PID][PIDs][\getPID] > > \PID{8}{Militzer, Hermann Paul (8)} > \PID{16}{Militzer, Johann Wilhelm Hermann (16)} > \PID{33}{Militzer, Henriette (33)} > \PID{8448}{Militzer, Adam (8448)} > > \starttext > > \section[UkPID8A]{\getPID{8}\ -- Allgemein} > > \stoptext > > Mojca thanks, that solution ist perfect. Bernd