I am using the LNCS springer class in its newest version.
MWE1:
\documentclass[runningheads]{llncs}[2018/03/10]
\usepackage{blindtext}
\begin{document}
\maketitle
\blindtext[10]
\end{document}
Output:
MWE2:
\documentclass[runningheads]{llncs}[2018/03/10]
\usepackage[english]{babel}
\usepackage{blindtext}
\begin{document}
\maketitle
\blindtext[10]
\end{document}
Output:
Reproduce it by:
docker run --rm -it -v "$(pwd):/home" danteev/texlive pdflatex paper-min.tex
Works on Linux and on PowerShell. System configuration: https://github.com/dante-ev/docker-texlive/blob/master/Dockerfile
*File List*
llncs.cls 2018/03/10 v2.20
LaTeX document class for Lecture Notes in Computer Science
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
multicol.sty 2017/04/11 v1.8q multicolumn formatting (FMi)
aliascnt.sty 2009/09/08 v1.3 Alias counter (HO)
remreset.sty
babel.sty 2018/02/14 3.18 The Babel package
english.ldf 2017/06/06 v3.3r English support from the babel system
blindtext.sty 2012/01/06 V2.0 blindtext-Package
xspace.sty 2014/10/28 v1.13 Space after command names (DPC,MH)
***********
On MiKTeX it also happens:
*File List*
llncs.cls 2018/03/10 v2.20
LaTeX document class for Lecture Notes in Computer Science
article.cls 2014/09/29 v1.4h Standard LaTeX document class
size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
multicol.sty 2018/04/20 v1.8s multicolumn formatting (FMi)
aliascnt.sty 2009/09/08 v1.3 Alias counter (HO)
remreset.sty
babel.sty 2018/06/05 3.22 The Babel package
bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of b
abel
english.ldf 2017/06/06 v3.3r English support from the babel system
blindtext.sty 2012/01/06 V2.0 blindtext-Package
xspace.sty 2014/10/28 v1.13 Space after command names (DPC,MH)
***********
Similar problems happen with German and French.


