If I don't load babel and just keep the language as 'english', how do I change the style to APA without running into the error of (labelyearlabelmonthlabelday)?
The bibliography appears in perfect APA style at the end of the created pdf file:
Böhme, R. (2010). Security metrics and security investment models. IWSEC, 10–24.
Fielder, A., Panaousis, E., Malacaria, P., Hankin, C., & Smeraldi, F. (2016). Decision support approaches for cyber security investments. Decision Support Systems,
86, 13–23.
Gordon, L. A. & Loeb, M. P. (2002). The economics of information security invest-
ment. ACM Transactions on Information and System Security (TISSEC), 5(4), 438– 457.
My problem starts when I try to cite a reference with many authors. I type in the code:
specically this section is about information security and the money we have to invest in order to succeed it (Fielder, Panaousis, Malacaria, Hankin, & Smeraldi, 2016).
The way my Reference3 is in the code is like this:
Most probably I am doing something wrong or have misunderstood something. Can you please help me. Because if I do not solve this problem all the effort I put into this thesis will be lost and most probably will have to start over using word.
I'm using MasterDoctoralThesis Template and I've changed the citation style to APA style but in the text the references does not appear as Author et al. (year) if they are more than two. I've written this in main.tex:
\usepackage[backend=biber,style=apa,maxcitenames=2,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\DeclareLanguageMapping{english}{english-apa}
\addbibresource{example.bib} % The filename of the bibliography
And this could be an example of the reference:
@article{alvarez2008time,
title={Time-varying Hurst exponent for US stock markets},
author={Alvarez-Ramirez, Jose and Alvarez, Jesus and Rodriguez, Eduardo and Fernandez-Anaya, Guillermo},
journal={Physica A: Statistical Mechanics and its Applications},
volume={387},
number={24},
pages={6159--6169},
year={2008},
publisher={Elsevier}
Otherwise, in the manuscript, do I have to use \citep or which one?
Can you show us a minimal working example and the blg-file and the log-file produces by the biber run (done after the first LaTeX run) and the third LaTeX run?