76443
|
1 |
\documentclass[runningheads]{llncs}
|
|
2 |
\usepackage[utf8]{inputenc}
|
|
3 |
\usepackage[T1]{fontenc}
|
|
4 |
\usepackage{amssymb}
|
|
5 |
|
76444
|
6 |
\usepackage[colorlinks=true,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black,pdfpagelabels]{hyperref}
|
|
7 |
|
|
8 |
\pagestyle{plain} %for submission
|
|
9 |
|
76443
|
10 |
\usepackage{isabelle,isabellesym}
|
|
11 |
\isabellestyle{it}
|
|
12 |
|
|
13 |
\isadroptag{theory}
|
|
14 |
\isafoldtag{proof}
|
|
15 |
|
|
16 |
|
|
17 |
\title{Isabelle document preparation with Springer {\LaTeX} LNCS style}
|
76445
|
18 |
\author{Makarius Wenzel\orcidID{0000-0002-3753-8280}}
|
76443
|
19 |
\authorrunning{M. Wenzel}
|
|
20 |
\institute{Augsburg, Germany \\ \url{https://sketis.net}}
|
|
21 |
|
|
22 |
|
|
23 |
\begin{document}
|
|
24 |
|
|
25 |
\maketitle
|
|
26 |
|
|
27 |
\begin{abstract}
|
|
28 |
Isabelle is a formal document preparation system. This example shows how to
|
|
29 |
use it together with the Springer {\LaTeX} LNCS style. See
|
|
30 |
\url{https://www.springer.com/gp/computer-science/lncs/conference-proceedings-guidelines}
|
|
31 |
for further information.
|
|
32 |
|
|
33 |
\keywords{Document preparation}
|
|
34 |
\end{abstract}
|
|
35 |
|
|
36 |
\input{session}
|
|
37 |
|
|
38 |
\bibliographystyle{splncs04}
|
|
39 |
\bibliography{root}
|
|
40 |
|
|
41 |
\end{document}
|