bib module: \cite with page numbers
17 Feb
2005
17 Feb
'05
5:35 a.m.
Hello, Is it possible to get page numbers (or a chapter number) displayed in a citation, e.g. \cite[authoryears]{pp. 163-170}[davidson2001] and see \cite[authoryear]{chap. 3}[davidson2001] would format as: (Davidson, 2001, pp. 163-170) and see Davidson (2001) chap. 3 Thanks for any clue, David
17 Feb
17 Feb
10:14 a.m.
David Munger wrote:
Hello,
Is it possible to get page numbers (or a chapter number) displayed in a citation, e.g.
No, but it is fairly simple to fake using the low-level \cite commands (untested): \setupcite[author,year][left=,right=] % disable braces \def\citewithpages[#1]#2{% new command (\cite[author][#1], \cite[year][#1], #2)% } \citewithpages[davidson2001]{pp. 163-170} Greetings, Taco
7247
Age (days ago)
7248
Last active (days ago)
2 comments
2 participants
participants (2)
-
David Munger
-
Taco Hoekwater