References created in bibliography, but not in text
I'm using apacite in my project to cite my sources.
I'm also using BibDesk.
I have my source in BibDesk. When I run in Latex, then Bibtex, then latex again, everything goes according to plan, except for the fact that my citation in my text still stays (?, ?). This is how I've cited it in my text:
cite{ref:mas}
cleardoublepage
% Bibliography section
bibliographystyle{apacite}
bibliography{./References/thesisref}
Console output when running BibTex:
Console output when running LaTeX again:
Some screenshots:
bibliographies
|
show 2 more comments
I'm using apacite in my project to cite my sources.
I'm also using BibDesk.
I have my source in BibDesk. When I run in Latex, then Bibtex, then latex again, everything goes according to plan, except for the fact that my citation in my text still stays (?, ?). This is how I've cited it in my text:
cite{ref:mas}
cleardoublepage
% Bibliography section
bibliographystyle{apacite}
bibliography{./References/thesisref}
Console output when running BibTex:
Console output when running LaTeX again:
Some screenshots:
bibliographies
1
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
Retrying this with the right syntax:documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file@article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29
|
show 2 more comments
I'm using apacite in my project to cite my sources.
I'm also using BibDesk.
I have my source in BibDesk. When I run in Latex, then Bibtex, then latex again, everything goes according to plan, except for the fact that my citation in my text still stays (?, ?). This is how I've cited it in my text:
cite{ref:mas}
cleardoublepage
% Bibliography section
bibliographystyle{apacite}
bibliography{./References/thesisref}
Console output when running BibTex:
Console output when running LaTeX again:
Some screenshots:
bibliographies
I'm using apacite in my project to cite my sources.
I'm also using BibDesk.
I have my source in BibDesk. When I run in Latex, then Bibtex, then latex again, everything goes according to plan, except for the fact that my citation in my text still stays (?, ?). This is how I've cited it in my text:
cite{ref:mas}
cleardoublepage
% Bibliography section
bibliographystyle{apacite}
bibliography{./References/thesisref}
Console output when running BibTex:
Console output when running LaTeX again:
Some screenshots:
bibliographies
bibliographies
edited Dec 30 '18 at 17:30
Christian Hupfer
148k14193390
148k14193390
asked Dec 30 '18 at 14:37
Stijn BotteldoorneStijn Botteldoorne
32
32
1
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
Retrying this with the right syntax:documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file@article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29
|
show 2 more comments
1
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
Retrying this with the right syntax:documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file@article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29
1
1
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
Retrying this with the right syntax:
documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29
Retrying this with the right syntax:
documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29
|
show 2 more comments
1 Answer
1
active
oldest
votes
Load apacite after hyperref:
documentclass[11pt]{article}
usepackage{hyperref}
usepackage{apacite}
begin{document}
cite{ref:mas}
bibliographystyle{apacite}
bibliography{test}
end{document}
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
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%2f467910%2freferences-created-in-bibliography-but-not-in-text%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Load apacite after hyperref:
documentclass[11pt]{article}
usepackage{hyperref}
usepackage{apacite}
begin{document}
cite{ref:mas}
bibliographystyle{apacite}
bibliography{test}
end{document}
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
add a comment |
Load apacite after hyperref:
documentclass[11pt]{article}
usepackage{hyperref}
usepackage{apacite}
begin{document}
cite{ref:mas}
bibliographystyle{apacite}
bibliography{test}
end{document}
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
add a comment |
Load apacite after hyperref:
documentclass[11pt]{article}
usepackage{hyperref}
usepackage{apacite}
begin{document}
cite{ref:mas}
bibliographystyle{apacite}
bibliography{test}
end{document}
Load apacite after hyperref:
documentclass[11pt]{article}
usepackage{hyperref}
usepackage{apacite}
begin{document}
cite{ref:mas}
bibliographystyle{apacite}
bibliography{test}
end{document}
answered Dec 30 '18 at 15:36
Ulrike FischerUlrike Fischer
187k7291671
187k7291671
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
add a comment |
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
Well, that did it! Thanks a lot. I'll have to change the way I implement the author's name as well because otherwise, it doesn't use the whole name in the text.
– Stijn Botteldoorne
Dec 30 '18 at 15:51
1
1
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
@StijnBotteldoorne Please consider upvoting this answer (with the upward pointing arrow to the left of it; you need 15 reputation points before you can upvote) and accepting it (by clicking on the checkmark ✓) if it helped you. See also tex.stackexchange.com/help/someone-answers
– moewe
Dec 30 '18 at 16:16
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
Ticked the checkmark and upvoted your solution (although I don't have 15 rep points yet). Thanks again!
– Stijn Botteldoorne
Dec 30 '18 at 16:36
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f467910%2freferences-created-in-bibliography-but-not-in-text%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
1
Can you please make a minimal working example with bibliography (MWEB)? Please also show us the relevant entry in your .bib file
– samcarter
Dec 30 '18 at 14:51
Ok I tried to figure out the MWEB and downloaded the filecontents package, but I have no clue what to do with it, even after having read the manual. I can't even explain what I'm doing when I have the filecontents package, because I have no idea what to do with it. I'm looking it up on Youtube now.
– Stijn Botteldoorne
Dec 30 '18 at 15:06
I think I know what I'm supposed to do. Working on the MWEB now. Can you paste code in a comment of a question?
– Stijn Botteldoorne
Dec 30 '18 at 15:12
I hope this helps?: documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document} What is in my .bib file @article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:18
Retrying this with the right syntax:
documentclass[11pt]{article} usepackage{apacite} begin{document} cite{ref:mas} bibliographystyle{apacite} bibliography{./References/thesisref} end{document}
What is in my .bib file@article{ref:mas, Author = {Aaker D. A.}, Date-Added = {2018-12-30 2:33:11 PM +0100}, Date-Modified = {2018-12-30 3:12:51 PM +0100}, Journal = {California Management Review}, Number = {2}, Pages = {91-106}, Title = {Managing Assets and Skills: The Key to a Sustainable Competitive Advantage}, Volume = {31}, Year = {1989}}
– Stijn Botteldoorne
Dec 30 '18 at 15:29