From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11304 Path: main.gmane.org!not-for-mail From: Eckhart =?iso-8859-1?q?Guth=F6hrlein?= Newsgroups: gmane.comp.tex.context Subject: Re: m-bib question Date: Tue, 11 Mar 2003 09:15:20 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <200303110915.20844.eckhart.guthoehrlein@uni-bielefeld.de> References: <827FE3AD-5377-11D7-93AD-0050E4258255@fastmail.fm> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1047370726 15059 80.91.224.249 (11 Mar 2003 08:18:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 11 Mar 2003 08:18:46 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Tue Mar 11 09:18:43 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18seyB-0003uV-00 for ; Tue, 11 Mar 2003 09:18:43 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id BC74110B5A; Tue, 11 Mar 2003 09:19:23 +0100 (MET) Original-Received: from mail.uni-bielefeld.de (mail2.uni-bielefeld.de [129.70.4.90]) by ref.ntg.nl (Postfix) with ESMTP id 4955710AB6 for ; Tue, 11 Mar 2003 09:15:24 +0100 (MET) Original-Received: from hades.chemie.uni-bielefeld.de (hades.chemie.uni-bielefeld.de [129.70.172.80]) by mail.uni-bielefeld.de (Sun Internet Mail Server sims.4.0.2000.10.12.16.25.p8) with ESMTP id <0HBK008I9S9LU2@mail.uni-bielefeld.de> for ntg-context@ntg.nl; Tue, 11 Mar 2003 09:15:22 +0100 (MET) In-reply-to: <827FE3AD-5377-11D7-93AD-0050E4258255@fastmail.fm> Original-To: ntg-context@ntg.nl Content-Disposition: inline User-Agent: KMail/1.5 Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11304 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11304 Am Dienstag, 11. M=E4rz 2003 05:11 schrieb Bruce D'Arcus: > How do I get (Author, Date: cited page)? So, something like (Smith, > 1999: 23). =2D--------- Weitergeleitete Nachricht ---------- Subject: Re: [NTG-context] bibtex Date: Freitag, 14. Februar 2003 11:07 =46rom: Adam Lindsay To: ntg-context@ntg.nl, Idris S Hamid I believe Idris S Hamid said this around Thu, 13 Feb 2003: >I have a more important question for now: Is there an argument to \cite for >subdivision references? In LaTeX we have, e.g, \cite[p.\~23]{key}. In m- bib we >have \cite[key] but no way to include the `p.\~23'. What is the way users = of >m-bib get around this? Is there any way to format subdivision references in >m-bib? Actually, Eckhart Guth=F6hrlein came up with a suggestion a week or so ago that does this. He had: \def\citeplus[#1][#2][#3]{% {% \setupcite[#1][right=3D{, #3)}]% \cite[#1][#2]% }% } I simplified it to something like: \def\citepage[#1][#2]{% {% \setupcite[authoryears][right=3D{, #2)}]% \cite[authoryears][#1]% }% } And it is used something like this: \citepage[McAd:84][pp.~4--6] Hope that gives enough of the flavor... cheers, adam =2D- =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= =2D=3D-=3D-=3D-=3D-=3D-=3D- Adam Lindsay +44(0)1524 594 537 atl@comp.lancs.ac.uk http://www.comp.lancs.ac.uk/computing/users/atl/ =2D=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context =2D------------------------------------------------------