paper-cutter/{{cookiecutter.paper_repo_name}}/_latex-templates/llncs-template.tex
Filip Gralinski 67c788fe69 Init from an internal repo.
Commit d5b6f8e831fc5c933af5ceb1267f51ef6af6c438
2020-11-24 08:33:07 +01:00

51 lines
969 B
TeX

{% raw %}
% 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}
\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 %}