BibTeX, biblatex and biber.bib files and submitting to journals

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

.bib files and submitting to journals

Post by melekzedek »

Dear fellows Texnicians.

I want to know if there is some way to automatically extract the cited references from a bib file and put them at the end of a tex file.

The problem is that, whenever I'm writing an article, I put manually all the references at the end of the tex file, since the journals don't accept bib files. If there is some way to automatically copy only the cited references to the end of the tex file would be splendid.

Any idea?
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

olofos
Posts: 56
Joined: Tue Nov 24, 2009 10:37 pm

Re: .bib files and submitting to journals

Post by olofos »

Do you want the bibtex datase entries, or formatted references? In the latter case, I would normally just include the .bbl file you get when running bibtex. This contains everything you need to typeset the paper (as long as you don't change any references/don't run bibtex again). I don't know of any direct way of extracting the relevant entries from the bib file. I think I've done something like that using auctex/reftex though.
melekzedek
Posts: 34
Joined: Sat Aug 08, 2009 1:05 pm

Re: .bib files and submitting to journals

Post by melekzedek »

Thanks olofos for the tip of including the .bbl file with the tex file. It resolves my problem. Thanks
Using Ubuntu 13.10 under the hood and LaTeXing via Vim-LaTeX
ウンベルト
Post Reply