Hi all,

I cannot get interactive publication references with author-year styles, i.e. all apa  and ssa alternatives. See below:


\setupbibtex[database={sample}]
\setuppublications[alternative=apa]

\setupinteraction[state=start,color=blue]
\setupcombinedlist[publications][interaction=all]


\starttext

Here I reference Ref1 \cite[ref1] and Ref2 \cite[ref2].
\page[yes]

\placepublications[criterium=all]

\stoptext


It works, however, with \setuppublications[alternative=ams] or with the num alternatives. In short, author-year styles do not work, but number styles do.
Any clues as to what might help?
I attached the bib file.
Thanks in advance.

Best,

Martin
@Article{	  ref1,
  author	= {{Author 1}},
  title		= {Title 1},
  journal	= {Journal 1},
  volume	= {1},
  number	= {1},
  pages		= {1-11},
  year		= {2001}
}

@Article{	  ref2,
  author	= {{Author 2}},
  title		= {Title 2},
  journal	= {Journal 2},
  volume	= {2},
  number	= {2},
  pages		= {2-22},
  year		= {2002}
}
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to