ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* m-bib -- pages
@ 2004-11-16  7:49 r.ermers
  2004-11-16 10:45 ` Taco Hoekwater
  0 siblings, 1 reply; 2+ messages in thread
From: r.ermers @ 2004-11-16  7:49 UTC (permalink / raw)


Dear friends,

Does anybody know how to generate references of the type:

Jansen (2002:22), Pietersen (1998:28,39) and Hendriks (2000:12-19) maintain  that ... while the latter (2000:21) ...

In the document I found nothing to this respect, but perhaps I overlooked.

Kind regards

Robert Ermers

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: m-bib -- pages
  2004-11-16  7:49 m-bib -- pages r.ermers
@ 2004-11-16 10:45 ` Taco Hoekwater
  0 siblings, 0 replies; 2+ messages in thread
From: Taco Hoekwater @ 2004-11-16 10:45 UTC (permalink / raw)
  Cc: mailing list for ConTeXt users

r.ermers@hccnet.nl wrote:
> Dear friends,
> 
> Does anybody know how to generate references of the type:
> 
> Jansen (2002:22), Pietersen (1998:28,39) and Hendriks (2000:12-19) 
>  maintain  that ... while the latter (2000:21) ...

Do you want this (i've invented keys for the items)?:

%%%%%%%%%%%%%%%%%%%%%%%%%
\setupcite[author,year][left={},right={}]
\def\myciteyear[#1][#2]{(\cite[year][#1]:#2)}
\def\mycite[#1][#2]{\cite[author][#1]~\myciteyear[#1][#2]}

\starttext
\mycite[Jansen2002][22], \mycite[Pietersen1998][28,39] and
\mycite[Hendriks2000][12-19] maintain  that ... while the latter
\myciteyear[Hendriks2000][21]
\stoptext

%%%%%%%%%%%%%%%%%%%%%%%%%%%

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-11-16 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-16  7:49 m-bib -- pages r.ermers
2004-11-16 10:45 ` Taco Hoekwater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).