src/HOL/HOLCF/IMP/document/root.tex
author wenzelm
Mon, 11 Sep 2023 19:30:48 +0200
changeset 78659 b5f3d1051b13
parent 73404 299f6a8faccc
permissions -rw-r--r--
tuned;

\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage{isabelle,isabellesym}
\usepackage{textcomp}
\usepackage{pdfsetup}
\usepackage{isaverbatimwrite}

\urlstyle{rm}

% pretty printing for the Com language
%\newcommand{\CMD}[1]{\isatext{\bf\sffamily#1}}
\newcommand{\CMD}[1]{\isatext{\rm\sffamily#1}}
\newcommand{\isasymSKIP}{\CMD{skip}}
\newcommand{\isasymIF}{\CMD{if}}
\newcommand{\isasymTHEN}{\CMD{then}}
\newcommand{\isasymELSE}{\CMD{else}}
\newcommand{\isasymWHILE}{\CMD{while}}
\newcommand{\isasymDO}{\CMD{do}}

\addtolength{\hoffset}{-1cm}
\addtolength{\textwidth}{2cm}

\begin{document}

\title{IMP in HOLCF}
\author{Tobias Nipkow and Robert Sandner}
\maketitle

\tableofcontents

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

\bibliographystyle{abbrv}
\bibliography{root}

\end{document}