Am Dienstag, 11. März 2003 05:11 schrieb Bruce D'Arcus:
How do I get (Author, Date: cited page)? So, something like (Smith, 1999: 23).
---------- Weitergeleitete Nachricht ----------
Subject: Re: [NTG-context] bibtex
Date: Freitag, 14. Februar 2003 11:07
From: Adam Lindsay
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öhrlein came up with a suggestion a week or so ago that does this. He had: \def\citeplus[#1][#2][#3]{% {% \setupcite[#1][right={, #3)}]% \cite[#1][#2]% }% } I simplified it to something like: \def\citepage[#1][#2]{% {% \setupcite[authoryears][right={, #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 -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Adam Lindsay +44(0)1524 594 537 atl@comp.lancs.ac.uk http://www.comp.lancs.ac.uk/computing/users/atl/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context -------------------------------------------------------