doc-src/Main/main.tex
author bulwahn
Fri, 18 Mar 2011 18:19:42 +0100
changeset 42028 bd6515e113b2
parent 40729 ebb0c9657b03
child 42511 bf89455ccf9d
permissions -rw-r--r--
passing a term with free variables to the quickcheck tester functions instead of an lambda expression because this is more natural with passing further evaluation terms; added output of evaluation terms; added evaluation of terms in the exhaustive testing

\documentclass[12pt,a4paper]{article}

\oddsidemargin=4.6mm
\evensidemargin=4.6mm
\textwidth=150mm
\topmargin=4.6mm
\headheight=0mm
\headsep=0mm
\textheight=234mm

\usepackage{../isabelle,../isabellesym}
\usepackage{amssymb}
\usepackage[only,bigsqcap]{stmaryrd}

% this should be the last package used
\usepackage{../pdfsetup}

% urls in roman style, theory text in math-similar italics
\urlstyle{rm}
\isabellestyle{it}

% for uniform font size
\renewcommand{\isastyle}{\isastyleminor}

\parindent 0pt\parskip 0.5ex

\usepackage{supertabular}

\begin{document}

\title{What's in Main}
\author{Tobias Nipkow}
\date{\today}
\maketitle

\input{Docs/document/Main_Doc.tex}

% optional bibliography
%\bibliographystyle{abbrv}
%\bibliography{root}

\end{document}