--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/Induct/document/root.tex Sat Feb 03 17:40:16 2001 +0100
@@ -0,0 +1,27 @@
+
+\documentclass[11pt,a4paper]{article}
+\usepackage{isabelle,isabellesym,pdfsetup}
+
+%for best-style documents ...
+\urlstyle{rm}
+\isabellestyle{it}
+
+\begin{document}
+
+\title{Examples of Inductive and Coinductive Definitions}
+\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}