I've got a citation that goes
To get this, I wrote(e.g see Author1,1990, for Model1; Author2,1992, for Model2; Author3,1993, for Model3)
Code: Select all
(\textit{e.g.} see \citealt{Author1} for Model1; \citealt{Author2} for Model2; \citealt{Author3} for Model3)
Code: Select all
Author1 1990
Code: Select all
Author1, 1990
The package I use is natbib and the \bibliographystyle{apalike}.
Thanks!