\documentclass[runningheads]{llncs} \usepackage{graphicx} \usepackage{pdfpages} \usepackage{hyperref} \usepackage{amssymb} \usepackage{fancyhdr} \usepackage{enumitem} \usepackage{threeparttable} \usepackage{multicol} \usepackage[compact]{titlesec} \usepackage{framed} \usepackage{quoting} \usepackage{xcolor} % Header & footer \pagestyle{fancy} \fancyhf{} \renewcommand{\headrulewidth}{0pt} \fancyfoot[C]{\thepage} % 2-column bibliography \makeatletter \renewenvironment{thebibliography}[1] {\begin{multicols}{2}[\section*{\refname}]% \@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}% \small \list{\@biblabel{\@arabic\c@enumiv}}% {\settowidth\labelwidth{\@biblabel{#1}}% \leftmargin\labelwidth \advance\leftmargin\labelsep \@openbib@code \usecounter{enumiv}% \let\p@enumiv\@empty \renewcommand\theenumiv{\@arabic\c@enumiv}}% \sloppy \clubpenalty4000 \@clubpenalty \clubpenalty \widowpenalty4000% \sfcode`\.\@m} {\def\@noitemerr {\@latex@warning{Empty `thebibliography' environment}}% \endlist\end{multicols}} \makeatother % Make links blue \renewcommand\UrlFont{\color{blue}\rmfamily} % Structured abstract headings \newcommand{\absdiv}[1]{ \par \noindent\textbf{#1:} } % Research questions list \newlist{rqlist}{enumerate}{1} \setlist[rqlist, 1]{ label=\textbf{RQ\arabic{rqlisti}.}, leftmargin=2cm, rightmargin=1.25cm } % Block quote \definecolor{bg}{RGB}{186, 233, 255} \colorlet{shadecolor}{bg} \usepackage{lipsum} \newenvironment{displayquote} {\begin{shaded*} \quoting[leftmargin=0pt, vskip=0pt] } {\endquoting \end{shaded*} } % Section numbering \renewcommand\thechapter{\arabic{chapter}} \renewcommand\thesection{\thechapter.\arabic{section}} \renewcommand\thesubsection{\thesection.\arabic{subsection}} \begin{document} \includepdf[pages=-]{frontpage/frontpage.pdf} \include{chapters/0_abstract} \tableofcontents \input{chapters/1_introduction} \input{chapters/2_background} \input{chapters/3_methods} \input{chapters/4_design} \input{chapters/5_case/main} \input{chapters/6_interviews} \input{chapters/7_conclusion} \clearpage \bibliographystyle{splncs04} \bibliography{ref} \end{document}