Skip to content

Instantly share code, notes, and snippets.

@yegor256
Last active April 19, 2024 07:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yegor256/905c0a1eac18eb6839a192b37f0816e4 to your computer and use it in GitHub Desktop.
Save yegor256/905c0a1eac18eb6839a192b37f0816e4 to your computer and use it in GitHub Desktop.
A template of a research paper that uses the LNCS document class

Use the following LaTeX template, if a conference asks you to use the lncs document class (create your orcid here):

\documentclass[runningheads]{llncs}
\usepackage[utf8]{inputenc}
\usepackage{href-ul}
\usepackage{natbib}
\begin{document}
\title{Contribution Title}
\author{
  John Doe\inst{1}\orcidID{0000-1111-2222-3333} 
  \and
  Donald Knuth\inst{2,3}\orcidID{1111-2222-3333-4444} 
  \and
  Yegor Bugayenko\inst{3}\orcidID{2222--3333-4444-5555}
}
\institute{
  Princeton University, Princeton NJ 08544, USA 
  \and
  Springer Heidelberg, Tiergartenstr. 17, 69121 Heidelberg, Germany
  \email{lncs@springer.com}
  \\
  \url{http://www.springer.com/gp/computer-science/lncs} 
  \and
  ABC Institute, Rupert-Karls-University Heidelberg, Heidelberg, Germany
  \\
  \email{\{abc,lncs\}@uni-heidelberg.de}
}
\maketitle
\begin{abstract}
\keywords{First keyword  \and Second keyword \and Another keyword.}
\end{abstract}
\section{First Section}
\subsection{A Subsection Sample}
\bibliographystyle{plainnat}
\bibliography{main}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment