I have a document with this setup:
\usepackage[square,authoryear]{natbib}
...
\bibliographystyle{apalike}
\bibliography{bib}
Which is producing Bibliography entries like:
Batty, M. (2007). Cities and Complexity. MIT Press.
However, as the PennState references page shows, I would expect something like:
[Batty, 2007] Batty, M. Cities and Complexity. MIT Press. 2007.
What should I do to get a formulation closer to the later?
Best Answer
A style file close to the one you want is the
named
style, which is not compatible withnatbib
, however, and has nothing to do withapa
specifications.If you want to use it, add the following lines in the preamble
and then use
MWE:
Output: