src/HOL/Library/document/root.tex
author haftmann
Mon, 19 Jul 2010 08:59:43 +0200
changeset 37848 a33ecf47f0a0
parent 37118 ccae4ecd67f4
child 40945 b8703f63bfb2
permissions -rw-r--r--
bind and then latex symbols

\documentclass[11pt,a4paper]{article}
\usepackage{ifthen}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{isabelle,isabellesym,amssymb,stmaryrd}
\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''}}
\newcommand{\isasymbind}{\isamath{\mathbin{>\!\!\!>\mkern-6.7mu=}}}
\newcommand{\isasymthen}{\isamath{\mathbin{>\!\!\!>}}}

\input{session}

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

\end{document}