BibTeX, biblatex and biberEmbed Bibliography Database in Source File

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Hermano
Posts: 14
Joined: Wed Apr 06, 2011 9:10 pm

Embed Bibliography Database in Source File

Post by Hermano »

Hi,

I am uploading my LaTeX paper to Springer link but it seems that their editorial manager can not handle my .bib file. At this moment I include my separate .bib-file in my .tex file with these lines.

Code: Select all

\bibliographystyle{unsrt}
\bibliography{bibliography_cappa}
However, my references do not show up in the PDF file created by their system. Although, this works fine at my PC. To solve this problem, I want to place my references directly in the source file so that everything is in one file. How can I do this? I just want to copy&paste the content of my .bib file to my .tex file. Thus, without changing the references.

Thanks
Last edited by localghost on Mon Jun 10, 2013 8:31 pm, edited 1 time in total.

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Embed Bibliography Database in Source File

Post by localghost »

Use the filecontents environment, perhaps extended by the filecontents package.


Thorsten
Post Reply