I need to submit my TeX file to journal but they request
Do not include a separate
.bibfile or.bblfile with your submission
and
please run BibTeX before submitting your paper, and include (read-in) the resulting .bbl file within the reference section of your paper
If I upload a TeX file but not the .pdf file including the .bib results. How should I merge my .bib file with my TeX file ?
.bblextension. That is your processed.bibfile. Then you can include the contents of that file in your bibliography and citations will work. I would really consider issuing a complaint to the journal as this is a ridiculous requirement. – percusse Oct 22 '12 at 13:24\bibliographystyle-\bibliographypair with the contents of the.bblfile is what's needed. – egreg Oct 22 '12 at 13:28biblatexis used. For "old style" bibliography with BibTeX that's meaningless. – egreg Oct 22 '12 at 13:29