76396
|
1 |
\documentclass[a4paper,11pt]{easychair}
|
|
2 |
\usepackage{amssymb}
|
|
3 |
|
|
4 |
\usepackage{isabelle,isabellesym}\isabellestyle{it}
|
|
5 |
|
|
6 |
\isadroptag{theory}
|
|
7 |
\isafoldtag{proof}
|
|
8 |
|
|
9 |
|
|
10 |
\begin{document}
|
|
11 |
|
76446
|
12 |
\title{Isabelle document preparation with Easychair {\LaTeX} style}
|
76396
|
13 |
\titlerunning{Easychair style}
|
|
14 |
\author{Makarius Wenzel}
|
|
15 |
\authorrunning{M. Wenzel}
|
|
16 |
\institute{\url{https://sketis.net}}
|
|
17 |
\maketitle
|
|
18 |
|
|
19 |
\begin{abstract}
|
|
20 |
Isabelle is a formal document preparation system. This example shows how to
|
|
21 |
use it together with the Easychair style. See
|
|
22 |
\url{https://easychair.org/publications/for_authors} for further information.
|
|
23 |
\end{abstract}
|
|
24 |
|
|
25 |
\input{session}
|
|
26 |
|
|
27 |
\bibliographystyle{abbrv}
|
|
28 |
\bibliography{root}
|
|
29 |
|
|
30 |
\end{document}
|