From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/28637 Path: news.gmane.org!not-for-mail From: "Mojca Miklavec" Newsgroups: gmane.comp.tex.context Subject: Re: Undefined control sequence. Date: Sat, 17 Jun 2006 16:22:28 +0200 Message-ID: <6faad9f00606170722keb9432s6fbdf755af8a8c63@mail.gmail.com> References: <1150538248.4134.8.camel@eagle.intern> 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 1150557959 25577 80.91.229.2 (17 Jun 2006 15:25:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2006 15:25:59 +0000 (UTC) Cc: Bernd Militzer Original-X-From: ntg-context-bounces@ntg.nl Sat Jun 17 17:25:57 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 1FrcgN-0002Mx-1M for gctc-ntg-context-518@m.gmane.org; Sat, 17 Jun 2006 17:25:56 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E911A1281B; Sat, 17 Jun 2006 17:25:54 +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-02; Sat, 17 Jun 2006 17:25:49 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7849A12818; Sat, 17 Jun 2006 17:25:49 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B77BE12818 for ; Sat, 17 Jun 2006 17:25:46 +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-02 for ; Sat, 17 Jun 2006 17:25:44 +0200 (CEST) Original-Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by ronja.ntg.nl (Postfix) with SMTP id C5F28127A6 for ; Sat, 17 Jun 2006 17:25:43 +0200 (CEST) Original-Received: by ug-out-1314.google.com with SMTP id k40so2023953ugc for ; Sat, 17 Jun 2006 08:25:43 -0700 (PDT) Original-Received: by 10.78.26.9 with SMTP id 9mr1292932huz; Sat, 17 Jun 2006 07:22:28 -0700 (PDT) Original-Received: by 10.78.72.12 with HTTP; Sat, 17 Jun 2006 07:22:28 -0700 (PDT) Original-To: "mailing list for ConTeXt users" In-Reply-To: <1150538248.4134.8.camel@eagle.intern> Content-Disposition: inline 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:28637 Archived-At: On 6/17/06, Bernd Militzer wrote: > Hi, > > for a large project I defined names for a lot of persons like > > \global\def\PIDacht{Militzer, Hermann Paul (8)} > \global\def\PIDeinsacht{Militzer, Johann Wilhelm Hermann (16)} > \global\def\PIDdreidrei{Militzer, Henriette (33)} > \global\def\PIDachtviervieracht{Militzer, Adam (8448)} 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