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 _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to