src/HOL/Lambda/document/root.tex
author wenzelm
Fri, 15 Feb 2002 20:41:39 +0100
changeset 12893 cbb4dc5e6478
parent 11945 1b540afebf4d
child 13031 3f7824dd8ddf
permissions -rw-r--r--
replaced nodups by distinct;


% $Id$

\documentclass[11pt,a4paper]{article}
\usepackage{graphicx}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amssymb}
\usepackage{isabelle,isabellesym,pdfsetup}

\isabellestyle{it}
\renewcommand{\isamarkupsubsubsection}[1]{\subsubsection*{#1}}
\newcommand{\isasymRrightarrow}{\isamath{\Rrightarrow}}

\begin{document}

\title{Fundamental Properties of Lambda-calculus}
\author{Tobias Nipkow \\ Stefan Berghofer}
\maketitle

\tableofcontents

\begin{center}
  \includegraphics[scale=0.7]{session_graph}  
\end{center}

\newpage

\parindent 0pt \parskip 0.5ex

\input{Lambda}
\input{Commutation}
\input{ParRed}
\input{Eta}
\input{ListApplication}
\input{ListOrder}
\input{ListBeta}
\input{InductTermi}
\input{Type}

\end{document}