[Tex/LaTex] Latex Bibliography Style

bibliographies

In my bibliography I want to remove the line break between references (now it is like the figure). The bibliography style I'm using is

\bibliographystyle{inc/splncsnat} 

Figure

Figure

Any suggestion will be gracefully appreciate. Thanks.

Best Answer

Well I fix the problem, just add followings in my settings. make sure you have natbib style file. Thanks.

\usepackage{natbib}
\setlength{\bibsep}{0.0pt}
Related Question