Hi m-bib users, I might have overlooked this, but how can I insert "arbitrary" text inside a \cite[]? I want to put page numbers inside the occasional citation (for verbatim quotations). I currently cite in authoryears format (Hoekwater, 1999), but for some citations would like to insert text of the form (Hoekwater, 1999, pp. 5--9). Can it be done? What have I ignored? Thanks, adam -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay atl@comp.lancs.ac.uk Computing Dept, Lancaster University +44(0)1524/594.537 Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
On Monday 03 February 2003 14:04, Adam Lindsay wrote:
I might have overlooked this, but how can I insert "arbitrary" text inside a \cite[]? I want to put page numbers inside the occasional citation (for verbatim quotations).
I currently cite in authoryears format (Hoekwater, 1999), but for some citations would like to insert text of the form (Hoekwater, 1999, pp. 5--9).
Can it be done? What have I ignored?
Some time ago, I have used \def\citeplus[#1][#2][#3]{% {% \setupcite[#1][right={, #3)}]% \cite[#1][#2]% }% } See \citeplus[authoryears][Miller89][pp.~7--10]. Eckhart
Eckhart, That seems very usable to me. Thanks! adam Eckhart Guthöhrlein said this at Mon, 3 Feb 2003 14:28:22 +0100:
On Monday 03 February 2003 14:04, Adam Lindsay wrote:
I might have overlooked this, but how can I insert "arbitrary" text inside a \cite[]? I want to put page numbers inside the occasional citation (for verbatim quotations).
I currently cite in authoryears format (Hoekwater, 1999), but for some citations would like to insert text of the form (Hoekwater, 1999, pp. 5--9).
Can it be done? What have I ignored?
Some time ago, I have used
\def\citeplus[#1][#2][#3]{% {% \setupcite[#1][right={, #3)}]% \cite[#1][#2]% }% }
See \citeplus[authoryears][Miller89][pp.~7--10].
Eckhart
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay atl@comp.lancs.ac.uk Computing Dept, Lancaster University +44(0)1524/594.537 Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
participants (2)
-
Adam Lindsay
-
Eckhart Guthöhrlein