diff -r 000000000000 -r 02503850a8cf CookBook/document/root.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CookBook/document/root.tex Wed Sep 03 18:12:36 2008 +0200 @@ -0,0 +1,72 @@ +\documentclass[11pt,a4paper]{article} +\usepackage{amsmath,amsthm} +\usepackage{isabelle,isabellesym} + + +% Cross references to other manuals: +\usepackage{xr} +\externaldocument{implementation} +\newcommand{\impref}[1]{\ref{I-#1}} + + +% further packages required for unusual symbols (see also +% isabellesym.sty), use only when needed + +%\usepackage{amssymb} + %for \, \, \, \, \, \, + %\, \, \, \, \, + %\, \, \ + +%\usepackage[greek,english]{babel} + %option greek for \ + %option english (default language) for \, \ + +%\usepackage[latin1]{inputenc} + %for \, \, \, \, + %\, \, \ + +%\usepackage[only,bigsqcap]{stmaryrd} + %for \ + +%\usepackage{eufrak} + %for \ ... \, \ ... \ (also included in amssymb) + +%\usepackage{textcomp} + %for \, \ + +% this should be the last package used +\usepackage{pdfsetup} + +\urlstyle{rm} +\renewcommand{\isastyletxt}{\isastyletext}% use same formatting for txt and text +\renewcommand{\isastyle}{\isastyleminor}% use same formatting for txt and text +\isadroptag{theory} + + +\newtheorem{exercise}{Exercise}[section] + + +\begin{document} + +\title{The Isabelle Programmer's Cookbook (fragment)} +\author{Alexander Krauss} +\maketitle + +\tableofcontents + +% sane default for proof documents +\parindent 0pt\parskip 0.5ex + +% generated text of all theories +\input{session} + +% optional bibliography +%\bibliographystyle{abbrv} +%\bibliography{root} + +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: