Bibliography not generating at Springer cloud











up vote
0
down vote

favorite












I am trying to submit a manuscript at Springer but on building PDF on springer I can see references are not getting generated. When I compile the same document on Overleaf it works fine.



Template Tex code



%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the documentclass line
% your LaTeX will extract the file if required
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%documentclass[smallextended]{svjour3} % onecolumn (second format)
documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx}
usepackage{epstopdf}
usepackage{amsfonts}
usepackage{algorithm}
usepackage{algcompatible}
usepackage{threeparttable}
usepackage{amsmath}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%
begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%% PAPER Content %%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% BibTeX users please use one of
%bibliographystyle{spbasic} % basic style, author-year citations
bibliographystyle{spmpsci} % mathematics and physical sciences
%bibliographystyle{spphys} % APS-like style for physics
bibliography{bibliography.bib} % name your BibTeX data base

end{document}
% end of file template.tex


Reference Section



enter image description here



File uploaded to Springer cloud



enter image description here



I couldn't figure out the problem, It's very frustrating any help would be appreciated Thank you.










share|improve this question
























  • I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
    – moewe
    Sep 24 at 15:59






  • 1




    Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
    – moewe
    Sep 24 at 16:07










  • @moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
    – Atinesh
    Sep 24 at 17:25










  • Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
    – moewe
    Sep 24 at 17:44















up vote
0
down vote

favorite












I am trying to submit a manuscript at Springer but on building PDF on springer I can see references are not getting generated. When I compile the same document on Overleaf it works fine.



Template Tex code



%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the documentclass line
% your LaTeX will extract the file if required
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%documentclass[smallextended]{svjour3} % onecolumn (second format)
documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx}
usepackage{epstopdf}
usepackage{amsfonts}
usepackage{algorithm}
usepackage{algcompatible}
usepackage{threeparttable}
usepackage{amsmath}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%
begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%% PAPER Content %%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% BibTeX users please use one of
%bibliographystyle{spbasic} % basic style, author-year citations
bibliographystyle{spmpsci} % mathematics and physical sciences
%bibliographystyle{spphys} % APS-like style for physics
bibliography{bibliography.bib} % name your BibTeX data base

end{document}
% end of file template.tex


Reference Section



enter image description here



File uploaded to Springer cloud



enter image description here



I couldn't figure out the problem, It's very frustrating any help would be appreciated Thank you.










share|improve this question
























  • I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
    – moewe
    Sep 24 at 15:59






  • 1




    Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
    – moewe
    Sep 24 at 16:07










  • @moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
    – Atinesh
    Sep 24 at 17:25










  • Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
    – moewe
    Sep 24 at 17:44













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am trying to submit a manuscript at Springer but on building PDF on springer I can see references are not getting generated. When I compile the same document on Overleaf it works fine.



Template Tex code



%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the documentclass line
% your LaTeX will extract the file if required
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%documentclass[smallextended]{svjour3} % onecolumn (second format)
documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx}
usepackage{epstopdf}
usepackage{amsfonts}
usepackage{algorithm}
usepackage{algcompatible}
usepackage{threeparttable}
usepackage{amsmath}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%
begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%% PAPER Content %%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% BibTeX users please use one of
%bibliographystyle{spbasic} % basic style, author-year citations
bibliographystyle{spmpsci} % mathematics and physical sciences
%bibliographystyle{spphys} % APS-like style for physics
bibliography{bibliography.bib} % name your BibTeX data base

end{document}
% end of file template.tex


Reference Section



enter image description here



File uploaded to Springer cloud



enter image description here



I couldn't figure out the problem, It's very frustrating any help would be appreciated Thank you.










share|improve this question















I am trying to submit a manuscript at Springer but on building PDF on springer I can see references are not getting generated. When I compile the same document on Overleaf it works fine.



Template Tex code



%%%%%%%%%%%%%%%%%%%%%%% file template.tex %%%%%%%%%%%%%%%%%%%%%%%%%
%
% This is a general template file for the LaTeX package SVJour3
% for Springer journals. Springer Heidelberg 2010/09/16
%
% Copy it to a new file with a new name and use it as the basis
% for your article. Delete % signs as needed.
%
% This template includes a few options for different layouts and
% content for various journals. Please consult a previous issue of
% your journal as needed.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First comes an example EPS file -- just ignore it and
% proceed on the documentclass line
% your LaTeX will extract the file if required
begin{filecontents*}{example.eps}
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 19 19 221 221
%%CreationDate: Mon Sep 29 1997
%%Creator: programmed by hand (JK)
%%EndComments
gsave
newpath
20 20 moveto
20 220 lineto
220 220 lineto
220 20 lineto
closepath
2 setlinewidth
gsave
.4 setgray fill
grestore
stroke
grestore
end{filecontents*}
%
RequirePackage{fix-cm}
%
%documentclass{svjour3} % onecolumn (standard format)
%documentclass[smallcondensed]{svjour3} % onecolumn (ditto)
%documentclass[smallextended]{svjour3} % onecolumn (second format)
documentclass[twocolumn]{svjour3} % twocolumn
%
smartqed % flush right qed marks, e.g. at end of proof
%
usepackage{graphicx}
usepackage{epstopdf}
usepackage{amsfonts}
usepackage{algorithm}
usepackage{algcompatible}
usepackage{threeparttable}
usepackage{amsmath}
%
% usepackage{mathptmx} % use Times fonts if available on your TeX system
%
% insert here the call for the packages your document requires
%usepackage{latexsym}
% etc.
%
% please place your own definitions here and don't use def but
% newcommand{}{}
%
% Insert the name of "your journal" with
% journalname{myjournal}
%
begin{document}

%%%%%%%%%%%%%%%%%%%%%%%%%%% PAPER Content %%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
%
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


% BibTeX users please use one of
%bibliographystyle{spbasic} % basic style, author-year citations
bibliographystyle{spmpsci} % mathematics and physical sciences
%bibliographystyle{spphys} % APS-like style for physics
bibliography{bibliography.bib} % name your BibTeX data base

end{document}
% end of file template.tex


Reference Section



enter image description here



File uploaded to Springer cloud



enter image description here



I couldn't figure out the problem, It's very frustrating any help would be appreciated Thank you.







bibliographies






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 24 at 15:58









moewe

84.8k9108327




84.8k9108327










asked Sep 24 at 15:52









Atinesh

1691111




1691111












  • I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
    – moewe
    Sep 24 at 15:59






  • 1




    Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
    – moewe
    Sep 24 at 16:07










  • @moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
    – Atinesh
    Sep 24 at 17:25










  • Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
    – moewe
    Sep 24 at 17:44


















  • I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
    – moewe
    Sep 24 at 15:59






  • 1




    Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
    – moewe
    Sep 24 at 16:07










  • @moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
    – Atinesh
    Sep 24 at 17:25










  • Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
    – moewe
    Sep 24 at 17:44
















I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
– moewe
Sep 24 at 15:59




I don't know about Springer, but often you need to include the .bbl file or a copy of the .bbl data in the .tex file if you upload your document for submission to a publisher. Did you do that? Did you have a look at Springer's author guidelines for submitting papers with bibliographies?
– moewe
Sep 24 at 15:59




1




1




Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
– moewe
Sep 24 at 16:07




Possibly relevant: overleaf.com/help/…. As I mentioned above many publishers don't want to run BibTeX on your submission and will only run LaTeX. In that case you must include the .bbl into the .tex file or supply it alongside the .tex file. But as I said above, I have never submitted anything to Springer and don't know about the upload, submission and compilation process, so you need to check the guidelines and help that they offer you.
– moewe
Sep 24 at 16:07












@moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
– Atinesh
Sep 24 at 17:25




@moewe Hello, I have compiled template locally in Kile and uploaded template.bbl as Electronic Supplementary material as per your suggestion, but problem still persists
– Atinesh
Sep 24 at 17:25












Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
– moewe
Sep 24 at 17:44




Sorry, that is all I can say. I don't know how their system works. There should be documentation on that when you upload stuff. If not you will have to contact Springer directly.
– moewe
Sep 24 at 17:44










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Copy the .bbl data into the .tex file, instead of the bibliography{references} macro. In the example below, I've commented out the references line, and included one bibitem from my own paper, just to show how it looks. You'll want to delete that and copy your own material in.



bibliographystyle{spbasic}      
%bibliography{references}
begin{thebibliography}{96}
providecommand{natexlab}[1]{#1}
providecommand{url}[1]{{#1}}
providecommand{urlprefix}{URL }
expandafterifxcsname urlstyleendcsnamerelax
providecommand{doi}[1]{DOI~discretionary{}{}{}#1}else
providecommand{doi}{DOI~discretionary{}{}{}begingroup
urlstyle{rm}Url}fi
providecommand{eprint}[2]{url{#2}}

bibitem[{Aberdein and Dove(2013)}]{Aberdein2013}
Aberdein A, Dove IJ (2013) Introduction. In: Aberdein A, Dove IJ (eds) The
Argument of Mathematics, Springer Netherlands, Dordrecht, pp 1--8,
urlprefixurl{https://doi.org/10.1007/978-94-007-6534-4_1}


...
end{thebibliography}





share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452271%2fbibliography-not-generating-at-springer-cloud%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Copy the .bbl data into the .tex file, instead of the bibliography{references} macro. In the example below, I've commented out the references line, and included one bibitem from my own paper, just to show how it looks. You'll want to delete that and copy your own material in.



    bibliographystyle{spbasic}      
    %bibliography{references}
    begin{thebibliography}{96}
    providecommand{natexlab}[1]{#1}
    providecommand{url}[1]{{#1}}
    providecommand{urlprefix}{URL }
    expandafterifxcsname urlstyleendcsnamerelax
    providecommand{doi}[1]{DOI~discretionary{}{}{}#1}else
    providecommand{doi}{DOI~discretionary{}{}{}begingroup
    urlstyle{rm}Url}fi
    providecommand{eprint}[2]{url{#2}}

    bibitem[{Aberdein and Dove(2013)}]{Aberdein2013}
    Aberdein A, Dove IJ (2013) Introduction. In: Aberdein A, Dove IJ (eds) The
    Argument of Mathematics, Springer Netherlands, Dordrecht, pp 1--8,
    urlprefixurl{https://doi.org/10.1007/978-94-007-6534-4_1}


    ...
    end{thebibliography}





    share|improve this answer

























      up vote
      1
      down vote













      Copy the .bbl data into the .tex file, instead of the bibliography{references} macro. In the example below, I've commented out the references line, and included one bibitem from my own paper, just to show how it looks. You'll want to delete that and copy your own material in.



      bibliographystyle{spbasic}      
      %bibliography{references}
      begin{thebibliography}{96}
      providecommand{natexlab}[1]{#1}
      providecommand{url}[1]{{#1}}
      providecommand{urlprefix}{URL }
      expandafterifxcsname urlstyleendcsnamerelax
      providecommand{doi}[1]{DOI~discretionary{}{}{}#1}else
      providecommand{doi}{DOI~discretionary{}{}{}begingroup
      urlstyle{rm}Url}fi
      providecommand{eprint}[2]{url{#2}}

      bibitem[{Aberdein and Dove(2013)}]{Aberdein2013}
      Aberdein A, Dove IJ (2013) Introduction. In: Aberdein A, Dove IJ (eds) The
      Argument of Mathematics, Springer Netherlands, Dordrecht, pp 1--8,
      urlprefixurl{https://doi.org/10.1007/978-94-007-6534-4_1}


      ...
      end{thebibliography}





      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        Copy the .bbl data into the .tex file, instead of the bibliography{references} macro. In the example below, I've commented out the references line, and included one bibitem from my own paper, just to show how it looks. You'll want to delete that and copy your own material in.



        bibliographystyle{spbasic}      
        %bibliography{references}
        begin{thebibliography}{96}
        providecommand{natexlab}[1]{#1}
        providecommand{url}[1]{{#1}}
        providecommand{urlprefix}{URL }
        expandafterifxcsname urlstyleendcsnamerelax
        providecommand{doi}[1]{DOI~discretionary{}{}{}#1}else
        providecommand{doi}{DOI~discretionary{}{}{}begingroup
        urlstyle{rm}Url}fi
        providecommand{eprint}[2]{url{#2}}

        bibitem[{Aberdein and Dove(2013)}]{Aberdein2013}
        Aberdein A, Dove IJ (2013) Introduction. In: Aberdein A, Dove IJ (eds) The
        Argument of Mathematics, Springer Netherlands, Dordrecht, pp 1--8,
        urlprefixurl{https://doi.org/10.1007/978-94-007-6534-4_1}


        ...
        end{thebibliography}





        share|improve this answer












        Copy the .bbl data into the .tex file, instead of the bibliography{references} macro. In the example below, I've commented out the references line, and included one bibitem from my own paper, just to show how it looks. You'll want to delete that and copy your own material in.



        bibliographystyle{spbasic}      
        %bibliography{references}
        begin{thebibliography}{96}
        providecommand{natexlab}[1]{#1}
        providecommand{url}[1]{{#1}}
        providecommand{urlprefix}{URL }
        expandafterifxcsname urlstyleendcsnamerelax
        providecommand{doi}[1]{DOI~discretionary{}{}{}#1}else
        providecommand{doi}{DOI~discretionary{}{}{}begingroup
        urlstyle{rm}Url}fi
        providecommand{eprint}[2]{url{#2}}

        bibitem[{Aberdein and Dove(2013)}]{Aberdein2013}
        Aberdein A, Dove IJ (2013) Introduction. In: Aberdein A, Dove IJ (eds) The
        Argument of Mathematics, Springer Netherlands, Dordrecht, pp 1--8,
        urlprefixurl{https://doi.org/10.1007/978-94-007-6534-4_1}


        ...
        end{thebibliography}






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 1 at 19:46









        Joe Corneli

        2,0491833




        2,0491833






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f452271%2fbibliography-not-generating-at-springer-cloud%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to change which sound is reproduced for terminal bell?

            Can I use Tabulator js library in my java Spring + Thymeleaf project?

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents