| author | blanchet |
| Fri, 14 May 2010 22:43:24 +0200 | |
| changeset 36927 | 476a8d4f5c8b |
| parent 13408 | 024af54a625c |
| child 37815 | 053d23f08946 |
| 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 |
17 |
||
18 |
\parindent 0pt\parskip 0.5ex |
|
19 |
||
20 |
\input{session}
|
|
21 |
||
22 |
\bibliographystyle{abbrv}
|
|
23 |
\bibliography{root}
|
|
24 |
||
25 |
\end{document}
|