References after each chapter - Overleaf Thesis Template
I know it is unorthodox but there's really no way to show what I have done other than the link.
I am writing my thesis using a template found on overleaf at my tutor's request and I can't seem to be able to separate the references so that they are after each chapter.
I have tried using natbib
with chapterbib
as one question here suggested, I have tried using biblatex
with refsection=chapter
and nothing.
I don't know enough to understand the .cls
or other documents that define the kind of document class I am using.
I am calling each reference in the chapter like
bibliographystyle{aipnum4-1.bst}
setstretch{0.9}
bibliography{ch1/biblio1.bib}
I dont know what to do, I have read every question on here and cant seem to make it work.
Thanks!
Edit: Forgot to mention, even though I've tried different ways to get multiple references sections, at the moment I am using biblatex
. The references for the first chapter are shown for all the rest of the chapters too, and the references that are not in the .bib
of the first chapter are displayed like ??
in the rest of the thesis.
biblatex bibliographies bibtex
add a comment |
I know it is unorthodox but there's really no way to show what I have done other than the link.
I am writing my thesis using a template found on overleaf at my tutor's request and I can't seem to be able to separate the references so that they are after each chapter.
I have tried using natbib
with chapterbib
as one question here suggested, I have tried using biblatex
with refsection=chapter
and nothing.
I don't know enough to understand the .cls
or other documents that define the kind of document class I am using.
I am calling each reference in the chapter like
bibliographystyle{aipnum4-1.bst}
setstretch{0.9}
bibliography{ch1/biblio1.bib}
I dont know what to do, I have read every question on here and cant seem to make it work.
Thanks!
Edit: Forgot to mention, even though I've tried different ways to get multiple references sections, at the moment I am using biblatex
. The references for the first chapter are shown for all the rest of the chapters too, and the references that are not in the .bib
of the first chapter are displayed like ??
in the rest of the thesis.
biblatex bibliographies bibtex
bibliographystyle
is incompatible withbiblatex
. If you get??
for unprocessed references you are not even usingbiblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).
– moewe
4 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long andthesis.tex
inputs another few hundred lines fromPreamble/preamble.tex
.
– moewe
2 mins ago
add a comment |
I know it is unorthodox but there's really no way to show what I have done other than the link.
I am writing my thesis using a template found on overleaf at my tutor's request and I can't seem to be able to separate the references so that they are after each chapter.
I have tried using natbib
with chapterbib
as one question here suggested, I have tried using biblatex
with refsection=chapter
and nothing.
I don't know enough to understand the .cls
or other documents that define the kind of document class I am using.
I am calling each reference in the chapter like
bibliographystyle{aipnum4-1.bst}
setstretch{0.9}
bibliography{ch1/biblio1.bib}
I dont know what to do, I have read every question on here and cant seem to make it work.
Thanks!
Edit: Forgot to mention, even though I've tried different ways to get multiple references sections, at the moment I am using biblatex
. The references for the first chapter are shown for all the rest of the chapters too, and the references that are not in the .bib
of the first chapter are displayed like ??
in the rest of the thesis.
biblatex bibliographies bibtex
I know it is unorthodox but there's really no way to show what I have done other than the link.
I am writing my thesis using a template found on overleaf at my tutor's request and I can't seem to be able to separate the references so that they are after each chapter.
I have tried using natbib
with chapterbib
as one question here suggested, I have tried using biblatex
with refsection=chapter
and nothing.
I don't know enough to understand the .cls
or other documents that define the kind of document class I am using.
I am calling each reference in the chapter like
bibliographystyle{aipnum4-1.bst}
setstretch{0.9}
bibliography{ch1/biblio1.bib}
I dont know what to do, I have read every question on here and cant seem to make it work.
Thanks!
Edit: Forgot to mention, even though I've tried different ways to get multiple references sections, at the moment I am using biblatex
. The references for the first chapter are shown for all the rest of the chapters too, and the references that are not in the .bib
of the first chapter are displayed like ??
in the rest of the thesis.
biblatex bibliographies bibtex
biblatex bibliographies bibtex
edited 12 mins ago
M.O.
asked 24 mins ago
M.O.M.O.
116
116
bibliographystyle
is incompatible withbiblatex
. If you get??
for unprocessed references you are not even usingbiblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).
– moewe
4 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long andthesis.tex
inputs another few hundred lines fromPreamble/preamble.tex
.
– moewe
2 mins ago
add a comment |
bibliographystyle
is incompatible withbiblatex
. If you get??
for unprocessed references you are not even usingbiblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).
– moewe
4 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long andthesis.tex
inputs another few hundred lines fromPreamble/preamble.tex
.
– moewe
2 mins ago
bibliographystyle
is incompatible with biblatex
. If you get ??
for unprocessed references you are not even using biblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).– moewe
4 mins ago
bibliographystyle
is incompatible with biblatex
. If you get ??
for unprocessed references you are not even using biblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).– moewe
4 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.
PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long and thesis.tex
inputs another few hundred lines from Preamble/preamble.tex
.– moewe
2 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.
PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long and thesis.tex
inputs another few hundred lines from Preamble/preamble.tex
.– moewe
2 mins ago
add a comment |
0
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',
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%2f469649%2freferences-after-each-chapter-overleaf-thesis-template%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f469649%2freferences-after-each-chapter-overleaf-thesis-template%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
bibliographystyle
is incompatible withbiblatex
. If you get??
for unprocessed references you are not even usingbiblatex
(in which case you would get bold entry keys). Unfortunately the link to the template on Overleaf is not enough. The template offers a great many options and we don't know which you use. Please show us an example document that explains what you are doing (tex.meta.stackexchange.com/q/228/35864 and tex.meta.stackexchange.com/q/4407/35864).– moewe
4 mins ago
But really, do yourself a favour and avoid that template and all other templates for that matter. At best they needlessly complicate things when you want to change stuff, at worst they contain outdated or outright wrong code that breaks in unexpected places and when you can least afford it. See tex.stackexchange.com/q/390683/35864.
PhDThesisPSnPDF.cls
alone in its current form is 1200 lines long andthesis.tex
inputs another few hundred lines fromPreamble/preamble.tex
.– moewe
2 mins ago