Use only some entries of a bbl file? The Next CEO of Stack OverflowConvert .bbl file to .bib fileBiber produces empty bbl file.bbl file not being updatedBiblatex fails to read bbl-fileHow to obtain and use the .bbl file in my tex document for ArXiv submission?Bbl file not generatedNo bbl file generated, TexWorksAdd bbl file entries to latex documentUndefined control sequence in .bbl fileNo .bbl file generated using TexWorksI cannot find bbl file in Texpad
Is it okay to store user locations?
How do I solve this limit?
When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?
Why do remote companies require working in the US?
How to count occurrences of text in a file?
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Science fiction (dystopian) short story set after WWIII
Can a caster that cast Polymorph on themselves stop concentrating at any point even if their Int is low?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Shade part of a Venn diagram
Trouble understanding the speech of overseas colleagues
How to make a variable always equal to the result of some calculations?
Is HostGator storing my password in plaintext?
Go Pregnant or Go Home
If the heap is initialized for security, then why is the stack uninitialized?
How do we know the LHC results are robust?
Whats the best way to handle refactoring a big file?
Visit to the USA with ESTA approved before trip to Iran
Need some help with wall behind rangetop
Why is there a PLL in CPU?
How to start emacs in "nothing" mode (`fundamental-mode`)
How should I support this large drywall patch?
What's the point of interval inversion?
WOW air has ceased operation, can I get my tickets refunded?
Use only some entries of a bbl file?
The Next CEO of Stack OverflowConvert .bbl file to .bib fileBiber produces empty bbl file.bbl file not being updatedBiblatex fails to read bbl-fileHow to obtain and use the .bbl file in my tex document for ArXiv submission?Bbl file not generatedNo bbl file generated, TexWorksAdd bbl file entries to latex documentUndefined control sequence in .bbl fileNo .bbl file generated using TexWorksI cannot find bbl file in Texpad
I have a big .bbl file which I cannot easily convert to a .bib.
Inside a new .tex file, I would like to use (cite) only few entries of the .bbl file with the help of cite
command and the label (present in the bbl).
Is it possible?
Precision: In fact, I have 300+ .tex file which contain each some references (called with cite
). There was a .bib at the origin but I have only access to the .bbl now. The .bbl contains several hundred of reference; this is why it is not really an option to copy/paste the references needed.
Here is a sample of the .bbl
beginthebibliography396
expandafterifxcsname natexlabendcsnamerelaxdefnatexlab#1#1fi
expandafterifxcsname urlendcsnamerelax
defurl#1texttt#1fi
expandafterifxcsname urlprefixendcsnamerelaxdefurlprefixURL fi
inputbabelbst.tex
newcommandCapitalize[1]uppercase#1
newcommandcapitalize[1]expandafterCapitalize#1
bibitem[Bruns(1888)]BruH1888
Bruns, H.
newblock "Uber die Integrale des Vielk"orper-Problems.
newblock emphActa mathematica 11, 1888, 25--96.
bibitem[G'erard bbletal(1972)G'erard, Reeb bbletal]PaiP1972a
G'erard, R., Reeb, G., bbland Sec, A., bbleds.
newblock emphOEuvres de Paul Painlev'e, Volume 1.
newblock Paris: CNRS, 1972.
bibitem[G'erard bbletal(1974)G'erard, Reeb bbletal]PaiP1974
---.
newblock emphOEuvres de Paul Painlev'e, Volume 2.
newblock Paris: CNRS, 1974.
bibitem[G'erard bbletal(1975)G'erard, Reeb bbletal]PaiP1975
---.
newblock emphOEuvres de Paul Painlev'e, Volume 3: 'Equations
diff'erentielles du second ordre.
newblock Paris: CNRS, 1975.
.
.
.
endthebibliography
bibliographies bbl
|
show 3 more comments
I have a big .bbl file which I cannot easily convert to a .bib.
Inside a new .tex file, I would like to use (cite) only few entries of the .bbl file with the help of cite
command and the label (present in the bbl).
Is it possible?
Precision: In fact, I have 300+ .tex file which contain each some references (called with cite
). There was a .bib at the origin but I have only access to the .bbl now. The .bbl contains several hundred of reference; this is why it is not really an option to copy/paste the references needed.
Here is a sample of the .bbl
beginthebibliography396
expandafterifxcsname natexlabendcsnamerelaxdefnatexlab#1#1fi
expandafterifxcsname urlendcsnamerelax
defurl#1texttt#1fi
expandafterifxcsname urlprefixendcsnamerelaxdefurlprefixURL fi
inputbabelbst.tex
newcommandCapitalize[1]uppercase#1
newcommandcapitalize[1]expandafterCapitalize#1
bibitem[Bruns(1888)]BruH1888
Bruns, H.
newblock "Uber die Integrale des Vielk"orper-Problems.
newblock emphActa mathematica 11, 1888, 25--96.
bibitem[G'erard bbletal(1972)G'erard, Reeb bbletal]PaiP1972a
G'erard, R., Reeb, G., bbland Sec, A., bbleds.
newblock emphOEuvres de Paul Painlev'e, Volume 1.
newblock Paris: CNRS, 1972.
bibitem[G'erard bbletal(1974)G'erard, Reeb bbletal]PaiP1974
---.
newblock emphOEuvres de Paul Painlev'e, Volume 2.
newblock Paris: CNRS, 1974.
bibitem[G'erard bbletal(1975)G'erard, Reeb bbletal]PaiP1975
---.
newblock emphOEuvres de Paul Painlev'e, Volume 3: 'Equations
diff'erentielles du second ordre.
newblock Paris: CNRS, 1975.
.
.
.
endthebibliography
bibliographies bbl
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a.bbl
file not generated by bibtex, is there really no.bib
source available? (hand written bibliographies have no reason to use that.bbl
extension.)
– David Carlisle
12 hours ago
Are you usingbiblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing.bbl
file (assumingrefcontext
s andrefsection
s match), but that is very fragile and crucially relies on the.bbl
version matching with yourbiblatex
version. Since the.bbl
may contain additional (variable) information not present in the.bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.
– moewe
8 hours ago
It would help if you could share more details about your.bbl
file, your general setup and what you have in mind.
– moewe
8 hours ago
This.bbl
file was created by BibTeX for standardthebibliography
inclusion and is therefore completely incompatible withbiblatex
. Do you want to use it withbiblatex
?
– moewe
8 hours ago
1
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago
|
show 3 more comments
I have a big .bbl file which I cannot easily convert to a .bib.
Inside a new .tex file, I would like to use (cite) only few entries of the .bbl file with the help of cite
command and the label (present in the bbl).
Is it possible?
Precision: In fact, I have 300+ .tex file which contain each some references (called with cite
). There was a .bib at the origin but I have only access to the .bbl now. The .bbl contains several hundred of reference; this is why it is not really an option to copy/paste the references needed.
Here is a sample of the .bbl
beginthebibliography396
expandafterifxcsname natexlabendcsnamerelaxdefnatexlab#1#1fi
expandafterifxcsname urlendcsnamerelax
defurl#1texttt#1fi
expandafterifxcsname urlprefixendcsnamerelaxdefurlprefixURL fi
inputbabelbst.tex
newcommandCapitalize[1]uppercase#1
newcommandcapitalize[1]expandafterCapitalize#1
bibitem[Bruns(1888)]BruH1888
Bruns, H.
newblock "Uber die Integrale des Vielk"orper-Problems.
newblock emphActa mathematica 11, 1888, 25--96.
bibitem[G'erard bbletal(1972)G'erard, Reeb bbletal]PaiP1972a
G'erard, R., Reeb, G., bbland Sec, A., bbleds.
newblock emphOEuvres de Paul Painlev'e, Volume 1.
newblock Paris: CNRS, 1972.
bibitem[G'erard bbletal(1974)G'erard, Reeb bbletal]PaiP1974
---.
newblock emphOEuvres de Paul Painlev'e, Volume 2.
newblock Paris: CNRS, 1974.
bibitem[G'erard bbletal(1975)G'erard, Reeb bbletal]PaiP1975
---.
newblock emphOEuvres de Paul Painlev'e, Volume 3: 'Equations
diff'erentielles du second ordre.
newblock Paris: CNRS, 1975.
.
.
.
endthebibliography
bibliographies bbl
I have a big .bbl file which I cannot easily convert to a .bib.
Inside a new .tex file, I would like to use (cite) only few entries of the .bbl file with the help of cite
command and the label (present in the bbl).
Is it possible?
Precision: In fact, I have 300+ .tex file which contain each some references (called with cite
). There was a .bib at the origin but I have only access to the .bbl now. The .bbl contains several hundred of reference; this is why it is not really an option to copy/paste the references needed.
Here is a sample of the .bbl
beginthebibliography396
expandafterifxcsname natexlabendcsnamerelaxdefnatexlab#1#1fi
expandafterifxcsname urlendcsnamerelax
defurl#1texttt#1fi
expandafterifxcsname urlprefixendcsnamerelaxdefurlprefixURL fi
inputbabelbst.tex
newcommandCapitalize[1]uppercase#1
newcommandcapitalize[1]expandafterCapitalize#1
bibitem[Bruns(1888)]BruH1888
Bruns, H.
newblock "Uber die Integrale des Vielk"orper-Problems.
newblock emphActa mathematica 11, 1888, 25--96.
bibitem[G'erard bbletal(1972)G'erard, Reeb bbletal]PaiP1972a
G'erard, R., Reeb, G., bbland Sec, A., bbleds.
newblock emphOEuvres de Paul Painlev'e, Volume 1.
newblock Paris: CNRS, 1972.
bibitem[G'erard bbletal(1974)G'erard, Reeb bbletal]PaiP1974
---.
newblock emphOEuvres de Paul Painlev'e, Volume 2.
newblock Paris: CNRS, 1974.
bibitem[G'erard bbletal(1975)G'erard, Reeb bbletal]PaiP1975
---.
newblock emphOEuvres de Paul Painlev'e, Volume 3: 'Equations
diff'erentielles du second ordre.
newblock Paris: CNRS, 1975.
.
.
.
endthebibliography
bibliographies bbl
bibliographies bbl
edited 8 hours ago
ppr
asked 12 hours ago
pprppr
5,20432564
5,20432564
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a.bbl
file not generated by bibtex, is there really no.bib
source available? (hand written bibliographies have no reason to use that.bbl
extension.)
– David Carlisle
12 hours ago
Are you usingbiblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing.bbl
file (assumingrefcontext
s andrefsection
s match), but that is very fragile and crucially relies on the.bbl
version matching with yourbiblatex
version. Since the.bbl
may contain additional (variable) information not present in the.bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.
– moewe
8 hours ago
It would help if you could share more details about your.bbl
file, your general setup and what you have in mind.
– moewe
8 hours ago
This.bbl
file was created by BibTeX for standardthebibliography
inclusion and is therefore completely incompatible withbiblatex
. Do you want to use it withbiblatex
?
– moewe
8 hours ago
1
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago
|
show 3 more comments
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a.bbl
file not generated by bibtex, is there really no.bib
source available? (hand written bibliographies have no reason to use that.bbl
extension.)
– David Carlisle
12 hours ago
Are you usingbiblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing.bbl
file (assumingrefcontext
s andrefsection
s match), but that is very fragile and crucially relies on the.bbl
version matching with yourbiblatex
version. Since the.bbl
may contain additional (variable) information not present in the.bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.
– moewe
8 hours ago
It would help if you could share more details about your.bbl
file, your general setup and what you have in mind.
– moewe
8 hours ago
This.bbl
file was created by BibTeX for standardthebibliography
inclusion and is therefore completely incompatible withbiblatex
. Do you want to use it withbiblatex
?
– moewe
8 hours ago
1
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a
.bbl
file not generated by bibtex, is there really no .bib
source available? (hand written bibliographies have no reason to use that .bbl
extension.)– David Carlisle
12 hours ago
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a
.bbl
file not generated by bibtex, is there really no .bib
source available? (hand written bibliographies have no reason to use that .bbl
extension.)– David Carlisle
12 hours ago
Are you using
biblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing .bbl
file (assuming refcontext
s and refsection
s match), but that is very fragile and crucially relies on the .bbl
version matching with your biblatex
version. Since the .bbl
may contain additional (variable) information not present in the .bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.– moewe
8 hours ago
Are you using
biblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing .bbl
file (assuming refcontext
s and refsection
s match), but that is very fragile and crucially relies on the .bbl
version matching with your biblatex
version. Since the .bbl
may contain additional (variable) information not present in the .bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.– moewe
8 hours ago
It would help if you could share more details about your
.bbl
file, your general setup and what you have in mind.– moewe
8 hours ago
It would help if you could share more details about your
.bbl
file, your general setup and what you have in mind.– moewe
8 hours ago
This
.bbl
file was created by BibTeX for standard thebibliography
inclusion and is therefore completely incompatible with biblatex
. Do you want to use it with biblatex
?– moewe
8 hours ago
This
.bbl
file was created by BibTeX for standard thebibliography
inclusion and is therefore completely incompatible with biblatex
. Do you want to use it with biblatex
?– moewe
8 hours ago
1
1
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago
|
show 3 more comments
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%2f481946%2fuse-only-some-entries-of-a-bbl-file%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%2f481946%2fuse-only-some-entries-of-a-bbl-file%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
You have not given much information, But in most bbl markup you should be able to simply delete the entries that you do not use. It is unusual to have a
.bbl
file not generated by bibtex, is there really no.bib
source available? (hand written bibliographies have no reason to use that.bbl
extension.)– David Carlisle
12 hours ago
Are you using
biblatex
as suggested by the tags? It would be possibly to some limited degree to make use of a pre-existing.bbl
file (assumingrefcontext
s andrefsection
s match), but that is very fragile and crucially relies on the.bbl
version matching with yourbiblatex
version. Since the.bbl
may contain additional (variable) information not present in the.bib
(for disambiguation, mainly) it can not be guaranteed that things will look alright when you only select a subset of the entries and ignore the rest.– moewe
8 hours ago
It would help if you could share more details about your
.bbl
file, your general setup and what you have in mind.– moewe
8 hours ago
This
.bbl
file was created by BibTeX for standardthebibliography
inclusion and is therefore completely incompatible withbiblatex
. Do you want to use it withbiblatex
?– moewe
8 hours ago
1
I would have thought it would be a simple job to just use an editor or perl or whatever, just run latex without the bbl file so latex writes the citation keys to the aux file (which is what bibtex would use) then just extract that list of entries from the bbl file.
– David Carlisle
7 hours ago