I am writing a paper using LNCS format. My question is how could I use my existing BIB file and generate the reference as format of LNCS?
I followed the page: How can I insert by .bib file into my .tex file?
and I do
\bibliographystyle{splncs03}
\bibliography{typeinst.bib}
but it does not work. TexMaker reported an error:
This is BibTeX, Version 0.99d (TeX Live 2015) The top-level auxiliary file: typeinst.aux I couldn't open style file splncs.bst ---line 2 of file typeinst.aux : \bibstyle{splncs : } I'm skipping whatever remains of this command I found no \bibdata command---while reading file typeinst.aux I found no style file---while reading file typeinst.aux (There were 3 error messages)
How could I resolve the problem?
Thanks a lot,
splncs.bstbibliography style file. Incidentally, you should leave off the.bibextension in the argument of\bibliography, i.e., you should write\bibliography{typeinst}. – Mico Oct 10 '15 at 07:51typeinst.texandtypeinst.bibin your folder? tex and bib with the same basename? – Johannes_B Oct 10 '15 at 08:35