author | berghofe |
Fri, 31 Aug 2001 16:27:43 +0200 | |
changeset 11532 | da74db1373ea |
parent 11368 | 9c1995c73383 |
child 12469 | d3577f7e26bf |
permissions | -rw-r--r-- |
10253 | 1 |
|
2 |
% $Id$ |
|
3 |
||
4 |
\documentclass[11pt,a4paper]{article} |
|
5 |
\usepackage{ifthen} |
|
6 |
\usepackage{isabelle,isabellesym,pdfsetup} |
|
7 |
||
8 |
\urlstyle{rm} |
|
9 |
\isabellestyle{it} |
|
10 |
\pagestyle{myheadings} |
|
11 |
||
12 |
\begin{document} |
|
13 |
||
14 |
\title{The Supplemental Isabelle/HOL Library} |
|
15 |
\author{ |
|
16 |
Gertrud Bauer \\ |
|
17 |
Tobias Nipkow \\ |
|
11349
fcb507c945c3
added Library/Nat_Infinity.thy and Library/Continuity.thy
oheimb
parents:
11053
diff
changeset
|
18 |
David von Oheimb\\ |
10253 | 19 |
Lawrence C Paulson \\ |
11053 | 20 |
Thomas M Rasmussen \\ |
11368 | 21 |
Christophe Tabacznyj \\ |
10253 | 22 |
Markus Wenzel} |
23 |
\maketitle |
|
24 |
||
25 |
\tableofcontents |
|
26 |
\newpage |
|
27 |
||
28 |
%now hack the "header" markup to support \title and \author |
|
29 |
\newcommand{\isabelletitle}{}\newcommand{\title}[1]{\gdef\isabelletitle{#1}} |
|
30 |
\newcommand{\isabelleauthor}{}\newcommand{\author}[1]{\gdef\isabelleauthor{#1}} |
|
31 |
\renewcommand{\isamarkupheader}[1]% |
|
10674 | 32 |
{\title{***~Theory ``\isabellecontext'': unknown title}\author{}% |
33 |
#1% |
|
10286 | 34 |
\ifthenelse{\equal{}{\isabelletitle}}{}{\newpage\section{\isabelletitle}}% |
10674 | 35 |
\markright{THEORY~``\isabellecontext''}% |
10253 | 36 |
\ifthenelse{\equal{}{\isabelleauthor}}{}% |
37 |
{{\flushright\footnotesize\sl (By \isabelleauthor)\par\bigskip}}} |
|
38 |
||
39 |
\parindent 0pt \parskip 0.5ex |
|
40 |
\input{session} |
|
41 |
||
42 |
\pagestyle{headings} |
|
43 |
\bibliographystyle{abbrv} |
|
44 |
\bibliography{root} |
|
45 |
||
46 |
\end{document} |