diff -r 4908db645f98 -r 52f68b524fd2 Paper/document/root.tex --- a/Paper/document/root.tex Wed Mar 17 20:42:42 2010 +0100 +++ b/Paper/document/root.tex Thu Mar 18 00:17:21 2010 +0100 @@ -1,41 +1,24 @@ \documentclass{acmconf} -\usepackage{isabelle,isabellesym} - -\ConferenceShortName{ICFP} -\ConferenceName{International Conference on Functional Programming} - -% further packages required for unusual symbols (see also -% isabellesym.sty), use only when needed - -%\usepackage{amssymb} - %for \, \, \, \, \, \, - %\, \, \, \, \, - %\, \, \ - -%\usepackage[greek,english]{babel} - %option greek for \ - %option english (default language) for \, \ +\usepackage{isabelle} +\usepackage{isabellesym} +\usepackage{amsmath} +\usepackage{amssymb} -%\usepackage[latin1]{inputenc} - %for \, \, \, \, - %\, \, \ - -%\usepackage[only,bigsqcap]{stmaryrd} - %for \ +%\ConferenceShortName{ICFP} +%\ConferenceName{International Conference on Functional Programming} -%\usepackage{eufrak} - %for \ ... \, \ ... \ (also included in amssymb) - -%\usepackage{textcomp} - %for \, \ - -% this should be the last package used \usepackage{pdfsetup} - -% urls in roman style, theory text in math-similar italics \urlstyle{rm} \isabellestyle{it} +\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}} +\renewcommand{\isasymbullet}{{\raisebox{-0.4mm}{\Large$\boldsymbol{\cdot}$}}} +\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,} +\renewcommand{\isasymequiv}{$\dn$} +\renewcommand{\isasymiota}{} +\renewcommand{\isasymemptyset}{$\varnothing$} + + % for uniform font size %\renewcommand{\isastyle}{\isastyleminor} @@ -51,7 +34,7 @@ \begin{document} -\title{\LARGE\bf General Binding Structures in Nominal Isabelle, or How to +\title{\LARGE\bf General Binding Structures in Nominal Isabelle,\\ or How to Formalise Core-Haskell} \maketitle @@ -64,13 +47,16 @@ are important in formalisation ... \end{abstract} +%\begin{keywords} +%Language formalisations, Isabelle/HOL, POPLmark +%\end{keywords} + + % generated text of all theories \input{session} -%\bibliographystyle{plain} -% optional bibliography -%\bibliographystyle{abbrv} -%\bibliography{root} +\bibliographystyle{plain} +\bibliography{root} \end{document}