doc-src/IsarOverview/Isar/document/root.tex
author Christian Urban <urbanc@in.tum.de>
Thu, 24 Jun 2010 16:27:40 +0100
changeset 37532 8a9a34be09e0
parent 26911 871cc7f11034
child 42511 bf89455ccf9d
permissions -rw-r--r--
slight cleaning and simplification of the automatic wrapper for quotient definitions

\documentclass[envcountsame]{llncs}
%\documentclass[11pt,a4paper]{article}
\usepackage{../../../isabelle,../../../isabellesym,../../../pdfsetup}

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

\newcommand{\tweakskip}{\vspace{-\medskipamount}}

\pagestyle{plain}

\begin{document}

\title{A Tutorial Introduction to Structured Isar Proofs}
\author{Tobias Nipkow}
\institute{Institut f{\"u}r Informatik, TU M{\"u}nchen\\
 {\small\url{http://www.in.tum.de/~nipkow/}}}
\date{}
\maketitle

\input{intro.tex}
\input{Logic.tex}
\input{Induction.tex}

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

\end{document}