src/HOL/Induct/document/root.tex
author wenzelm
Mon, 20 May 2024 15:43:51 +0200
changeset 80182 29f2b8ff84f3
parent 77036 d0151eb9ecb0
permissions -rw-r--r--
proper support for "isabelle update -D DIR": avoid accidental exclusion of select_dirs (amending e5dafe9e120f);

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\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}

\bibliographystyle{abbrv}
\bibliography{root}

\end{document}