First, your authors will prepare individual manuscripts conforming with the specified guidelines.
Second, incorporate the authors' contributions into the book structure.
Typeset/compile and forward to Springer.
The defined templates, for both Word and LaTeX work pretty much as documented!
In order to compile separate bibliographies chapter by chapter I used chapterbib which allows typesetting of separate chapter level references.
\usepackage{chapterbib}Using the Springer template the following example assumes editor.tex is the organising structure:
\mainmatter %%%%%%%%%Run typesetting from the commandline for each chapter as in the controlling editor.tex; you will need to introduce additional bibtex commands to the usual process e.g.:
\include{part}
\include{author_01}
\include{author_02}
latex editorJust to note, ensure each author uses different label names for figures, tables, crossrefs etc. to avoid name clashes on typesetting the entire book. Similarly they should use unique bibliography filenames so that these files can coexist in a shared folder. Subfolders for figures etc will need to be accessible at the level of editor.tex.
bibtex author_01
bibtex author_02
latex editor
latex editor
Further reading
The Springer guidelines