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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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