src/Doc/Demo_EPTCS/document/root.tex
author wenzelm
Thu, 19 Jan 2023 11:25:48 +0100
changeset 77012 2ac1b7f4f3e4
parent 76478 d84568379f3f
permissions -rw-r--r--
tuned comments;

\documentclass[submission,copyright,creativecommons]{eptcs}
\usepackage[utf8]{inputenc}
\usepackage{underscore}
\usepackage[T1]{fontenc}

\hypersetup{colorlinks=true,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black,pdfpagelabels}

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

\isadroptag{theory}
\isafoldtag{proof}

\providecommand{\event}{Isabelle}


\begin{document}

\title{Isabelle document preparation with EPTCS {\LaTeX} style}
\def\titlerunning{Easychair style}
\author{Makarius Wenzel
  \institute{Augsburg, Germany \\ \url{https://sketis.net}}}
\def\authorrunning{M. Wenzel}
\maketitle

\begin{abstract}
Isabelle is a formal document preparation system. This example shows how to
use it together with the Easychair style. See \url{http://style.eptcs.org} for
further information.
\end{abstract}

\input{session}

\bibliographystyle{eptcs}
\bibliography{root}

\end{document}