| author | Andreas Lochbihler | 
| Fri, 23 Jan 2015 12:37:23 +0100 | |
| changeset 59427 | 084330e2ec5e | 
| parent 42484 | 2777a27506d0 | 
| child 73404 | 299f6a8faccc | 
| 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: 
13406diff
changeset | 14 | \nocite{Berger-JAR-2001,Coquand93}
 | 
| 
024af54a625c
Added "nocite" to avoid BibTeX error when proofs are switched off.
 berghofe parents: 
13406diff
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}
 |