2020-11-24 08:33:07 +01:00
|
|
|
{% raw %}
|
2021-02-22 21:56:26 +01:00
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
% [paper-cutter clarifications]
|
|
|
|
%
|
|
|
|
% DO NOT EDIT THIS FILE (unless you know what you are doing).
|
|
|
|
% THIS IS A FILE SUPPLIED BY THE TEMPLATE.
|
|
|
|
% PLEASE EDIT main.tex INSTEAD.
|
|
|
|
%
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2020-11-24 08:33:07 +01:00
|
|
|
% This is samplepaper.tex, a sample chapter demonstrating the
|
|
|
|
% LLNCS macro package for Springer Computer Science proceedings;
|
|
|
|
% Version 2.20 of 2017/10/04
|
|
|
|
%
|
|
|
|
\documentclass[runningheads]{llncs}
|
|
|
|
%
|
|
|
|
\usepackage{graphicx}
|
|
|
|
% Used for displaying a sample figure. If possible, figure files should
|
|
|
|
% be included in EPS format.
|
|
|
|
%
|
|
|
|
% If you use the hyperref package, please uncomment the following line
|
|
|
|
% to display URLs in blue roman font according to Springer's eBook style:
|
|
|
|
% \renewcommand\UrlFont{\color{blue}\rmfamily}
|
|
|
|
|
2021-02-22 22:16:40 +01:00
|
|
|
\newcommand{\citep}{\cite}
|
|
|
|
\newcommand{\citet}{\cite}
|
2021-02-22 22:13:28 +01:00
|
|
|
\newcommand\bycite[1]{in~\citet{#1}}
|
|
|
|
|
2020-11-24 08:33:07 +01:00
|
|
|
\input{config}
|
|
|
|
\input{extras}
|
|
|
|
\input{preamble}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
%
|
|
|
|
\input{metadata.tex}
|
|
|
|
\maketitle % typeset the header of the contribution
|
|
|
|
%
|
|
|
|
\begin{abstract}
|
|
|
|
\input{abstract}
|
|
|
|
|
|
|
|
\keywords{%
|
|
|
|
\input{keywords}
|
|
|
|
}
|
|
|
|
\end{abstract}
|
|
|
|
%
|
|
|
|
%
|
|
|
|
%
|
|
|
|
\input{main}
|
|
|
|
|
|
|
|
\bibliography{bibliography}
|
|
|
|
\bibliographystyle{splncs04}
|
|
|
|
|
|
|
|
\ifwithappendix
|
|
|
|
\input{appendix}
|
|
|
|
\fi
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|
|
|
|
%%% Local Variables:
|
|
|
|
%%% mode: latex
|
|
|
|
%%% TeX-master: t
|
|
|
|
%%% End:
|
|
|
|
{% endraw %}
|