From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/19061 Path: news.gmane.org!not-for-mail From: ishamid Newsgroups: gmane.comp.tex.context Subject: m-bib issues Date: Wed, 16 Mar 2005 23:59:07 -0700 Message-ID: <4239D321@webmail.colostate.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1111042683 10527 80.91.229.2 (17 Mar 2005 06:58:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2005 06:58:03 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Thu Mar 17 07:58:03 2005 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 1DBox6-0007UN-Oq for gctc-ntg-context-518@m.gmane.org; Thu, 17 Mar 2005 07:57:52 +0100 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id C289E12886; Thu, 17 Mar 2005 07:59:18 +0100 (CET) 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 22339-01; Thu, 17 Mar 2005 07:59:14 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4DF6412842; Thu, 17 Mar 2005 07:59:14 +0100 (CET) Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2C0B812842 for ; Thu, 17 Mar 2005 07:59:12 +0100 (CET) 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 22319-01 for ; Thu, 17 Mar 2005 07:59:11 +0100 (CET) Original-Received: from eagle.colostate.edu (eagle.acns.colostate.edu [129.82.100.90]) by ronja.ntg.nl (Postfix) with ESMTP id D1E0012827 for ; Thu, 17 Mar 2005 07:59:10 +0100 (CET) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by eagle.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j2H6x7S858978 for ; Wed, 16 Mar 2005 23:59:07 -0700 Original-Received: from webmail.colostate.edu (csunts4.acns.colostate.edu [129.82.100.135]) by lamar.colostate.edu (AIX5.1/8.11.6p2/8.11.0) with ESMTP id j2H6x7H924514 for ; Wed, 16 Mar 2005 23:59:07 -0700 X-WebMail-UserID: ishamid Original-To: mailing list for ConTeXt users X-EXP32-SerialNo: 00002247, 00002264 X-Mailer: Infinite Mobile Delivery (Hydra) SMTP v3.62.01 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: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: by amavisd-new at ntg.nl X-MailScanner-From: ntg-context-bounces@ntg.nl X-MailScanner-To: gctc-ntg-context-518@m.gmane.org Xref: news.gmane.org gmane.comp.tex.context:19061 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:19061 Dear knights of the round table, I've been using a very old bib module up to now, with lots of personal tweaks, workarounds etc. (mission-critical issues--no time 2 deal with painful upgrades); now I'm starting fresh with the latest. Here is one issue: The \startpublication[a= ] option seems to cause m-bib to choke on some accents. Here is an example: ============test-bib.bbl=============== \startpublication[k=ahsaif, t=book, a=\AHSAI, y=1856, s=\AHSAI1856] %\author[\v Say\h h]{A\.hmad Ibn Zayni \Al-D\={i}n}[A.]{}{\Ah} \author[\v Say\h h]{A\.hmad Ibn Zayni \Al-D\={i}n}[A.]{}{\Ah} \title{\v Sar\.hu \~al-Faw\={a}\'id} \pubname{n.p.} \city{Tabriz} \pubyear{1856} \stoppublication \startpublication[k=ahsaijk, t=book, a=\AHSAI, y=1856--59, s=\AHSAI1856--59] \author[\v Say\h h]{A\.hmad Ibn Zayni \Al-D\={i}n}[A.]{}{\Ah} \title{Jaw\={a}mi\`u \~al-Kalim} \pubname{n.p.} \note{Two volumes} \city{Tabriz} \pubyear{1856--59} \stoppublication ======================================= and here is the accompanying tex file ============test-bib.tex=============== \setupoutput[pdftex] \usemodule[bib] \def\AHSAI{A\d hs\=a'\~\i} %\def\AHSAI{A\d hs\=a'i} \input test-bib.bbl \starttext \cite[ahsaif] \cite[ahsaijk] \stoptext ======================================= In this example the \startpublication[a= ] option chokes on \~. Any help/chivalry will be appreciated! Best Idris Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523