| author | blanchet | 
| Tue, 03 May 2011 08:52:32 +0200 | |
| changeset 42649 | 1f45340b1e91 | 
| parent 42484 | 2777a27506d0 | 
| child 58881 | b9556a055632 | 
| permissions | -rw-r--r-- | 
| 12811 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 1 | \documentclass[11pt,a4paper]{article}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 2 | \usepackage{ifthen}
 | 
| 40945 | 3 | \usepackage[utf8]{inputenc}
 | 
| 26590 
9114b5fe533a
\usepackage[english]{babel} (required for guillemots);
 wenzelm parents: 
23101diff
changeset | 4 | \usepackage[english]{babel}
 | 
| 40945 | 5 | \usepackage{isabelle,isabellesym,amssymb,stmaryrd,textcomp}
 | 
| 22366 | 6 | \usepackage{pdfsetup}
 | 
| 12811 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 7 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 8 | \urlstyle{rm}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 9 | \isabellestyle{it}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 10 | \pagestyle{myheadings}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 11 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 12 | \begin{document}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 13 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 14 | \title{The Supplemental Isabelle/HOL Library}
 | 
| 16763 
14443b31ef47
moved Davenport citation to Main, removed author list
 nipkow parents: 
14706diff
changeset | 15 | \author{}
 | 
| 12811 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 16 | \maketitle | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 17 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 18 | \tableofcontents | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 19 | \newpage | 
| 
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 | \renewcommand{\isamarkupheader}[1]%
 | 
| 22665 | 22 | {\ifthenelse{\equal{#1}{}}{\section{\isabellecontext}}{\section{\isabellecontext: #1}}%
 | 
| 23 | \markright{THEORY~``\isabellecontext''}}
 | |
| 12811 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 24 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 25 | \input{session}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 26 | |
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 27 | \pagestyle{headings}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 28 | \bibliographystyle{abbrv}
 | 
| 
894da6aee971
moved document sources to proper place, *within* Library/Library (!);
 wenzelm parents: diff
changeset | 29 | \bibliography{root}
 | 
| 
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 | \end{document}
 |