src/HOL/Library/document/root.tex
author hoelzl
Mon, 10 Mar 2014 20:04:40 +0100
changeset 56020 f92479477c52
parent 42484 2777a27506d0
child 58881 b9556a055632
permissions -rw-r--r--
introduced antimono; incseq, decseq are now abbreviations for mono and antimono; renamed Library/Continuity to Library/Order_Continuity; removed up_cont; renamed down_cont to down_continuity and generalized to complete_lattices

\documentclass[11pt,a4paper]{article}
\usepackage{ifthen}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{isabelle,isabellesym,amssymb,stmaryrd,textcomp}
\usepackage{pdfsetup}

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

\begin{document}

\title{The Supplemental Isabelle/HOL Library}
\author{}
\maketitle

\tableofcontents
\newpage

\renewcommand{\isamarkupheader}[1]%
{\ifthenelse{\equal{#1}{}}{\section{\isabellecontext}}{\section{\isabellecontext: #1}}%
\markright{THEORY~``\isabellecontext''}}

\input{session}

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

\end{document}