From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/15977 Path: main.gmane.org!not-for-mail From: Brooks Moses Newsgroups: gmane.comp.tex.context Subject: Re: 2 m-bib questions Date: Sun, 08 Aug 2004 10:47:58 -0700 Sender: ntg-context-bounces@ntg.nl Message-ID: <4.3.1.2.20040808104118.02cd5920@cits1.stanford.edu> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1091987286 22982 80.91.224.253 (8 Aug 2004 17:48:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Aug 2004 17:48:06 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Sun Aug 08 19:47:57 2004 Return-path: Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Btrm0-000720-00 for ; Sun, 08 Aug 2004 19:47:56 +0200 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 9EAE11277E; Sun, 8 Aug 2004 19:47:55 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24774-04; Sun, 8 Aug 2004 19:47:53 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id E6AA912772; Sun, 8 Aug 2004 19:47:52 +0200 (CEST) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 93BD412772 for ; Sun, 8 Aug 2004 19:47:52 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (ronja.vet.uu.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 24632-05 for ; Sun, 8 Aug 2004 19:47:52 +0200 (CEST) Original-Received: from smtp3.Stanford.EDU (unknown [171.67.16.138]) by ronja.ntg.nl (Postfix) with ESMTP id B0A1E126F8 for ; Sun, 8 Aug 2004 19:47:51 +0200 (CEST) Original-Received: from Brooks1.stanford.edu (DNab42a508.Stanford.EDU [171.66.165.8]) by smtp3.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i78HllFF010545 for ; Sun, 8 Aug 2004 10:47:48 -0700 X-Sender: brooks@cits1.stanford.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Original-To: ntg-context@ntg.nl In-Reply-To: X-Virus-Scanned: by amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl Xref: main.gmane.org gmane.comp.tex.context:15977 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:15977 At 10:25 AM 8/8/2004, you wrote: >* I'm going to add some multi-lingual support to m-bib. My idea is, to > replace in cont-XX.bst and bibl-XXX.tex "page" by "\pagename", "and" by > "\andname" and so on. Is this method ok? If not, how should I do it (not > too complicated please ;) ? One problem with that method is that those names seem relatively common, and thus likely to lead to conflicts in the future. I would thus suggest \bibitempagename, \bibitemandname, and similar. (Since ConTeXt allows "!" in macro names, maybe \bibitem!pagename, \bibitem!andname, and so forth would be more readable.) - Brooks