I am really new to LaTeX and I need a comprehensive solution for my Thesis
I have this problem since two days and I couldn't find any solution in any other post.
I work with BibDesk on Mac
And I used Packages apacite and natbib
@article{Ha89,
Author = {Peter M. Haas},
Date-Added = {2017-02-06 21:15:57 +0000},
Date-Modified = {2017-02-06 21:45:06 +0000},
Journal = {International Organization},
Lastchecked = {03/02/2010 12:54},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? Epistemic communities and Mediterranean pollution control},
Urldate = { http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
this is a stripped version of my document:
\documentclass[11pt, oneside]{article}
\usepackage{lipsum}
\usepackage[margin=1in, left=1.5in, includefoot]{geometry}
\usepackage{ragged2e}
% REFERENCE PREAMBLE
%\usepackage{url}
\usepackage{apacite}
\usepackage{natbib}
%\usepackage{biblatex-apa}
% Bullet preamble
\renewcommand{\labelitemi}{$\bullet$}
\renewcommand{\labelitemii}{$\diamond$}
\renewcommand{\labelitemiii}{$\circ$}
% graphics preamble
\usepackage{graphicx} %Allows you to import images
\usepackage{float} %Allows for control of float positions
%HEADER AND FOOTER STUFF
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{graphicx}
\usepackage{amssymb}
%Zeilenabstand 1,5 wenn aktiviert
\usepackage{setspace}\makeatletter\newcommand{\MSonehalfspacing}{\setstretch{1.44}\ifcase \@ptsize \relax\setstretch {1.448}\or\setstretch {1.399}\or\setstretch {1.433}\fi}\newcommand{\MSdoublespacing}{\setstretch {1.92}\ifcase \@ptsize \relax\setstretch {1.936}\or\setstretch {1.866}\or\setstretch{1.902}\fi}\makeatother\MSonehalfspacing %Zeilenabstand Code fertig
\usepackage[hidelinks]{hyperref} %allows for clickable reference
% BEGIN OF DOCUMENT
\citeA{source}
% REFERENCES
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
\fancyhf{}
\rhead{\fancyplain{}{Identifying the Regime}}
\lhead{\fancyplain{}{List of References}}
\cfoot{\fancyplain{}{\thepage}}
\setlength\bibitemsep{1.9\itemsep}
\bibliography{/User/Desktop/Thesis/references/mybib.bib}
\bibliographystyle{apa}
\addcontentsline{toc}{section {\numberline{}References} \end{document}
I would like to have the bibliography entry include a retrieved from
I tried to deactivate hyperref – as suggested in another post – but it didn't work.
I also tried to activate and deactivate natbib and apacite as well.
I would really appreciate any help...



So I have to change the editor configuration from biblatex to biber? How do I do that?
I downloaded Biber and I tried your coding but it didn't work and I got an error "Option clash for package biblatex"
I'm sorry, I really am a raw recruit.
– T.F.L. Feb 09 '17 at 00:24apacitepackage, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines. – Mico Feb 09 '17 at 01:25biblatex-apa"typesets just about every useful example from (APA 6.11)–(APA 6.21) and (APA 7.01)–(APA 7.11)." so it conforms with APA 7. I don't know if this is a substantive change from APA 6 or not, and I'm not trying to impugn theapacitepackage. – Alan Munn Feb 09 '17 at 01:33=0pt [],n;. I am trying to write my manuscript with elsevier's cas-dc.cls format and I need to use APA6 style. I have tried a lot last 2 days but nothing worked for me. Can you please help me, I am about the gone crazy. – WhoCares Mar 04 '21 at 07:12