src/HOL/Induct/document/root.tex
author wenzelm
Thu, 13 Oct 2016 15:37:31 +0200
changeset 64190 c62b99e3ec07
parent 61993 89206877f0ee
child 73404 299f6a8faccc
permissions -rw-r--r--
provide USER_HOME, such that symbolic Path.explode("~") can be used remotely;

\documentclass[11pt,a4paper]{article}
\usepackage{amssymb}
\usepackage{isabelle,isabellesym,pdfsetup}

%for best-style documents ...
\urlstyle{rm}
\isabellestyle{it}

\begin{document}

\title{Examples of Inductive and Coinductive Definitions in HOL}
\author{Stefan Berghofer \\ Tobias Nipkow \\ Lawrence C Paulson \\ Markus Wenzel}
\maketitle

\begin{abstract}
  This is a collection of small examples to demonstrate Isabelle/HOL's
  (co)inductive definitions package.  Large examples appear on many other
  sessions, such as Lambda, IMP, and Auth.
\end{abstract}

\tableofcontents
\newpage

\parindent 0pt\parskip 0.5ex
\input{session}

\end{document}