author | nipkow |
Thu, 11 Dec 2008 08:53:53 +0100 | |
changeset 29107 | e70b9c2bee14 |
parent 26590 | 9114b5fe533a |
child 31975 | 366ad09d39ef |
permissions | -rw-r--r-- |
12811
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
1 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
2 |
% $Id$ |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
3 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
4 |
\documentclass[11pt,a4paper]{article} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
5 |
\usepackage{ifthen} |
12816 | 6 |
\usepackage[latin1]{inputenc} |
26590
9114b5fe533a
\usepackage[english]{babel} (required for guillemots);
wenzelm
parents:
23101
diff
changeset
|
7 |
\usepackage[english]{babel} |
22366 | 8 |
\usepackage{isabelle,isabellesym,amssymb} |
9 |
\usepackage{pdfsetup} |
|
12811
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
10 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
11 |
\urlstyle{rm} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
12 |
\isabellestyle{it} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
13 |
\pagestyle{myheadings} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
14 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
15 |
\begin{document} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
16 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
17 |
\title{The Supplemental Isabelle/HOL Library} |
16763
14443b31ef47
moved Davenport citation to Main, removed author list
nipkow
parents:
14706
diff
changeset
|
18 |
\author{} |
12811
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
19 |
\maketitle |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
20 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
21 |
\tableofcontents |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
22 |
\newpage |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
23 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
24 |
\renewcommand{\isamarkupheader}[1]% |
22665 | 25 |
{\ifthenelse{\equal{#1}{}}{\section{\isabellecontext}}{\section{\isabellecontext: #1}}% |
26 |
\markright{THEORY~``\isabellecontext''}} |
|
21192 | 27 |
\renewcommand{\isasymguillemotright}{$\gg$} |
12811
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
28 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
29 |
\input{session} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
30 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
31 |
\pagestyle{headings} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
32 |
\bibliographystyle{abbrv} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
33 |
\bibliography{root} |
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
34 |
|
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
wenzelm
parents:
diff
changeset
|
35 |
\end{document} |