BibTex Driving Me Insane: Multiple Errors and Warnings











up vote
0
down vote

favorite












The initial error was "Bibliography not compatible with author year citations," as found in Package natbib Error: Bibliography not compatible with author-year citations.



The "solution" that worked fro me was to remove the temporary files of .aux and .bbl. Then when I compiled and ran, none of my citations showed up, and I instead got the warning that "Citation undefined" as in LaTeX Warning: Citation undefined.



Attempting to follow the prescribed solution from the link, I compiled first pdflatex, then bibtex, then pdflatex, and then pdflatex again, but this resulted in multiple error messages, such as "! Extra }, or forgotten $." Note that, once I remove the .aux and .bbl temporaries, my document compiles, but without citations and with the same warning message as above.



My code is most simply



documentclass[fleqn,10pt,lineno]{wlpeerj} 

usepackage{url}

begin{document}

end{document}


And my bibtex file is all formatted as the following two citations:



@misc{AKS,
author = {Manindra Agrawal, Neeraj Kayal and Nitin Saxena},
title = {{Annals of Mathematics}},
year = {2004},
howpublished = "url{www.jstor.org/stable/3597229}",
volume={160},
pages={781-793},
}

@misc{Ferguson,
author = {Ferguson, N., Schneier, B.},
title = {{Practical Cryptography}},
year = {1994},
howpublished = "url{https://catalog.loc.gov/vwebv/holdingsInfo?searchId=3101&recCount=25&recPointer=0&bibId=12849868}",

}


Any help would be greatly appreciated, as I am a novice at this.










share|improve this question




















  • 3




    Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
    – moewe
    9 hours ago








  • 2




    Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
    – Kurt
    9 hours ago






  • 1




    BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
    – Teepeemm
    8 hours ago















up vote
0
down vote

favorite












The initial error was "Bibliography not compatible with author year citations," as found in Package natbib Error: Bibliography not compatible with author-year citations.



The "solution" that worked fro me was to remove the temporary files of .aux and .bbl. Then when I compiled and ran, none of my citations showed up, and I instead got the warning that "Citation undefined" as in LaTeX Warning: Citation undefined.



Attempting to follow the prescribed solution from the link, I compiled first pdflatex, then bibtex, then pdflatex, and then pdflatex again, but this resulted in multiple error messages, such as "! Extra }, or forgotten $." Note that, once I remove the .aux and .bbl temporaries, my document compiles, but without citations and with the same warning message as above.



My code is most simply



documentclass[fleqn,10pt,lineno]{wlpeerj} 

usepackage{url}

begin{document}

end{document}


And my bibtex file is all formatted as the following two citations:



@misc{AKS,
author = {Manindra Agrawal, Neeraj Kayal and Nitin Saxena},
title = {{Annals of Mathematics}},
year = {2004},
howpublished = "url{www.jstor.org/stable/3597229}",
volume={160},
pages={781-793},
}

@misc{Ferguson,
author = {Ferguson, N., Schneier, B.},
title = {{Practical Cryptography}},
year = {1994},
howpublished = "url{https://catalog.loc.gov/vwebv/holdingsInfo?searchId=3101&recCount=25&recPointer=0&bibId=12849868}",

}


Any help would be greatly appreciated, as I am a novice at this.










share|improve this question




















  • 3




    Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
    – moewe
    9 hours ago








  • 2




    Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
    – Kurt
    9 hours ago






  • 1




    BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
    – Teepeemm
    8 hours ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











The initial error was "Bibliography not compatible with author year citations," as found in Package natbib Error: Bibliography not compatible with author-year citations.



The "solution" that worked fro me was to remove the temporary files of .aux and .bbl. Then when I compiled and ran, none of my citations showed up, and I instead got the warning that "Citation undefined" as in LaTeX Warning: Citation undefined.



Attempting to follow the prescribed solution from the link, I compiled first pdflatex, then bibtex, then pdflatex, and then pdflatex again, but this resulted in multiple error messages, such as "! Extra }, or forgotten $." Note that, once I remove the .aux and .bbl temporaries, my document compiles, but without citations and with the same warning message as above.



My code is most simply



documentclass[fleqn,10pt,lineno]{wlpeerj} 

usepackage{url}

begin{document}

end{document}


And my bibtex file is all formatted as the following two citations:



@misc{AKS,
author = {Manindra Agrawal, Neeraj Kayal and Nitin Saxena},
title = {{Annals of Mathematics}},
year = {2004},
howpublished = "url{www.jstor.org/stable/3597229}",
volume={160},
pages={781-793},
}

@misc{Ferguson,
author = {Ferguson, N., Schneier, B.},
title = {{Practical Cryptography}},
year = {1994},
howpublished = "url{https://catalog.loc.gov/vwebv/holdingsInfo?searchId=3101&recCount=25&recPointer=0&bibId=12849868}",

}


Any help would be greatly appreciated, as I am a novice at this.










share|improve this question















The initial error was "Bibliography not compatible with author year citations," as found in Package natbib Error: Bibliography not compatible with author-year citations.



The "solution" that worked fro me was to remove the temporary files of .aux and .bbl. Then when I compiled and ran, none of my citations showed up, and I instead got the warning that "Citation undefined" as in LaTeX Warning: Citation undefined.



Attempting to follow the prescribed solution from the link, I compiled first pdflatex, then bibtex, then pdflatex, and then pdflatex again, but this resulted in multiple error messages, such as "! Extra }, or forgotten $." Note that, once I remove the .aux and .bbl temporaries, my document compiles, but without citations and with the same warning message as above.



My code is most simply



documentclass[fleqn,10pt,lineno]{wlpeerj} 

usepackage{url}

begin{document}

end{document}


And my bibtex file is all formatted as the following two citations:



@misc{AKS,
author = {Manindra Agrawal, Neeraj Kayal and Nitin Saxena},
title = {{Annals of Mathematics}},
year = {2004},
howpublished = "url{www.jstor.org/stable/3597229}",
volume={160},
pages={781-793},
}

@misc{Ferguson,
author = {Ferguson, N., Schneier, B.},
title = {{Practical Cryptography}},
year = {1994},
howpublished = "url{https://catalog.loc.gov/vwebv/holdingsInfo?searchId=3101&recCount=25&recPointer=0&bibId=12849868}",

}


Any help would be greatly appreciated, as I am a novice at this.







bibliographies bibtex errors






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 9 hours ago









moewe

83.3k8107320




83.3k8107320










asked 9 hours ago









Tejas Rao

1




1








  • 3




    Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
    – moewe
    9 hours ago








  • 2




    Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
    – Kurt
    9 hours ago






  • 1




    BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
    – Teepeemm
    8 hours ago














  • 3




    Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
    – moewe
    9 hours ago








  • 2




    Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
    – Kurt
    9 hours ago






  • 1




    BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
    – Teepeemm
    8 hours ago








3




3




Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
– moewe
9 hours ago






Multiple name in the author and editor field need to be separated with and and not commas regardless of the desired output. So it should be author = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena}, and author = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
– moewe
9 hours ago






2




2




Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
– Kurt
9 hours ago




Welcome to TeX.SE! Where does class wlpeerj comes from? Do you have a link to it? And please add the code you use to buil the bibliography to your given code ...
– Kurt
9 hours ago




1




1




BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
– Teepeemm
8 hours ago




BTW, your minimal example will need to have cite{AKS},cite{Ferguson} in the document. The first run of (pdf)latex saves the citations you use to the aux file, so that the subsequent bibtex knows what to put into the bbl file.
– Teepeemm
8 hours ago















active

oldest

votes











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462028%2fbibtex-driving-me-insane-multiple-errors-and-warnings%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f462028%2fbibtex-driving-me-insane-multiple-errors-and-warnings%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Entries order in /etc/network/interfaces

新発田市

Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)