src/HOL/Imperative_HOL/document/root.tex
author haftmann
Thu, 19 Jun 2025 17:15:40 +0200
changeset 82734 89347c0cc6a3
parent 73595 aece5cc9efb7
permissions -rw-r--r--
treat map_filter similar to list_all, list_ex, list_ex1

\documentclass[11pt,a4paper]{article}
\usepackage{graphicx,isabelle,isabellesym,latexsym}
\usepackage{amssymb}
\usepackage[only,bigsqcap]{stmaryrd}
\usepackage{pdfsetup}
\usepackage{ifthen}

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


% canonical quotes
\newcommand{\qt}[1]{``{#1}''}

% xdash
\renewcommand{\=}{\ ---\ }

% ellipsis
\newcommand{\dotspace}{\kern0.01ex}
\renewcommand{\isasymdots}{.\dotspace.\dotspace.}
\renewcommand{\isasymcdots}{$\cdot$\dotspace$\cdot$\dotspace$\cdot$}
\newcommand{\isasymellipsis}{\isasymdots}

% logical markup
\newcommand{\strong}[1]{{\upshape\bfseries {#1}}}

% description lists
\newcommand{\ditem}[1]{\item[\isastyletext #1]}

% quote environment
\isakeeptag{quote}
\renewenvironment{quote}
  {\list{}{\leftmargin2em\rightmargin0pt}\parindent0pt\parskip0pt\item\relax}
  {\endlist}
\renewcommand{\isatagquote}{\begin{quote}}
\renewcommand{\endisatagquote}{\end{quote}}
\newcommand{\quotebreak}{\\[1.2ex]}

% typographic conventions
\newcommand{\qn}[1]{\emph{#1}}
\newcommand{\secref}[1]{\S\ref{#1}}
\newcommand{\figref}[1]{figure~\ref{#1}}

% plain digits
\renewcommand{\isadigit}[1]{\isamath{#1}}

% invisibility
\isadroptag{theory}

% vectors
\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
\newcommand{\isactrlbvec}{\emph\bgroup\begin{math}{}\overline\bgroup\mbox\bgroup\isastylescript}
\newcommand{\isactrlevec}{\egroup\egroup\end{math}\egroup}


\begin{document}

\title{Imperative HOL -- a leightweight framework for imperative data structures in Isabelle/HOL}
\maketitle

\parindent 0pt\parskip 0.5ex
\input{Overview}

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

\end{document}