src/Doc/ProgProve/document/root.tex
author wenzelm
Wed, 17 Oct 2012 22:11:12 +0200
changeset 49895 03871053cdba
parent 48985 5386df44a037
child 51436 790310525e97
permissions -rw-r--r--
another Future.shutdown after Future.cancel_groups (cf. 0d4106850eb2);

\documentclass[envcountsame,envcountchap]{svmono}

\input{prelude}

\excludecomment{sem}

\begin{document}

\title{Programming and Proving in Isabelle/HOL}
\subtitle{\includegraphics[scale=.7]{isabelle_hol}}
\author{Tobias Nipkow}
\maketitle

\frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\setcounter{tocdepth}{1}
\tableofcontents


\mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%\part{Isabelle}

\chapter{Introduction}
\input{intro-isabelle.tex}

\chapter{Programming and Proving}
\label{sec:FP}
\input{Basics.tex}
\input{Bool_nat_list}
\input{Types_and_funs}

%\chapter{Case Study: IMP Expressions}
%\label{sec:CaseStudyExp}
%\input{../generated/Expressions}

\chapter{Logic}
\label{ch:Logic}
\input{Logic}

\chapter{Isar: A Language for Structured Proofs}
\label{ch:Isar}
\input{Isar}

\backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\bibliographystyle{plain}
\bibliography{root}

%\printindex

\end{document}