| author | blanchet |
| Fri, 03 Sep 2010 13:45:12 +0200 | |
| changeset 39111 | 2e9bdc6fbedf |
| parent 35901 | 12f09bf2c77f |
| permissions | -rw-r--r-- |
| 15575 | 1 |
|
| 29129 | 2 |
% HOLCF/document/root.tex |
| 15575 | 3 |
|
4 |
\documentclass[11pt,a4paper]{article}
|
|
5 |
\usepackage{graphicx,isabelle,isabellesym,latexsym}
|
|
6 |
\usepackage[only,bigsqcap]{stmaryrd}
|
|
7 |
\usepackage[latin1]{inputenc}
|
|
8 |
\usepackage{pdfsetup}
|
|
9 |
||
10 |
\urlstyle{rm}
|
|
11 |
\isabellestyle{it}
|
|
12 |
\pagestyle{myheadings}
|
|
|
18293
4eaa654c92f2
reimplement Case expression pattern matching to support lazy patterns
huffman
parents:
16225
diff
changeset
|
13 |
\newcommand{\isasymas}{\textsf{as}}
|
|
4eaa654c92f2
reimplement Case expression pattern matching to support lazy patterns
huffman
parents:
16225
diff
changeset
|
14 |
\newcommand{\isasymlazy}{\isamath{\sim}}
|
| 15575 | 15 |
|
16 |
\begin{document}
|
|
17 |
||
18 |
\title{Isabelle/HOLCF --- Higher-Order Logic of Computable Functions}
|
|
19 |
\maketitle |
|
20 |
||
21 |
\tableofcontents |
|
22 |
||
23 |
\begin{center}
|
|
|
35901
12f09bf2c77f
fix LaTeX overfull hbox warnings in HOLCF document
huffman
parents:
29129
diff
changeset
|
24 |
\includegraphics[scale=0.45]{session_graph}
|
| 15575 | 25 |
\end{center}
|
26 |
||
27 |
\newpage |
|
28 |
||
29 |
\renewcommand{\isamarkupheader}[1]%
|
|
30 |
{\section{\isabellecontext: #1}\markright{THEORY~``\isabellecontext''}}
|
|
31 |
||
32 |
\parindent 0pt\parskip 0.5ex |
|
33 |
\input{session}
|
|
34 |
||
35 |
\end{document}
|