src/Doc/ProgProve/document/root.tex
author wenzelm
Thu, 30 May 2013 17:10:13 +0200
changeset 52244 cb15da7bd550
parent 51444 027cdce376d5
child 52782 b11d73dbfb76
permissions -rw-r--r--
misc tuning;

\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 and Proof Beyond Equality}
\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}