src/HOL/Library/document/root.tex
author paulson
Mon, 05 Mar 2001 15:25:11 +0100
changeset 11193 851c90b23a9e
parent 11053 026007eb2ccc
child 11349 fcb507c945c3
permissions -rw-r--r--
reorganization of HOL/UNITY, moving examples to subdirectories Simple and Comp


% $Id$

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

\urlstyle{rm}
\isabellestyle{it}
\pagestyle{myheadings}

\begin{document}

\title{The Supplemental Isabelle/HOL Library}
\author{
  Gertrud Bauer \\
  Tobias Nipkow \\
  Lawrence C Paulson \\
  Thomas M Rasmussen \\
  Markus Wenzel}
\maketitle

\tableofcontents
\newpage

%now hack the "header" markup to support \title and \author
\newcommand{\isabelletitle}{}\newcommand{\title}[1]{\gdef\isabelletitle{#1}}
\newcommand{\isabelleauthor}{}\newcommand{\author}[1]{\gdef\isabelleauthor{#1}}
\renewcommand{\isamarkupheader}[1]%
{\title{***~Theory ``\isabellecontext'': unknown title}\author{}%
#1%
\ifthenelse{\equal{}{\isabelletitle}}{}{\newpage\section{\isabelletitle}}%
\markright{THEORY~``\isabellecontext''}%
\ifthenelse{\equal{}{\isabelleauthor}}{}%
{{\flushright\footnotesize\sl (By \isabelleauthor)\par\bigskip}}}

\parindent 0pt \parskip 0.5ex
\input{session}

\pagestyle{headings}
\bibliographystyle{abbrv}
\bibliography{root}

\end{document}