I've installed apacite and apa for a paper I have to write. My problem is getting my bibliography to work, I think the apa style is fine. I had problems with english.apc file, but found the file and installed it.
So I have the following code Test.tex:
Code: Select all
\documentclass{article}
\usepackage{apacite}
\begin{document}
Sometimes people wonder how to cite things \cite{milgram1970elc}
\bibliographystyle{apacite}
\bibliography{TestBib}
\end{document}
Code: Select all
@article{milgram1970elc,
title={{The Experience of Living in Cities}},
author={Milgram, S.},
journal={Science},
volume={167},
number={3924},
pages={1461--1468},
year={1970}
}
Is this a problem with my code? Or with LED?
Thanks for your time.