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.
bibliographies bibtex errors
add a comment |
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.
bibliographies bibtex errors
3
Multiple name in the author and editor field need to be separated withandand not commas regardless of the desired output. So it should beauthor = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena},andauthor = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
– moewe
9 hours ago
2
Welcome to TeX.SE! Where does classwlpeerjcomes 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 havecite{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
add a comment |
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.
bibliographies bibtex errors
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
bibliographies bibtex errors
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 withandand not commas regardless of the desired output. So it should beauthor = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena},andauthor = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
– moewe
9 hours ago
2
Welcome to TeX.SE! Where does classwlpeerjcomes 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 havecite{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
add a comment |
3
Multiple name in the author and editor field need to be separated withandand not commas regardless of the desired output. So it should beauthor = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena},andauthor = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.
– moewe
9 hours ago
2
Welcome to TeX.SE! Where does classwlpeerjcomes 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 havecite{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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f462028%2fbibtex-driving-me-insane-multiple-errors-and-warnings%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
3
Multiple name in the author and editor field need to be separated with
andand not commas regardless of the desired output. So it should beauthor = {Manindra Agrawal and Neeraj Kayal and Nitin Saxena},andauthor = {Ferguson, N. and Schneier, B.},. See tex.stackexchange.com/q/36396/35864.– moewe
9 hours ago
2
Welcome to TeX.SE! Where does class
wlpeerjcomes 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