Hi,

Idris Samawi Hamid wrote:

\def\citeauthoryear[#1]{%
  {\setupcite[authoryears][right={)},inbetween={ }]%
   \cite[authoryears][#1]%
  }%
}

The beta allows:

  \def\citeauthoryear[#1]{%
    \cite[alternative=authoryears,right={)},inbetween={ }][#1]%
  }

  \def\citeauthoryearpage[#1][#2]{%
   \cite[alternative=authoryears,extras={, #2}][#1]%
  }

etc.
And, especially now that the syntax is that much cleaner, I don't
really want to add such convenience macros to the module.

Cheers,

Taco

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to