src/Doc/Demo_Easychair/document/root.tex
author wenzelm
Mon, 11 Sep 2023 19:30:48 +0200
changeset 78659 b5f3d1051b13
parent 76446 ac19229c9f31
permissions -rw-r--r--
tuned;

\documentclass[a4paper,11pt]{easychair}
\usepackage{amssymb}

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

\isadroptag{theory}
\isafoldtag{proof}


\begin{document}

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

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

\input{session}

\bibliographystyle{abbrv}
\bibliography{root}

\end{document}