How can I implement a comprehensive apa-style citation and bibliographyWhen and why should I use % !TEX...
How does Captain America channel this power?
Philosophical question on logistic regression: why isn't the optimal threshold value trained?
The Defining Moment
How can I place the product on a social media post better?
Get consecutive integer number ranges from list of int
A strange hotel
Phrase for the opposite of "foolproof"
How exactly does Hawking radiation decrease the mass of black holes?
Apply MapThread to all but one variable
How to limit Drive Letters Windows assigns to new removable USB drives
What makes accurate emulation of old systems a difficult task?
Does a large simulator bay have standard public address announcements?
Elements other than carbon that can form many different compounds by bonding to themselves?
Is there really no use for MD5 anymore?
Critique of timeline aesthetic
Atom Editor not found,Ubuntu 18.04
Symbolic Multivariate Distribution
Copy a file to remote server using SSH
Why do distances seem to matter in the Foundation world?
Do I have to worry about players making “bad” choices on level up?
Is there an official tutorial for installing Ubuntu 18.04+ on a device with an SSD and an additional internal hard drive?
Why does Mind Blank stop the Feeblemind spell?
Combinable filters
How to reduce LED flash rate (frequency)
How can I implement a comprehensive apa-style citation and bibliography
When and why should I use % !TEX TS-program and % !TEX encoding?bibliographystyle{apalike} invaliddefault bibliography style in memoir classIPA Symbols in bibtexUpdated apalike or unsrt that handles websites?Cite 5 authors in the first citation in your TeX file?Perfect APA Style BibliographyHow to Sequence number Apa style bibliography?APA-based bibliography and citation styleBibliography: natbib, apa-style and apaciteFlushleft bibliography APA styleAPA style citation with apacite packageAPA style citation of book with organization as authorshortener author name and multiple citation in APA style citationChange Bibliography style to APAAPA style referencing
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}makeatletternewcommand{MSonehalfspacing}{setstretch{1.44}ifcase @ptsize relaxsetstretch {1.448}orsetstretch {1.399}orsetstretch {1.433}fi}newcommand{MSdoublespacing}{setstretch {1.92}ifcase @ptsize relaxsetstretch {1.936}orsetstretch {1.866}orsetstretch{1.902}fi}makeatotherMSonehalfspacing %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}}
setlengthbibitemsep{1.9itemsep}
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...
natbib urls apa-style bibdesk apacite
add a comment |
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}makeatletternewcommand{MSonehalfspacing}{setstretch{1.44}ifcase @ptsize relaxsetstretch {1.448}orsetstretch {1.399}orsetstretch {1.433}fi}newcommand{MSdoublespacing}{setstretch {1.92}ifcase @ptsize relaxsetstretch {1.936}orsetstretch {1.866}orsetstretch{1.902}fi}makeatotherMSonehalfspacing %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}}
setlengthbibitemsep{1.9itemsep}
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...
natbib urls apa-style bibdesk apacite
add a comment |
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}makeatletternewcommand{MSonehalfspacing}{setstretch{1.44}ifcase @ptsize relaxsetstretch {1.448}orsetstretch {1.399}orsetstretch {1.433}fi}newcommand{MSdoublespacing}{setstretch {1.92}ifcase @ptsize relaxsetstretch {1.936}orsetstretch {1.866}orsetstretch{1.902}fi}makeatotherMSonehalfspacing %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}}
setlengthbibitemsep{1.9itemsep}
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...
natbib urls apa-style bibdesk apacite
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}makeatletternewcommand{MSonehalfspacing}{setstretch{1.44}ifcase @ptsize relaxsetstretch {1.448}orsetstretch {1.399}orsetstretch {1.433}fi}newcommand{MSdoublespacing}{setstretch {1.92}ifcase @ptsize relaxsetstretch {1.936}orsetstretch {1.866}orsetstretch{1.902}fi}makeatotherMSonehalfspacing %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}}
setlengthbibitemsep{1.9itemsep}
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...
natbib urls apa-style bibdesk apacite
natbib urls apa-style bibdesk apacite
edited Feb 9 '17 at 0:04
Alan Munn
164k29433715
164k29433715
asked Feb 8 '17 at 23:15
T.F.L.T.F.L.
2613
2613
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The best current implementation of a true APA style is the biblatex-apa
style. Here's a sample document using it. If you want to use the 'Retrieved from' field, you need to name it correctly, the biblatex
field name is urldate
and the formatting of the date has to be correct too: YYYY-MM-DDTHH:MM:SS (if you need exact times, although they won't be printed in the output) or YYYY-MM-DD if you just need the day. (I also added some braces in your title so that the capitalization is correct.)
This needs to be compiled using biber
(not bibtex
). This should be configurable in your editor. See the following question for ways to do this automatically:
- When and why should I use % !TEX TS-program and % !TEX encoding?
documentclass{article}
% this is a way of including a bib entry into a document for testing
begin{filecontents}{jobname.bib}
@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},
urldate = {2010-02-03T12:54:00},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? {Epistemic} communities and {Mediterranean} pollution control},
url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
end{filecontents}
usepackage[american]{babel}
usepackage[style=apa]{biblatex}
defbibheading{bibliography}[bibname]{section{#1}}
addbibresource{jobname.bib} % replace this with your actual bibfile name
usepackage{csquotes}
%usepackage{hyperref} load this (last) if you want live links
begin{document}
This is an in text citation: textcite{Ha89}. This is a parenthetical one: parencite{Ha89}.
printbibliography
end{document}
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of theapacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.
– Mico
Feb 9 '17 at 1:25
2
@Mico Maybe that's a bit strong, butbiblatex-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 theapacite
package.
– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
|
show 1 more comment
Three suggestions:
Don't load both the
apacite
and thenatbib
packages; instead, run either
usepackage{apacite}
or
usepackage[natbibapa]{apacite}
if you with to use the natbib-like citation commands, e.g.,
citet
andcitep
.
Do familiarize yourself with the user guide of the
apacite
package. In particular, the user guide provides lots more information about all options (includingnatbibapa
) that the package recognizes.
Don't use the bibliography style named
apa
-- it dates back to 1992. Really! Instead, run
bibliographystyle{apacite}
for a bibliography style that implements version 6.03 of the APA guide.
Incidentally, your sample bib entry -- which I assume you downloaded from some Internet repository -- contains two serious errors: The field named Urldate
should be named Url
(after all, the contents of field are a URL string, not a date...), and the field currently named Lastchecked
should be named Urldate
. Moral of the story: Don't place unfounded trust and confidence in material obtained "from the Internet". By all means, verify. I've made two further adjustments in the bib entry: In the title
field, I've placed curly braces around the words "Epistemic" and "Mediterranean, so that they won't be typeset as "epistemic" and "mediterranean", and I've changed -
to --
in the pages
field, to instruct LaTeX to create a proper en-dash.
RequirePackage{filecontents}
begin{filecontents}{mybib.bib}
@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},
Urldate = {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},
Url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}
}
end{filecontents}
documentclass{article}
bibliographystyle{apacite}
usepackage[natbibapa]{apacite}
usepackage[hyphens,spaces]{url}
usepackage[colorlinks,allcolors=blue]{hyperref}
begin{document}
cite{Ha89}
bibliography{mybib}
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f352812%2fhow-can-i-implement-a-comprehensive-apa-style-citation-and-bibliography%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The best current implementation of a true APA style is the biblatex-apa
style. Here's a sample document using it. If you want to use the 'Retrieved from' field, you need to name it correctly, the biblatex
field name is urldate
and the formatting of the date has to be correct too: YYYY-MM-DDTHH:MM:SS (if you need exact times, although they won't be printed in the output) or YYYY-MM-DD if you just need the day. (I also added some braces in your title so that the capitalization is correct.)
This needs to be compiled using biber
(not bibtex
). This should be configurable in your editor. See the following question for ways to do this automatically:
- When and why should I use % !TEX TS-program and % !TEX encoding?
documentclass{article}
% this is a way of including a bib entry into a document for testing
begin{filecontents}{jobname.bib}
@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},
urldate = {2010-02-03T12:54:00},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? {Epistemic} communities and {Mediterranean} pollution control},
url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
end{filecontents}
usepackage[american]{babel}
usepackage[style=apa]{biblatex}
defbibheading{bibliography}[bibname]{section{#1}}
addbibresource{jobname.bib} % replace this with your actual bibfile name
usepackage{csquotes}
%usepackage{hyperref} load this (last) if you want live links
begin{document}
This is an in text citation: textcite{Ha89}. This is a parenthetical one: parencite{Ha89}.
printbibliography
end{document}
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of theapacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.
– Mico
Feb 9 '17 at 1:25
2
@Mico Maybe that's a bit strong, butbiblatex-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 theapacite
package.
– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
|
show 1 more comment
The best current implementation of a true APA style is the biblatex-apa
style. Here's a sample document using it. If you want to use the 'Retrieved from' field, you need to name it correctly, the biblatex
field name is urldate
and the formatting of the date has to be correct too: YYYY-MM-DDTHH:MM:SS (if you need exact times, although they won't be printed in the output) or YYYY-MM-DD if you just need the day. (I also added some braces in your title so that the capitalization is correct.)
This needs to be compiled using biber
(not bibtex
). This should be configurable in your editor. See the following question for ways to do this automatically:
- When and why should I use % !TEX TS-program and % !TEX encoding?
documentclass{article}
% this is a way of including a bib entry into a document for testing
begin{filecontents}{jobname.bib}
@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},
urldate = {2010-02-03T12:54:00},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? {Epistemic} communities and {Mediterranean} pollution control},
url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
end{filecontents}
usepackage[american]{babel}
usepackage[style=apa]{biblatex}
defbibheading{bibliography}[bibname]{section{#1}}
addbibresource{jobname.bib} % replace this with your actual bibfile name
usepackage{csquotes}
%usepackage{hyperref} load this (last) if you want live links
begin{document}
This is an in text citation: textcite{Ha89}. This is a parenthetical one: parencite{Ha89}.
printbibliography
end{document}
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of theapacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.
– Mico
Feb 9 '17 at 1:25
2
@Mico Maybe that's a bit strong, butbiblatex-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 theapacite
package.
– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
|
show 1 more comment
The best current implementation of a true APA style is the biblatex-apa
style. Here's a sample document using it. If you want to use the 'Retrieved from' field, you need to name it correctly, the biblatex
field name is urldate
and the formatting of the date has to be correct too: YYYY-MM-DDTHH:MM:SS (if you need exact times, although they won't be printed in the output) or YYYY-MM-DD if you just need the day. (I also added some braces in your title so that the capitalization is correct.)
This needs to be compiled using biber
(not bibtex
). This should be configurable in your editor. See the following question for ways to do this automatically:
- When and why should I use % !TEX TS-program and % !TEX encoding?
documentclass{article}
% this is a way of including a bib entry into a document for testing
begin{filecontents}{jobname.bib}
@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},
urldate = {2010-02-03T12:54:00},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? {Epistemic} communities and {Mediterranean} pollution control},
url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
end{filecontents}
usepackage[american]{babel}
usepackage[style=apa]{biblatex}
defbibheading{bibliography}[bibname]{section{#1}}
addbibresource{jobname.bib} % replace this with your actual bibfile name
usepackage{csquotes}
%usepackage{hyperref} load this (last) if you want live links
begin{document}
This is an in text citation: textcite{Ha89}. This is a parenthetical one: parencite{Ha89}.
printbibliography
end{document}
The best current implementation of a true APA style is the biblatex-apa
style. Here's a sample document using it. If you want to use the 'Retrieved from' field, you need to name it correctly, the biblatex
field name is urldate
and the formatting of the date has to be correct too: YYYY-MM-DDTHH:MM:SS (if you need exact times, although they won't be printed in the output) or YYYY-MM-DD if you just need the day. (I also added some braces in your title so that the capitalization is correct.)
This needs to be compiled using biber
(not bibtex
). This should be configurable in your editor. See the following question for ways to do this automatically:
- When and why should I use % !TEX TS-program and % !TEX encoding?
documentclass{article}
% this is a way of including a bib entry into a document for testing
begin{filecontents}{jobname.bib}
@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},
urldate = {2010-02-03T12:54:00},
Number = {3},
Pages = {377-403},
Publisher = {Peter Haas},
Read = {0},
Title = {Do regimes matter? {Epistemic} communities and {Mediterranean} pollution control},
url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}}
end{filecontents}
usepackage[american]{babel}
usepackage[style=apa]{biblatex}
defbibheading{bibliography}[bibname]{section{#1}}
addbibresource{jobname.bib} % replace this with your actual bibfile name
usepackage{csquotes}
%usepackage{hyperref} load this (last) if you want live links
begin{document}
This is an in text citation: textcite{Ha89}. This is a parenthetical one: parencite{Ha89}.
printbibliography
end{document}
edited 7 mins ago
answered Feb 8 '17 at 23:58
Alan MunnAlan Munn
164k29433715
164k29433715
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of theapacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.
– Mico
Feb 9 '17 at 1:25
2
@Mico Maybe that's a bit strong, butbiblatex-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 theapacite
package.
– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
|
show 1 more comment
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of theapacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.
– Mico
Feb 9 '17 at 1:25
2
@Mico Maybe that's a bit strong, butbiblatex-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 theapacite
package.
– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
Wow Thank you very much Alan. 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 9 '17 at 0:24
Wow Thank you very much Alan. 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 9 '17 at 0:24
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
You're using a Mac. What editor are you using? You shouldn't have had to download anything if you have a current MacTeX installed. And you should remove all other bibliography related code from your preamble and document. (I'm assuming the error you get isn't from this document.)
– Alan Munn
Feb 9 '17 at 0:46
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of the
apacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.– Mico
Feb 9 '17 at 1:25
Do you have a reference for, or some other means to support, the view that "The best current implementation of a true APA style is the biblatex-apa style"? I suspect it might be news to Erik Meijer, the maintainer of the
apacite
package, that his package doesn't do a good job of implementing the 6th edition of the APA's bibliography formatting guidelines.– Mico
Feb 9 '17 at 1:25
2
2
@Mico Maybe that's a bit strong, but
biblatex-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 the apacite
package.– Alan Munn
Feb 9 '17 at 1:33
@Mico Maybe that's a bit strong, but
biblatex-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 the apacite
package.– Alan Munn
Feb 9 '17 at 1:33
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
Thanks for this pointer. (I must confess to not knowing if there are any meaningful differences, at least as bibliography formatting goes, between versions 6 and 7 of "The Manual".)
– Mico
Feb 9 '17 at 1:41
|
show 1 more comment
Three suggestions:
Don't load both the
apacite
and thenatbib
packages; instead, run either
usepackage{apacite}
or
usepackage[natbibapa]{apacite}
if you with to use the natbib-like citation commands, e.g.,
citet
andcitep
.
Do familiarize yourself with the user guide of the
apacite
package. In particular, the user guide provides lots more information about all options (includingnatbibapa
) that the package recognizes.
Don't use the bibliography style named
apa
-- it dates back to 1992. Really! Instead, run
bibliographystyle{apacite}
for a bibliography style that implements version 6.03 of the APA guide.
Incidentally, your sample bib entry -- which I assume you downloaded from some Internet repository -- contains two serious errors: The field named Urldate
should be named Url
(after all, the contents of field are a URL string, not a date...), and the field currently named Lastchecked
should be named Urldate
. Moral of the story: Don't place unfounded trust and confidence in material obtained "from the Internet". By all means, verify. I've made two further adjustments in the bib entry: In the title
field, I've placed curly braces around the words "Epistemic" and "Mediterranean, so that they won't be typeset as "epistemic" and "mediterranean", and I've changed -
to --
in the pages
field, to instruct LaTeX to create a proper en-dash.
RequirePackage{filecontents}
begin{filecontents}{mybib.bib}
@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},
Urldate = {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},
Url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}
}
end{filecontents}
documentclass{article}
bibliographystyle{apacite}
usepackage[natbibapa]{apacite}
usepackage[hyphens,spaces]{url}
usepackage[colorlinks,allcolors=blue]{hyperref}
begin{document}
cite{Ha89}
bibliography{mybib}
end{document}
add a comment |
Three suggestions:
Don't load both the
apacite
and thenatbib
packages; instead, run either
usepackage{apacite}
or
usepackage[natbibapa]{apacite}
if you with to use the natbib-like citation commands, e.g.,
citet
andcitep
.
Do familiarize yourself with the user guide of the
apacite
package. In particular, the user guide provides lots more information about all options (includingnatbibapa
) that the package recognizes.
Don't use the bibliography style named
apa
-- it dates back to 1992. Really! Instead, run
bibliographystyle{apacite}
for a bibliography style that implements version 6.03 of the APA guide.
Incidentally, your sample bib entry -- which I assume you downloaded from some Internet repository -- contains two serious errors: The field named Urldate
should be named Url
(after all, the contents of field are a URL string, not a date...), and the field currently named Lastchecked
should be named Urldate
. Moral of the story: Don't place unfounded trust and confidence in material obtained "from the Internet". By all means, verify. I've made two further adjustments in the bib entry: In the title
field, I've placed curly braces around the words "Epistemic" and "Mediterranean, so that they won't be typeset as "epistemic" and "mediterranean", and I've changed -
to --
in the pages
field, to instruct LaTeX to create a proper en-dash.
RequirePackage{filecontents}
begin{filecontents}{mybib.bib}
@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},
Urldate = {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},
Url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}
}
end{filecontents}
documentclass{article}
bibliographystyle{apacite}
usepackage[natbibapa]{apacite}
usepackage[hyphens,spaces]{url}
usepackage[colorlinks,allcolors=blue]{hyperref}
begin{document}
cite{Ha89}
bibliography{mybib}
end{document}
add a comment |
Three suggestions:
Don't load both the
apacite
and thenatbib
packages; instead, run either
usepackage{apacite}
or
usepackage[natbibapa]{apacite}
if you with to use the natbib-like citation commands, e.g.,
citet
andcitep
.
Do familiarize yourself with the user guide of the
apacite
package. In particular, the user guide provides lots more information about all options (includingnatbibapa
) that the package recognizes.
Don't use the bibliography style named
apa
-- it dates back to 1992. Really! Instead, run
bibliographystyle{apacite}
for a bibliography style that implements version 6.03 of the APA guide.
Incidentally, your sample bib entry -- which I assume you downloaded from some Internet repository -- contains two serious errors: The field named Urldate
should be named Url
(after all, the contents of field are a URL string, not a date...), and the field currently named Lastchecked
should be named Urldate
. Moral of the story: Don't place unfounded trust and confidence in material obtained "from the Internet". By all means, verify. I've made two further adjustments in the bib entry: In the title
field, I've placed curly braces around the words "Epistemic" and "Mediterranean, so that they won't be typeset as "epistemic" and "mediterranean", and I've changed -
to --
in the pages
field, to instruct LaTeX to create a proper en-dash.
RequirePackage{filecontents}
begin{filecontents}{mybib.bib}
@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},
Urldate = {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},
Url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}
}
end{filecontents}
documentclass{article}
bibliographystyle{apacite}
usepackage[natbibapa]{apacite}
usepackage[hyphens,spaces]{url}
usepackage[colorlinks,allcolors=blue]{hyperref}
begin{document}
cite{Ha89}
bibliography{mybib}
end{document}
Three suggestions:
Don't load both the
apacite
and thenatbib
packages; instead, run either
usepackage{apacite}
or
usepackage[natbibapa]{apacite}
if you with to use the natbib-like citation commands, e.g.,
citet
andcitep
.
Do familiarize yourself with the user guide of the
apacite
package. In particular, the user guide provides lots more information about all options (includingnatbibapa
) that the package recognizes.
Don't use the bibliography style named
apa
-- it dates back to 1992. Really! Instead, run
bibliographystyle{apacite}
for a bibliography style that implements version 6.03 of the APA guide.
Incidentally, your sample bib entry -- which I assume you downloaded from some Internet repository -- contains two serious errors: The field named Urldate
should be named Url
(after all, the contents of field are a URL string, not a date...), and the field currently named Lastchecked
should be named Urldate
. Moral of the story: Don't place unfounded trust and confidence in material obtained "from the Internet". By all means, verify. I've made two further adjustments in the bib entry: In the title
field, I've placed curly braces around the words "Epistemic" and "Mediterranean, so that they won't be typeset as "epistemic" and "mediterranean", and I've changed -
to --
in the pages
field, to instruct LaTeX to create a proper en-dash.
RequirePackage{filecontents}
begin{filecontents}{mybib.bib}
@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},
Urldate = {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},
Url = {http://www.jstor.org/stable/2706652},
Volume = {43},
Year = {1989}
}
end{filecontents}
documentclass{article}
bibliographystyle{apacite}
usepackage[natbibapa]{apacite}
usepackage[hyphens,spaces]{url}
usepackage[colorlinks,allcolors=blue]{hyperref}
begin{document}
cite{Ha89}
bibliography{mybib}
end{document}
edited Feb 9 '17 at 1:42
Alan Munn
164k29433715
164k29433715
answered Feb 9 '17 at 1:22
MicoMico
288k32394782
288k32394782
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f352812%2fhow-can-i-implement-a-comprehensive-apa-style-citation-and-bibliography%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown