src/Doc/Demo_LLNCS/document/root.tex
author wenzelm
Fri, 04 Nov 2022 20:32:20 +0100
changeset 76444 6abbbbebdd69
parent 76443 8dbb0b2f6576
child 76445 4a3a105ecbcc
permissions -rw-r--r--
clarified LaTeX style;

\documentclass[runningheads]{llncs}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amssymb}

\usepackage[colorlinks=true,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black,pdfpagelabels]{hyperref}

\pagestyle{plain}  %for submission

\usepackage{isabelle,isabellesym}
\isabellestyle{it}

\isadroptag{theory}
\isafoldtag{proof}


\title{Isabelle document preparation with Springer {\LaTeX} LNCS style}
\author{Makarius Wenzel\inst{1}\orcidID{0000-0002-3753-8280}}
\authorrunning{M. Wenzel}
\institute{Augsburg, Germany \\ \url{https://sketis.net}}


\begin{document}

\maketitle

\begin{abstract}
Isabelle is a formal document preparation system. This example shows how to
use it together with the Springer {\LaTeX} LNCS style. See
\url{https://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines}
for further information.

\keywords{Document preparation}
\end{abstract}

\input{session}

\bibliographystyle{splncs04}
\bibliography{root}

\end{document}