On 02/04/2013 11:13 AM, Devendra Ghate wrote:
Hi,
I want to use *num* and *authornum* bibliiography style simultaneously in my document.
\setuppublications[alternative=num] ------------------------------------------- [1]. \setuppublications[alternative=num, refcommand=authornum] -- Author name [1].
So I have defined a macro as:
\define[1]\citet{% \setuppublications[alternative=num, refcommand=authornum] \cite[#1] \setuppublications[alternative=num] }
to give me the *authornum* format and default \cite behaviour is *num*. This works.
However, I have a feeling that this is not the recommended way of doing things in ConTeXt. Do let me know.
Regards, Devendra After finding the bibliography manual for MkII, I realised that I should use
\cite[alternative=authornum][] and \cite[alternative=num][]. Sorry for the spam, Devendra