Was given .bbl file from website and need to generate pdfUsing BibTeX with LyX: errors in auto-generated...
Is there a math equivalent to the conditional ternary operator?
What could trigger powerful quakes on icy world?
Are small insurances worth it
A "strange" unit radio astronomy
Logistics of a hovering watercraft in a fantasy setting
How to approximate rolls for potions of healing using only d6's?
What is a term for a function that when called repeatedly, has the same effect as calling once?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Tcolorbox as an item in list environment
Get length of the longest sequence of numbers with the same sign
Second-rate spelling
All possible A of Ax=b with constraints on A
A right or the right?
If nine coins are tossed, what is the probability that the number of heads is even?
Do Hexblade warlocks choose their spells from the Hexblade spell list or the warlock spell list?
What am I? I am in theaters and computer programs
VAT refund for a conference ticket in Sweden
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
Citing contemporaneous (interlaced?) preprints
Using std::set container for range items
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
Are there any other Chaos worshipping races?
What is knowledge and vision?
Does Garmin Oregon 700 have Strava integration?
Was given .bbl file from website and need to generate pdf
Using BibTeX with LyX: errors in auto-generated .bblbibliographic requirementsUsing bibtex from Org mode: .bbl and .aux files are incorrectly generatedHow to modify `unsrt.bst` file to generate concise and readable Jounal of Applied Phyisics(JAP) style .bbl file?Problem with bibtexrunning bib file does not generate bbl fileBibtex citation crashed the document, now I can't run any document with a bibliographyHow to adjust the appearance of formatted referencesAPA Reference with Page NumberAuthor names disappearing in Reference after the warning “the literal stack isn't empty for entry yan2016nonlinear while executing ---”
As the title says, I was given a reference list in the form of a .bbl file from a website, and I would like to generate a pdf from this. I've been googling for an hour but maybe I'm missing something. From what I understand, you create a .tex file, and use bibliography{*name_of_file*} but this doesn't work. I've also tried just pasting the contents of the .bbl file into the bibliography which also doesn't work.
Could someone give me a step by step guide on how to do this?
bibtex
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
As the title says, I was given a reference list in the form of a .bbl file from a website, and I would like to generate a pdf from this. I've been googling for an hour but maybe I'm missing something. From what I understand, you create a .tex file, and use bibliography{*name_of_file*} but this doesn't work. I've also tried just pasting the contents of the .bbl file into the bibliography which also doesn't work.
Could someone give me a step by step guide on how to do this?
bibtex
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
input{name_of_bbl.bbl}should work if the.bblwas generated for BibTeX-based bibliographies (i.e. not forbiblatex) and you load the necessary support packages (if any, that may includenatbib,apacite,jurabib, ... and will depend on the.bstfile that was used to produce the.bbl). Instead ofinput{filename.bbl}you can also just past the contents of the file directly into the.texdocument.
– moewe
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago
add a comment |
As the title says, I was given a reference list in the form of a .bbl file from a website, and I would like to generate a pdf from this. I've been googling for an hour but maybe I'm missing something. From what I understand, you create a .tex file, and use bibliography{*name_of_file*} but this doesn't work. I've also tried just pasting the contents of the .bbl file into the bibliography which also doesn't work.
Could someone give me a step by step guide on how to do this?
bibtex
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
As the title says, I was given a reference list in the form of a .bbl file from a website, and I would like to generate a pdf from this. I've been googling for an hour but maybe I'm missing something. From what I understand, you create a .tex file, and use bibliography{*name_of_file*} but this doesn't work. I've also tried just pasting the contents of the .bbl file into the bibliography which also doesn't work.
Could someone give me a step by step guide on how to do this?
bibtex
bibtex
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 12 hours ago
Kurt
38.6k848162
38.6k848162
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 23 hours ago
Arun KArun K
111
111
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Arun K is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
input{name_of_bbl.bbl}should work if the.bblwas generated for BibTeX-based bibliographies (i.e. not forbiblatex) and you load the necessary support packages (if any, that may includenatbib,apacite,jurabib, ... and will depend on the.bstfile that was used to produce the.bbl). Instead ofinput{filename.bbl}you can also just past the contents of the file directly into the.texdocument.
– moewe
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago
add a comment |
3
input{name_of_bbl.bbl}should work if the.bblwas generated for BibTeX-based bibliographies (i.e. not forbiblatex) and you load the necessary support packages (if any, that may includenatbib,apacite,jurabib, ... and will depend on the.bstfile that was used to produce the.bbl). Instead ofinput{filename.bbl}you can also just past the contents of the file directly into the.texdocument.
– moewe
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago
3
3
input{name_of_bbl.bbl} should work if the .bbl was generated for BibTeX-based bibliographies (i.e. not for biblatex) and you load the necessary support packages (if any, that may include natbib, apacite, jurabib, ... and will depend on the .bst file that was used to produce the .bbl). Instead of input{filename.bbl} you can also just past the contents of the file directly into the .tex document.– moewe
23 hours ago
input{name_of_bbl.bbl} should work if the .bbl was generated for BibTeX-based bibliographies (i.e. not for biblatex) and you load the necessary support packages (if any, that may include natbib, apacite, jurabib, ... and will depend on the .bst file that was used to produce the .bbl). Instead of input{filename.bbl} you can also just past the contents of the file directly into the .tex document.– moewe
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Welcome to TeX.SX!
Let's name your file "references.bib".
Create a document and name it "main.tex" with these contents:
documentclass{article}
usepackage{natbib}
begin{document}
nocite{*}
bibliographystyle{apalike}
%unsrt: Style with unsorted citations [1] [2]
%plain: [1] [2] etc but shorted
%apalike: Author year style
%agsm: Harvard style
bibliography{references}
end{document}
Then run:
pdflatex main
bibtex main
pdflatex main
and
pdflatex main
This will generate a document with your bibliography printed in your selected style.
Feel free to use geometry like:
usepackege[top=1in,bottom=1.2in,left=1in,right=1.5in]{geometry}
(add this command with your the margins you like to have in your preamble -for example just below documentclass command-)
or to remove page numbers buy using:
pagestyle{empty}
somewhere after documentclass command.
EDIT:
Sorry... Just show you have a bbl file and not a bib... deleting my answer but leaving it for some minutes in order to see it and decide if you want to use your bib (if any) file instead and have access to the style at any time.... A bib file can give several styles of references... A bbl is just a specific output of a bib file and thus is less usable... So, if you have (or can get) a bib, try this method instead.
add a comment |
You did not gave us your *.bbl file and you did not name the web site you got the file so I have to guess. Please next question add all relevant information to make it easier for us to help you!
Let us say the *.bbl you got is:
providecommand{latin}[1]{#1}
makeatletter
providecommand{doi}
{begingroupletdo@makeotherdospecials
catcode`{=1 catcode`}=2 doi@aux}
providecommand{doi@aux}[1]{endgrouptexttt{#1}}
makeatother
providecommand*mcitethebibliography{thebibliography}
csname @ifundefinedendcsname{endmcitethebibliography}
{letendmcitethebibliographyendthebibliography}{}
begin{mcitethebibliography}{4}
providecommand*natexlab[1]{#1}
providecommand*mciteSetBstSublistMode[1]{}
providecommand*mciteSetBstMaxWidthForm[2]{}
providecommand*mciteBstWouldAddEndPuncttrue
{defEndOfBibitem{unskip.}}
providecommand*mciteBstWouldAddEndPunctfalse
{letEndOfBibitemrelax}
providecommand*mciteSetBstMidEndSepPunct[3]{}
providecommand*mciteSetBstSublistLabelBeginEnd[3]{}
providecommand*EndOfBibitem{}
mciteSetBstSublistMode{f}
mciteSetBstMaxWidthForm{subitem}{(alph{mcitesubitemcount})}
mciteSetBstSublistLabelBeginEnd
{mcitemaxwidthsubitemformspace}
{relax}
{relax}
bibitem[Goossens latin{et~al.}(1994)Goossens, Mittelbach, and
Samarin]{Goossens}
Goossens,~M.; Mittelbach,~F.; Samarin,~A. emph{The LaTeX Companion}, 1st ed.;
Addison-Wesley, 1994relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Adams(1980)]{adams}
Adams,~D. emph{The Restaurant at the End of the Universe}; The Hitchhiker's
Guide to the Galaxy; Pan Macmillan, 1980relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Editor latin{et~al.}(2015)Editor, Editor2, and Editor3]{test}
Editor,~F., Editor2,~S., Editor3,~T., Eds. emph{Test to show the effect};
Publisher, 2015relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Feynman(1969)]{feynman}
Feynman,~R.~P. Very High-Energy Collisions of Hadrons. emph{Phys. Rev. Lett.}
textbf{1969}, emph{23}, 1415--1417relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
end{mcitethebibliography}
To be able to use it in your tex code you need to know how it was produced. Therefore let us have a look to the following MWE (completed with a bib file and commands to produce the bibliography, resulting in the *.bbl shown above):
begin{filecontents*}{testbib.bib}
@Book{Goossens,
author = {Goossens, Michel and Mittelbach, Frank and
Samarin, Alexander},
title = {The LaTeX Companion},
edition = {1},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
@Book{adams,
title = {The Restaurant at the End of the Universe},
author = {Douglas Adams},
series = {The Hitchhiker's Guide to the Galaxy},
publisher = {Pan Macmillan},
year = {1980},
}
article{einstein,
author = {Albert Einstein},
title = {{Zur Elektrodynamik bewegter K{"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]},
journal = {Annalen der Physik},
volume = {322},
number = {10},
pages = {891--921},
year = {1905},
DOI = {http://dx.doi.org/10.1002/andp.19053221004},
}
@article{Ross2006,
title = {Treating the right patient at the right time:
access to heart failure care},
author = {Ross, H and Howlett, J and Arnold, J Malcolm O and
Liu, P and O’Neill, BJ and Brophy, JM and Simpson, CS and
Sholdice, MM and Knudtson, M and Ross, DB and others},
journal = {Canadian journal of Cardiology},
volume = {22},
number = {9},
pages = {749--754},
year = {2006},
publisher = {Elsevier},
}
@article{Heidenreich2013,
title = {Forecasting the impact of heart failure in the
United States a policy statement from the American Heart Association},
author = {Heidenreich, Paul A and Albert, Nancy M and
Allen, Larry A and Bluemke, David A and Butler, Javed and
Fonarow, Gregg C and Ikonomidis, John S and Khavjou, Olga
and Konstam, Marvin A and Maddox, Thomas M and others},
journal = {Circulation: Heart Failure},
volume = {6},
number = {3},
pages = {606--619},
year = {2013},
publisher = {Am Heart Assoc},
}
@book{mschinLearning,
author = {Tom M. Mitchell},
title = {Machine learning},
publisher = {Mac Gew Hill},
year = 1997,
volume = 4,
series = 10,
address = {The address},
edition = 3,
month = 7,
note = {An optional note},
isbn = {0071154671},
}
@misc{mozart:KV183,
author = {Mozart, Wolfgang Amadeus},
title = {Sinfonie g-Moll},
year = {1773},
address = {Salzburg},
note = {New K{"o}chelverzeichnis Nr. 183, old version Nr. 25;
Erster Satz: Allegro con brio, Zweiter Satz: Andante,
Dritter Satz: Menuetto, Vierter Satz: Allegro},
}
end{filecontents*}
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
bibliography{testbib}
end{document}
Package filecontents here is only used to have tex code and bib file together in a compilable MWE, you need not to use filecontents!
To be able to use the file testbib.bbl now you need the following tex code (please see that cite commands are needed and the bibliographystyle used to create the *.bbl file):
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
input{testbib.bbl} % <=================================================
end{document}
With input{testbib.bbl} the bibliography is included in the document at that place you have input{testbib.bbl}:

At last please compare the result above with the result of the code with *.bib file:

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
});
}
});
Arun K is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477740%2fwas-given-bbl-file-from-website-and-need-to-generate-pdf%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
Welcome to TeX.SX!
Let's name your file "references.bib".
Create a document and name it "main.tex" with these contents:
documentclass{article}
usepackage{natbib}
begin{document}
nocite{*}
bibliographystyle{apalike}
%unsrt: Style with unsorted citations [1] [2]
%plain: [1] [2] etc but shorted
%apalike: Author year style
%agsm: Harvard style
bibliography{references}
end{document}
Then run:
pdflatex main
bibtex main
pdflatex main
and
pdflatex main
This will generate a document with your bibliography printed in your selected style.
Feel free to use geometry like:
usepackege[top=1in,bottom=1.2in,left=1in,right=1.5in]{geometry}
(add this command with your the margins you like to have in your preamble -for example just below documentclass command-)
or to remove page numbers buy using:
pagestyle{empty}
somewhere after documentclass command.
EDIT:
Sorry... Just show you have a bbl file and not a bib... deleting my answer but leaving it for some minutes in order to see it and decide if you want to use your bib (if any) file instead and have access to the style at any time.... A bib file can give several styles of references... A bbl is just a specific output of a bib file and thus is less usable... So, if you have (or can get) a bib, try this method instead.
add a comment |
Welcome to TeX.SX!
Let's name your file "references.bib".
Create a document and name it "main.tex" with these contents:
documentclass{article}
usepackage{natbib}
begin{document}
nocite{*}
bibliographystyle{apalike}
%unsrt: Style with unsorted citations [1] [2]
%plain: [1] [2] etc but shorted
%apalike: Author year style
%agsm: Harvard style
bibliography{references}
end{document}
Then run:
pdflatex main
bibtex main
pdflatex main
and
pdflatex main
This will generate a document with your bibliography printed in your selected style.
Feel free to use geometry like:
usepackege[top=1in,bottom=1.2in,left=1in,right=1.5in]{geometry}
(add this command with your the margins you like to have in your preamble -for example just below documentclass command-)
or to remove page numbers buy using:
pagestyle{empty}
somewhere after documentclass command.
EDIT:
Sorry... Just show you have a bbl file and not a bib... deleting my answer but leaving it for some minutes in order to see it and decide if you want to use your bib (if any) file instead and have access to the style at any time.... A bib file can give several styles of references... A bbl is just a specific output of a bib file and thus is less usable... So, if you have (or can get) a bib, try this method instead.
add a comment |
Welcome to TeX.SX!
Let's name your file "references.bib".
Create a document and name it "main.tex" with these contents:
documentclass{article}
usepackage{natbib}
begin{document}
nocite{*}
bibliographystyle{apalike}
%unsrt: Style with unsorted citations [1] [2]
%plain: [1] [2] etc but shorted
%apalike: Author year style
%agsm: Harvard style
bibliography{references}
end{document}
Then run:
pdflatex main
bibtex main
pdflatex main
and
pdflatex main
This will generate a document with your bibliography printed in your selected style.
Feel free to use geometry like:
usepackege[top=1in,bottom=1.2in,left=1in,right=1.5in]{geometry}
(add this command with your the margins you like to have in your preamble -for example just below documentclass command-)
or to remove page numbers buy using:
pagestyle{empty}
somewhere after documentclass command.
EDIT:
Sorry... Just show you have a bbl file and not a bib... deleting my answer but leaving it for some minutes in order to see it and decide if you want to use your bib (if any) file instead and have access to the style at any time.... A bib file can give several styles of references... A bbl is just a specific output of a bib file and thus is less usable... So, if you have (or can get) a bib, try this method instead.
Welcome to TeX.SX!
Let's name your file "references.bib".
Create a document and name it "main.tex" with these contents:
documentclass{article}
usepackage{natbib}
begin{document}
nocite{*}
bibliographystyle{apalike}
%unsrt: Style with unsorted citations [1] [2]
%plain: [1] [2] etc but shorted
%apalike: Author year style
%agsm: Harvard style
bibliography{references}
end{document}
Then run:
pdflatex main
bibtex main
pdflatex main
and
pdflatex main
This will generate a document with your bibliography printed in your selected style.
Feel free to use geometry like:
usepackege[top=1in,bottom=1.2in,left=1in,right=1.5in]{geometry}
(add this command with your the margins you like to have in your preamble -for example just below documentclass command-)
or to remove page numbers buy using:
pagestyle{empty}
somewhere after documentclass command.
EDIT:
Sorry... Just show you have a bbl file and not a bib... deleting my answer but leaving it for some minutes in order to see it and decide if you want to use your bib (if any) file instead and have access to the style at any time.... A bib file can give several styles of references... A bbl is just a specific output of a bib file and thus is less usable... So, if you have (or can get) a bib, try this method instead.
edited 23 hours ago
answered 23 hours ago
koleygrkoleygr
11.8k11038
11.8k11038
add a comment |
add a comment |
You did not gave us your *.bbl file and you did not name the web site you got the file so I have to guess. Please next question add all relevant information to make it easier for us to help you!
Let us say the *.bbl you got is:
providecommand{latin}[1]{#1}
makeatletter
providecommand{doi}
{begingroupletdo@makeotherdospecials
catcode`{=1 catcode`}=2 doi@aux}
providecommand{doi@aux}[1]{endgrouptexttt{#1}}
makeatother
providecommand*mcitethebibliography{thebibliography}
csname @ifundefinedendcsname{endmcitethebibliography}
{letendmcitethebibliographyendthebibliography}{}
begin{mcitethebibliography}{4}
providecommand*natexlab[1]{#1}
providecommand*mciteSetBstSublistMode[1]{}
providecommand*mciteSetBstMaxWidthForm[2]{}
providecommand*mciteBstWouldAddEndPuncttrue
{defEndOfBibitem{unskip.}}
providecommand*mciteBstWouldAddEndPunctfalse
{letEndOfBibitemrelax}
providecommand*mciteSetBstMidEndSepPunct[3]{}
providecommand*mciteSetBstSublistLabelBeginEnd[3]{}
providecommand*EndOfBibitem{}
mciteSetBstSublistMode{f}
mciteSetBstMaxWidthForm{subitem}{(alph{mcitesubitemcount})}
mciteSetBstSublistLabelBeginEnd
{mcitemaxwidthsubitemformspace}
{relax}
{relax}
bibitem[Goossens latin{et~al.}(1994)Goossens, Mittelbach, and
Samarin]{Goossens}
Goossens,~M.; Mittelbach,~F.; Samarin,~A. emph{The LaTeX Companion}, 1st ed.;
Addison-Wesley, 1994relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Adams(1980)]{adams}
Adams,~D. emph{The Restaurant at the End of the Universe}; The Hitchhiker's
Guide to the Galaxy; Pan Macmillan, 1980relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Editor latin{et~al.}(2015)Editor, Editor2, and Editor3]{test}
Editor,~F., Editor2,~S., Editor3,~T., Eds. emph{Test to show the effect};
Publisher, 2015relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Feynman(1969)]{feynman}
Feynman,~R.~P. Very High-Energy Collisions of Hadrons. emph{Phys. Rev. Lett.}
textbf{1969}, emph{23}, 1415--1417relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
end{mcitethebibliography}
To be able to use it in your tex code you need to know how it was produced. Therefore let us have a look to the following MWE (completed with a bib file and commands to produce the bibliography, resulting in the *.bbl shown above):
begin{filecontents*}{testbib.bib}
@Book{Goossens,
author = {Goossens, Michel and Mittelbach, Frank and
Samarin, Alexander},
title = {The LaTeX Companion},
edition = {1},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
@Book{adams,
title = {The Restaurant at the End of the Universe},
author = {Douglas Adams},
series = {The Hitchhiker's Guide to the Galaxy},
publisher = {Pan Macmillan},
year = {1980},
}
article{einstein,
author = {Albert Einstein},
title = {{Zur Elektrodynamik bewegter K{"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]},
journal = {Annalen der Physik},
volume = {322},
number = {10},
pages = {891--921},
year = {1905},
DOI = {http://dx.doi.org/10.1002/andp.19053221004},
}
@article{Ross2006,
title = {Treating the right patient at the right time:
access to heart failure care},
author = {Ross, H and Howlett, J and Arnold, J Malcolm O and
Liu, P and O’Neill, BJ and Brophy, JM and Simpson, CS and
Sholdice, MM and Knudtson, M and Ross, DB and others},
journal = {Canadian journal of Cardiology},
volume = {22},
number = {9},
pages = {749--754},
year = {2006},
publisher = {Elsevier},
}
@article{Heidenreich2013,
title = {Forecasting the impact of heart failure in the
United States a policy statement from the American Heart Association},
author = {Heidenreich, Paul A and Albert, Nancy M and
Allen, Larry A and Bluemke, David A and Butler, Javed and
Fonarow, Gregg C and Ikonomidis, John S and Khavjou, Olga
and Konstam, Marvin A and Maddox, Thomas M and others},
journal = {Circulation: Heart Failure},
volume = {6},
number = {3},
pages = {606--619},
year = {2013},
publisher = {Am Heart Assoc},
}
@book{mschinLearning,
author = {Tom M. Mitchell},
title = {Machine learning},
publisher = {Mac Gew Hill},
year = 1997,
volume = 4,
series = 10,
address = {The address},
edition = 3,
month = 7,
note = {An optional note},
isbn = {0071154671},
}
@misc{mozart:KV183,
author = {Mozart, Wolfgang Amadeus},
title = {Sinfonie g-Moll},
year = {1773},
address = {Salzburg},
note = {New K{"o}chelverzeichnis Nr. 183, old version Nr. 25;
Erster Satz: Allegro con brio, Zweiter Satz: Andante,
Dritter Satz: Menuetto, Vierter Satz: Allegro},
}
end{filecontents*}
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
bibliography{testbib}
end{document}
Package filecontents here is only used to have tex code and bib file together in a compilable MWE, you need not to use filecontents!
To be able to use the file testbib.bbl now you need the following tex code (please see that cite commands are needed and the bibliographystyle used to create the *.bbl file):
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
input{testbib.bbl} % <=================================================
end{document}
With input{testbib.bbl} the bibliography is included in the document at that place you have input{testbib.bbl}:

At last please compare the result above with the result of the code with *.bib file:

add a comment |
You did not gave us your *.bbl file and you did not name the web site you got the file so I have to guess. Please next question add all relevant information to make it easier for us to help you!
Let us say the *.bbl you got is:
providecommand{latin}[1]{#1}
makeatletter
providecommand{doi}
{begingroupletdo@makeotherdospecials
catcode`{=1 catcode`}=2 doi@aux}
providecommand{doi@aux}[1]{endgrouptexttt{#1}}
makeatother
providecommand*mcitethebibliography{thebibliography}
csname @ifundefinedendcsname{endmcitethebibliography}
{letendmcitethebibliographyendthebibliography}{}
begin{mcitethebibliography}{4}
providecommand*natexlab[1]{#1}
providecommand*mciteSetBstSublistMode[1]{}
providecommand*mciteSetBstMaxWidthForm[2]{}
providecommand*mciteBstWouldAddEndPuncttrue
{defEndOfBibitem{unskip.}}
providecommand*mciteBstWouldAddEndPunctfalse
{letEndOfBibitemrelax}
providecommand*mciteSetBstMidEndSepPunct[3]{}
providecommand*mciteSetBstSublistLabelBeginEnd[3]{}
providecommand*EndOfBibitem{}
mciteSetBstSublistMode{f}
mciteSetBstMaxWidthForm{subitem}{(alph{mcitesubitemcount})}
mciteSetBstSublistLabelBeginEnd
{mcitemaxwidthsubitemformspace}
{relax}
{relax}
bibitem[Goossens latin{et~al.}(1994)Goossens, Mittelbach, and
Samarin]{Goossens}
Goossens,~M.; Mittelbach,~F.; Samarin,~A. emph{The LaTeX Companion}, 1st ed.;
Addison-Wesley, 1994relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Adams(1980)]{adams}
Adams,~D. emph{The Restaurant at the End of the Universe}; The Hitchhiker's
Guide to the Galaxy; Pan Macmillan, 1980relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Editor latin{et~al.}(2015)Editor, Editor2, and Editor3]{test}
Editor,~F., Editor2,~S., Editor3,~T., Eds. emph{Test to show the effect};
Publisher, 2015relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Feynman(1969)]{feynman}
Feynman,~R.~P. Very High-Energy Collisions of Hadrons. emph{Phys. Rev. Lett.}
textbf{1969}, emph{23}, 1415--1417relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
end{mcitethebibliography}
To be able to use it in your tex code you need to know how it was produced. Therefore let us have a look to the following MWE (completed with a bib file and commands to produce the bibliography, resulting in the *.bbl shown above):
begin{filecontents*}{testbib.bib}
@Book{Goossens,
author = {Goossens, Michel and Mittelbach, Frank and
Samarin, Alexander},
title = {The LaTeX Companion},
edition = {1},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
@Book{adams,
title = {The Restaurant at the End of the Universe},
author = {Douglas Adams},
series = {The Hitchhiker's Guide to the Galaxy},
publisher = {Pan Macmillan},
year = {1980},
}
article{einstein,
author = {Albert Einstein},
title = {{Zur Elektrodynamik bewegter K{"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]},
journal = {Annalen der Physik},
volume = {322},
number = {10},
pages = {891--921},
year = {1905},
DOI = {http://dx.doi.org/10.1002/andp.19053221004},
}
@article{Ross2006,
title = {Treating the right patient at the right time:
access to heart failure care},
author = {Ross, H and Howlett, J and Arnold, J Malcolm O and
Liu, P and O’Neill, BJ and Brophy, JM and Simpson, CS and
Sholdice, MM and Knudtson, M and Ross, DB and others},
journal = {Canadian journal of Cardiology},
volume = {22},
number = {9},
pages = {749--754},
year = {2006},
publisher = {Elsevier},
}
@article{Heidenreich2013,
title = {Forecasting the impact of heart failure in the
United States a policy statement from the American Heart Association},
author = {Heidenreich, Paul A and Albert, Nancy M and
Allen, Larry A and Bluemke, David A and Butler, Javed and
Fonarow, Gregg C and Ikonomidis, John S and Khavjou, Olga
and Konstam, Marvin A and Maddox, Thomas M and others},
journal = {Circulation: Heart Failure},
volume = {6},
number = {3},
pages = {606--619},
year = {2013},
publisher = {Am Heart Assoc},
}
@book{mschinLearning,
author = {Tom M. Mitchell},
title = {Machine learning},
publisher = {Mac Gew Hill},
year = 1997,
volume = 4,
series = 10,
address = {The address},
edition = 3,
month = 7,
note = {An optional note},
isbn = {0071154671},
}
@misc{mozart:KV183,
author = {Mozart, Wolfgang Amadeus},
title = {Sinfonie g-Moll},
year = {1773},
address = {Salzburg},
note = {New K{"o}chelverzeichnis Nr. 183, old version Nr. 25;
Erster Satz: Allegro con brio, Zweiter Satz: Andante,
Dritter Satz: Menuetto, Vierter Satz: Allegro},
}
end{filecontents*}
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
bibliography{testbib}
end{document}
Package filecontents here is only used to have tex code and bib file together in a compilable MWE, you need not to use filecontents!
To be able to use the file testbib.bbl now you need the following tex code (please see that cite commands are needed and the bibliographystyle used to create the *.bbl file):
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
input{testbib.bbl} % <=================================================
end{document}
With input{testbib.bbl} the bibliography is included in the document at that place you have input{testbib.bbl}:

At last please compare the result above with the result of the code with *.bib file:

add a comment |
You did not gave us your *.bbl file and you did not name the web site you got the file so I have to guess. Please next question add all relevant information to make it easier for us to help you!
Let us say the *.bbl you got is:
providecommand{latin}[1]{#1}
makeatletter
providecommand{doi}
{begingroupletdo@makeotherdospecials
catcode`{=1 catcode`}=2 doi@aux}
providecommand{doi@aux}[1]{endgrouptexttt{#1}}
makeatother
providecommand*mcitethebibliography{thebibliography}
csname @ifundefinedendcsname{endmcitethebibliography}
{letendmcitethebibliographyendthebibliography}{}
begin{mcitethebibliography}{4}
providecommand*natexlab[1]{#1}
providecommand*mciteSetBstSublistMode[1]{}
providecommand*mciteSetBstMaxWidthForm[2]{}
providecommand*mciteBstWouldAddEndPuncttrue
{defEndOfBibitem{unskip.}}
providecommand*mciteBstWouldAddEndPunctfalse
{letEndOfBibitemrelax}
providecommand*mciteSetBstMidEndSepPunct[3]{}
providecommand*mciteSetBstSublistLabelBeginEnd[3]{}
providecommand*EndOfBibitem{}
mciteSetBstSublistMode{f}
mciteSetBstMaxWidthForm{subitem}{(alph{mcitesubitemcount})}
mciteSetBstSublistLabelBeginEnd
{mcitemaxwidthsubitemformspace}
{relax}
{relax}
bibitem[Goossens latin{et~al.}(1994)Goossens, Mittelbach, and
Samarin]{Goossens}
Goossens,~M.; Mittelbach,~F.; Samarin,~A. emph{The LaTeX Companion}, 1st ed.;
Addison-Wesley, 1994relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Adams(1980)]{adams}
Adams,~D. emph{The Restaurant at the End of the Universe}; The Hitchhiker's
Guide to the Galaxy; Pan Macmillan, 1980relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Editor latin{et~al.}(2015)Editor, Editor2, and Editor3]{test}
Editor,~F., Editor2,~S., Editor3,~T., Eds. emph{Test to show the effect};
Publisher, 2015relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Feynman(1969)]{feynman}
Feynman,~R.~P. Very High-Energy Collisions of Hadrons. emph{Phys. Rev. Lett.}
textbf{1969}, emph{23}, 1415--1417relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
end{mcitethebibliography}
To be able to use it in your tex code you need to know how it was produced. Therefore let us have a look to the following MWE (completed with a bib file and commands to produce the bibliography, resulting in the *.bbl shown above):
begin{filecontents*}{testbib.bib}
@Book{Goossens,
author = {Goossens, Michel and Mittelbach, Frank and
Samarin, Alexander},
title = {The LaTeX Companion},
edition = {1},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
@Book{adams,
title = {The Restaurant at the End of the Universe},
author = {Douglas Adams},
series = {The Hitchhiker's Guide to the Galaxy},
publisher = {Pan Macmillan},
year = {1980},
}
article{einstein,
author = {Albert Einstein},
title = {{Zur Elektrodynamik bewegter K{"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]},
journal = {Annalen der Physik},
volume = {322},
number = {10},
pages = {891--921},
year = {1905},
DOI = {http://dx.doi.org/10.1002/andp.19053221004},
}
@article{Ross2006,
title = {Treating the right patient at the right time:
access to heart failure care},
author = {Ross, H and Howlett, J and Arnold, J Malcolm O and
Liu, P and O’Neill, BJ and Brophy, JM and Simpson, CS and
Sholdice, MM and Knudtson, M and Ross, DB and others},
journal = {Canadian journal of Cardiology},
volume = {22},
number = {9},
pages = {749--754},
year = {2006},
publisher = {Elsevier},
}
@article{Heidenreich2013,
title = {Forecasting the impact of heart failure in the
United States a policy statement from the American Heart Association},
author = {Heidenreich, Paul A and Albert, Nancy M and
Allen, Larry A and Bluemke, David A and Butler, Javed and
Fonarow, Gregg C and Ikonomidis, John S and Khavjou, Olga
and Konstam, Marvin A and Maddox, Thomas M and others},
journal = {Circulation: Heart Failure},
volume = {6},
number = {3},
pages = {606--619},
year = {2013},
publisher = {Am Heart Assoc},
}
@book{mschinLearning,
author = {Tom M. Mitchell},
title = {Machine learning},
publisher = {Mac Gew Hill},
year = 1997,
volume = 4,
series = 10,
address = {The address},
edition = 3,
month = 7,
note = {An optional note},
isbn = {0071154671},
}
@misc{mozart:KV183,
author = {Mozart, Wolfgang Amadeus},
title = {Sinfonie g-Moll},
year = {1773},
address = {Salzburg},
note = {New K{"o}chelverzeichnis Nr. 183, old version Nr. 25;
Erster Satz: Allegro con brio, Zweiter Satz: Andante,
Dritter Satz: Menuetto, Vierter Satz: Allegro},
}
end{filecontents*}
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
bibliography{testbib}
end{document}
Package filecontents here is only used to have tex code and bib file together in a compilable MWE, you need not to use filecontents!
To be able to use the file testbib.bbl now you need the following tex code (please see that cite commands are needed and the bibliographystyle used to create the *.bbl file):
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
input{testbib.bbl} % <=================================================
end{document}
With input{testbib.bbl} the bibliography is included in the document at that place you have input{testbib.bbl}:

At last please compare the result above with the result of the code with *.bib file:

You did not gave us your *.bbl file and you did not name the web site you got the file so I have to guess. Please next question add all relevant information to make it easier for us to help you!
Let us say the *.bbl you got is:
providecommand{latin}[1]{#1}
makeatletter
providecommand{doi}
{begingroupletdo@makeotherdospecials
catcode`{=1 catcode`}=2 doi@aux}
providecommand{doi@aux}[1]{endgrouptexttt{#1}}
makeatother
providecommand*mcitethebibliography{thebibliography}
csname @ifundefinedendcsname{endmcitethebibliography}
{letendmcitethebibliographyendthebibliography}{}
begin{mcitethebibliography}{4}
providecommand*natexlab[1]{#1}
providecommand*mciteSetBstSublistMode[1]{}
providecommand*mciteSetBstMaxWidthForm[2]{}
providecommand*mciteBstWouldAddEndPuncttrue
{defEndOfBibitem{unskip.}}
providecommand*mciteBstWouldAddEndPunctfalse
{letEndOfBibitemrelax}
providecommand*mciteSetBstMidEndSepPunct[3]{}
providecommand*mciteSetBstSublistLabelBeginEnd[3]{}
providecommand*EndOfBibitem{}
mciteSetBstSublistMode{f}
mciteSetBstMaxWidthForm{subitem}{(alph{mcitesubitemcount})}
mciteSetBstSublistLabelBeginEnd
{mcitemaxwidthsubitemformspace}
{relax}
{relax}
bibitem[Goossens latin{et~al.}(1994)Goossens, Mittelbach, and
Samarin]{Goossens}
Goossens,~M.; Mittelbach,~F.; Samarin,~A. emph{The LaTeX Companion}, 1st ed.;
Addison-Wesley, 1994relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Adams(1980)]{adams}
Adams,~D. emph{The Restaurant at the End of the Universe}; The Hitchhiker's
Guide to the Galaxy; Pan Macmillan, 1980relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Editor latin{et~al.}(2015)Editor, Editor2, and Editor3]{test}
Editor,~F., Editor2,~S., Editor3,~T., Eds. emph{Test to show the effect};
Publisher, 2015relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
bibitem[Feynman(1969)]{feynman}
Feynman,~R.~P. Very High-Energy Collisions of Hadrons. emph{Phys. Rev. Lett.}
textbf{1969}, emph{23}, 1415--1417relax
mciteBstWouldAddEndPuncttrue
mciteSetBstMidEndSepPunct{mcitedefaultmidpunct}
{mcitedefaultendpunct}{mcitedefaultseppunct}relax
EndOfBibitem
end{mcitethebibliography}
To be able to use it in your tex code you need to know how it was produced. Therefore let us have a look to the following MWE (completed with a bib file and commands to produce the bibliography, resulting in the *.bbl shown above):
begin{filecontents*}{testbib.bib}
@Book{Goossens,
author = {Goossens, Michel and Mittelbach, Frank and
Samarin, Alexander},
title = {The LaTeX Companion},
edition = {1},
publisher = {Addison-Wesley},
location = {Reading, Mass.},
year = {1994},
}
@Book{adams,
title = {The Restaurant at the End of the Universe},
author = {Douglas Adams},
series = {The Hitchhiker's Guide to the Galaxy},
publisher = {Pan Macmillan},
year = {1980},
}
article{einstein,
author = {Albert Einstein},
title = {{Zur Elektrodynamik bewegter K{"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]},
journal = {Annalen der Physik},
volume = {322},
number = {10},
pages = {891--921},
year = {1905},
DOI = {http://dx.doi.org/10.1002/andp.19053221004},
}
@article{Ross2006,
title = {Treating the right patient at the right time:
access to heart failure care},
author = {Ross, H and Howlett, J and Arnold, J Malcolm O and
Liu, P and O’Neill, BJ and Brophy, JM and Simpson, CS and
Sholdice, MM and Knudtson, M and Ross, DB and others},
journal = {Canadian journal of Cardiology},
volume = {22},
number = {9},
pages = {749--754},
year = {2006},
publisher = {Elsevier},
}
@article{Heidenreich2013,
title = {Forecasting the impact of heart failure in the
United States a policy statement from the American Heart Association},
author = {Heidenreich, Paul A and Albert, Nancy M and
Allen, Larry A and Bluemke, David A and Butler, Javed and
Fonarow, Gregg C and Ikonomidis, John S and Khavjou, Olga
and Konstam, Marvin A and Maddox, Thomas M and others},
journal = {Circulation: Heart Failure},
volume = {6},
number = {3},
pages = {606--619},
year = {2013},
publisher = {Am Heart Assoc},
}
@book{mschinLearning,
author = {Tom M. Mitchell},
title = {Machine learning},
publisher = {Mac Gew Hill},
year = 1997,
volume = 4,
series = 10,
address = {The address},
edition = 3,
month = 7,
note = {An optional note},
isbn = {0071154671},
}
@misc{mozart:KV183,
author = {Mozart, Wolfgang Amadeus},
title = {Sinfonie g-Moll},
year = {1773},
address = {Salzburg},
note = {New K{"o}chelverzeichnis Nr. 183, old version Nr. 25;
Erster Satz: Allegro con brio, Zweiter Satz: Andante,
Dritter Satz: Menuetto, Vierter Satz: Allegro},
}
end{filecontents*}
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
bibliography{testbib}
end{document}
Package filecontents here is only used to have tex code and bib file together in a compilable MWE, you need not to use filecontents!
To be able to use the file testbib.bbl now you need the following tex code (please see that cite commands are needed and the bibliographystyle used to create the *.bbl file):
documentclass[10pt,a4paper]{article}
usepackage{showframe} % to visualise the typing area and margins
usepackage{hyperref} % better urls
begin{document}
This is text with cite{Goossens} and cite{adams}.
nocite{*} % to test all bib entrys
bibliographystyle{unsrt} % <===========================================
input{testbib.bbl} % <=================================================
end{document}
With input{testbib.bbl} the bibliography is included in the document at that place you have input{testbib.bbl}:

At last please compare the result above with the result of the code with *.bib file:

answered 12 hours ago
KurtKurt
38.6k848162
38.6k848162
add a comment |
add a comment |
Arun K is a new contributor. Be nice, and check out our Code of Conduct.
Arun K is a new contributor. Be nice, and check out our Code of Conduct.
Arun K is a new contributor. Be nice, and check out our Code of Conduct.
Arun K is a new contributor. Be nice, and check out our Code of Conduct.
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%2f477740%2fwas-given-bbl-file-from-website-and-need-to-generate-pdf%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
input{name_of_bbl.bbl}should work if the.bblwas generated for BibTeX-based bibliographies (i.e. not forbiblatex) and you load the necessary support packages (if any, that may includenatbib,apacite,jurabib, ... and will depend on the.bstfile that was used to produce the.bbl). Instead ofinput{filename.bbl}you can also just past the contents of the file directly into the.texdocument.– moewe
23 hours ago
Welcome to TeX SX! I suppose you should put it in the same directory as your main file, and compile the latter (provoded it has the same name).
– Bernard
23 hours ago
Please provide more information about your document setup. E.g., does the bbl file contain exactly the references you wish to cite in the body of the document? Or does the file contain either fewer or more entries than are being cited? You wrote, "I was given a reference list in the form of a .bbl file from a website". Do you know how the bbl file was generated? E.g., which bibliography style was employed, and which citation management package (if any) was employed? Still another issue: do you intend to generate either numeric-style or authoryear-style citation call-outs?
– Mico
22 hours ago