doc-src/TutorialI/IsarOverview/Isar/document/root.tex
author wenzelm
Wed, 10 Jul 2002 13:55:32 +0200
changeset 13331 47e9950a502d
parent 13330 c9e9b6add754
child 13347 867f876589e7
permissions -rw-r--r--
tuned;

\documentclass[11pt,a4paper]{article}
\usepackage{isabelle,isabellesym,pdfsetup}

%for best-style documents ...
\urlstyle{rm}
%\isabellestyle{it}

\newtheorem{Exercise}{Exercise}[section]
\newenvironment{exercise}{\begin{Exercise}\rm}{\end{Exercise}}

\begin{document}

\title{A Compact Overview of Structured Proofs in Isar/HOL}
\author{Tobias Nipkow\\Institut f{\"u}r Informatik, TU M{\"u}nchen\\
 \url{http://www.in.tum.de/~nipkow/}}
\date{}
\maketitle

\noindent
This is a very compact introduction to structured proofs in
Isar/HOL, an extension of Isabelle/HOL~\cite{LNCS2283}. A detailed
exposition of this material can be found in Markus Wenzel's PhD
thesis~\cite{Wenzel-PhD} and the Isar reference manual~\cite{Isar-Ref-Man}.

\input{Logic.tex}

%\input{Isar.tex}

%%% Local Variables:
%%% mode: latex
%%% TeX-master: "root"
%%% End:

\paragraph{Acknowledgment}
I am deeply indebted to Markus Wenzel for conceiving Isar. Stefan Berghofer
and Markus Wenzel commented on this document.

\begingroup
\bibliographystyle{plain} \small\raggedright\frenchspacing
\bibliography{root}
\endgroup

\end{document}