76478
|
1 |
\documentclass[submission,copyright,creativecommons]{eptcs}
|
|
2 |
\usepackage[utf8]{inputenc}
|
|
3 |
\usepackage{underscore}
|
|
4 |
\usepackage[T1]{fontenc}
|
|
5 |
|
|
6 |
\hypersetup{colorlinks=true,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black,pdfpagelabels}
|
|
7 |
|
|
8 |
\usepackage{amssymb}
|
|
9 |
\usepackage{isabelle,isabellesym}\isabellestyle{it}
|
|
10 |
|
|
11 |
\isadroptag{theory}
|
|
12 |
\isafoldtag{proof}
|
|
13 |
|
|
14 |
\providecommand{\event}{Isabelle}
|
|
15 |
|
|
16 |
|
|
17 |
\begin{document}
|
|
18 |
|
|
19 |
\title{Isabelle document preparation with EPTCS {\LaTeX} style}
|
|
20 |
\def\titlerunning{Easychair style}
|
|
21 |
\author{Makarius Wenzel
|
|
22 |
\institute{Augsburg, Germany \\ \url{https://sketis.net}}}
|
|
23 |
\def\authorrunning{M. Wenzel}
|
|
24 |
\maketitle
|
|
25 |
|
|
26 |
\begin{abstract}
|
|
27 |
Isabelle is a formal document preparation system. This example shows how to
|
|
28 |
use it together with the Easychair style. See \url{http://style.eptcs.org} for
|
|
29 |
further information.
|
|
30 |
\end{abstract}
|
|
31 |
|
|
32 |
\input{session}
|
|
33 |
|
|
34 |
\bibliographystyle{eptcs}
|
|
35 |
\bibliography{root}
|
|
36 |
|
|
37 |
\end{document}
|