diff -r 2a6ad4357d72 -r 502f69ea6627 doc-src/TutorialI/IsarOverview/Isar/document/root.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc-src/TutorialI/IsarOverview/Isar/document/root.tex Mon Jul 01 18:10:53 2002 +0200 @@ -0,0 +1,36 @@ +\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} +\date{} +\maketitle + +\noindent +This document is a very compact introduction to structured proofs in +Isar/HOL, an extension of Isabelle. A detailled exposition of this material +can be found in Markus Wenzel's PhD thesis~\cite{Wenzel-PhD}. + +\input{Logic.tex} + +%\input{Isar.tex} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "root" +%%% End: + + +\bibliographystyle{plain} +\bibliography{root} + +\end{document}