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