From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/52886 Path: news.gmane.org!not-for-mail From: "George N. White III" Newsgroups: gmane.comp.tex.context Subject: typo in bibl-tra.mkii: firstiftwoarguments --> firstoftwoarguments Date: Sun, 13 Sep 2009 08:09:26 -0300 Message-ID: <22af238a0909130409l7eb7044n2217db5a4b50bc59@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252840203 32250 80.91.229.12 (13 Sep 2009 11:10:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 11:10:03 +0000 (UTC) To: NTG ConTeXt Original-X-From: ntg-context-bounces@ntg.nl Sun Sep 13 13:09:56 2009 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mmmxv-000073-OO for gctc-ntg-context-518@m.gmane.org; Sun, 13 Sep 2009 13:09:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D21C1C9ABB; Sun, 13 Sep 2009 13:09:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MBagiELZaDZ4; Sun, 13 Sep 2009 13:09:39 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 39F40C9A9B; Sun, 13 Sep 2009 13:09:38 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A5ED0C9A9B for ; Sun, 13 Sep 2009 13:09:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pyVLN-Rz4WxK for ; Sun, 13 Sep 2009 13:09:29 +0200 (CEST) Original-Received: from mail-yw0-f190.google.com (mail-yw0-f190.google.com [209.85.211.190]) by balder.ntg.nl (Postfix) with ESMTP id E0E07C9A90 for ; Sun, 13 Sep 2009 13:09:27 +0200 (CEST) Original-Received: by ywh28 with SMTP id 28so3462310ywh.15 for ; Sun, 13 Sep 2009 04:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5Chu03gge+yIes8Z7QSlNLjYOrKGZOSjL/K3bKxVQaY=; b=ci1BiwkS+jlzGvYE2d/aND0rpdpfk98J/rLgCXfEvSw32YOC6SnbnFaBAiDFoHchFI lz8z58CBiw4Bp22Hr6WFHD/qq+1C+djRNr9J609XtXyaUtEbgKaCHY8/mv+O41G/zC2q dZwwmPhQWUiWHhYLyqX++5glaD71SP+baZAhI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=N7cRNbBtz3x+uvUXu2fbU2LLdNQhallmrwmFzjVt9TuyQcj5TEJSJL3P/ocDutnTRo Ffmj9EqxoNgL8FsB1kxJ83EMJl2M/CYYbolfCsWDuDTGNOo9q6NtQXxVb75onyu9QeSB zSm9E4KDALvAUDFvt+NQbKC61begtZvmmzRL4= Original-Received: by 10.91.55.14 with SMTP id h14mr2638941agk.67.1252840166768; Sun, 13 Sep 2009 04:09:26 -0700 (PDT) X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:52886 Archived-At: ConTeXt ver: 2009.09.11 18:14 MKII fmt: 2009.9.13 int: english/english Using MkII documents with bibliographies fail because \firstiftwoarguments is undefined. Guessing this was meant to be firstoftwoarguments seems to work: $ diff -C3 bibl-tra.mkii.orig bibl-tra.mkii *** bibl-tra.mkii.orig 2009-09-11 08:59:47.000000000 -0300 --- bibl-tra.mkii 2009-09-13 07:51:39.000000000 -0300 *************** *** 1183,1189 **** \def\doifbibreferencefoundelse#1% {\preloadbiblist \doifdefinedelse{pbdk-#1} ! {\firstiftwoarguments} {\showmessage\m!publications{5}{#1 is unknown}% \secondoftwoarguments}} --- 1183,1189 ---- \def\doifbibreferencefoundelse#1% {\preloadbiblist \doifdefinedelse{pbdk-#1} ! {\firstoftwoarguments} {\showmessage\m!publications{5}{#1 is unknown}% \secondoftwoarguments}} -- George N. White III Head of St. Margarets Bay, Nova Scotia ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________