9813
|
1 |
|
|
2 |
% $Id$
|
|
3 |
|
|
4 |
\documentclass[11pt,a4paper]{article}
|
|
5 |
\usepackage{isabelle,isabellesym,pdfsetup}
|
|
6 |
|
|
7 |
\isabellestyle{it}
|
|
8 |
\renewcommand{\isamarkupsubsubsection}[1]{\subsubsection*{#1}}
|
|
9 |
|
|
10 |
\begin{document}
|
|
11 |
|
|
12 |
\title{Fundamental Properties of Lambda-calculus}
|
|
13 |
\author{Tobias Nipkow \\ Stefan Berghofer}
|
|
14 |
\maketitle
|
|
15 |
|
|
16 |
\tableofcontents
|
|
17 |
\newpage
|
|
18 |
|
|
19 |
\parindent 0pt \parskip 0.5ex
|
|
20 |
|
|
21 |
\input{Lambda}
|
|
22 |
\input{Commutation}
|
|
23 |
\input{ParRed}
|
|
24 |
\input{Eta}
|
|
25 |
\input{ListApplication}
|
|
26 |
\input{ListOrder}
|
|
27 |
\input{ListBeta}
|
|
28 |
\input{InductTermi}
|
|
29 |
\input{Type}
|
|
30 |
|
|
31 |
\end{document}
|