author | blanchet |
Wed, 15 Dec 2010 18:10:32 +0100 | |
changeset 41171 | 043f8dc3b51f |
parent 39157 | b98909faaea8 |
child 42484 | 2777a27506d0 |
permissions | -rw-r--r-- |
13406 | 1 |
\documentclass[11pt,a4paper]{article} |
2 |
\usepackage{isabelle,isabellesym} |
|
3 |
\usepackage{pdfsetup} |
|
4 |
||
5 |
\urlstyle{rm} |
|
6 |
\isabellestyle{it} |
|
7 |
||
8 |
\begin{document} |
|
9 |
||
10 |
\title{Examples for program extraction in Higher-Order Logic} |
|
11 |
\author{Stefan Berghofer} |
|
12 |
\maketitle |
|
13 |
||
13408
024af54a625c
Added "nocite" to avoid BibTeX error when proofs are switched off.
berghofe
parents:
13406
diff
changeset
|
14 |
\nocite{Berger-JAR-2001,Coquand93} |
024af54a625c
Added "nocite" to avoid BibTeX error when proofs are switched off.
berghofe
parents:
13406
diff
changeset
|
15 |
|
13406 | 16 |
\tableofcontents |
37848 | 17 |
\newcommand{\isasymbind}{\isamath{\mathbin{>\!\!\!>\mkern-6.7mu=}}} |
18 |
\newcommand{\isasymthen}{\isamath{\mathbin{>\!\!\!>}}} |
|
13406 | 19 |
|
20 |
\parindent 0pt\parskip 0.5ex |
|
21 |
||
22 |
\input{session} |
|
23 |
||
24 |
\bibliographystyle{abbrv} |
|
25 |
\bibliography{root} |
|
26 |
||
27 |
\end{document} |