2 Jul
2016
2 Jul
'16
9:28 a.m.
On 2016-07-02 00:07:56 +0000, Alan Braslau said:
On Fri, 1 Jul 2016 19:13:26 +0200 Nicola
wrote: It does not seem to work with my example. The output of the MWE below is:
(Author, 2016 XXX) (Author, 2016) The comma seems the culprit.
Yes. Consider:
\cite[righttext={{, p.~24},{, p.~xx}}] [Author:2016,Author2:2015]
The comma gets parsed (as always) to separate multiple right texts, assigned here to each citation reference.
The solution to your problem is:
\cite[righttext={{, p.~24}}][Author:2016]
Alternately (if you find the {{ }} strange), you can type \cite[righttext={\btxcomma p.~24}] [Author:2016]
The macro \btxcomma also takes care of spacing.
Great! Thanks all for your help! Nicola