Search found 1 match

by ostwaertstramper
Sat Feb 28, 2015 3:35 am
Forum: BibTeX, biblatex and biber
Topic: Square brackets around the year in secondary citations
Replies: 2
Views: 3022

Square brackets around the year in secondary citations

Hi!

I want to cite Gilovich (1985), cited in Ayton (2004). I use the following code:
\citet[cited in \cite{Ayton2004}]{Gilovich1985}

It almost works. I get the following:
Gilovich et al. (1985, cited in Ayton and Fischer (2004))

Now I want the brackets around 2004 to be square brackets. I'd ...