I am trying to get the following output:
Code: Select all
[Author 2000]
Author: Title, etc... 2000
Code: Select all
\documentclass{scrreprt}
\bibliography{Bibliography}
\bibliographystyle{apalike}
Multiple Citations with number references not possible with APALIKE \cite[p.~11]{JOHA03} and \cite{THOM96,CARR04}
\end{document}
Code: Select all
@article{JOHA03,
Author = {Juliet E. Johansson and Chandru Krishnamurthy and Henry E. Schlissberg},
Date-Added = {2011-01-30 13:29:47 +0100},
Date-Modified = {2011-02-01 14:25:19 +0100},
Journal = {The McKinsey Quarterly},
Lastchecked = {Sonntag, 30. Januar 2011},
Number = {3},
Pages = {117-125},
Title = {Solving the solutions problem},
Url = {http://www.mckinseyquarterly.com/Solving_the_solutions_problem_1325},
Year = {2003},
Bdsk-Url-1 = {http://www.mckinseyquarterly.com/Solving_the_solutions_problem_1325}}
I'd very much appreciate any help... trying to get multiple citations with reference page numbers is a question for another time...
Thanks!