Paper/document/root.tex
changeset 2507 f5621efe5a20
parent 2488 1c18f2cf3923
child 2508 6d9018d62b40
equal deleted inserted replaced
2506:4b06b8818415 2507:f5621efe5a20
     1 \documentclass{sigplanconf}
     1 \documentclass{llncs}
     2 \usepackage{isabelle}
     2 \usepackage{isabelle}
     3 \usepackage{isabellesym}
     3 \usepackage{isabellesym}
     4 \usepackage{amsmath}
     4 \usepackage{amsmath}
     5 \usepackage{amssymb}
     5 \usepackage{amssymb}
     6 \usepackage{amsthm}
     6 %%\usepackage{amsthm}
     7 \usepackage{tikz}
     7 \usepackage{tikz}
     8 \usepackage{pgf}
     8 \usepackage{pgf}
     9 \usepackage{pdfsetup}
     9 \usepackage{pdfsetup}
    10 \usepackage{ot1patch}
    10 \usepackage{ot1patch}
    11 \usepackage{times}
    11 \usepackage{times}
    45 \newcommand{\AND}{\;\mathtt{and}\;}
    45 \newcommand{\AND}{\;\mathtt{and}\;}
    46 \newcommand{\fv}{\mathit{fv}}
    46 \newcommand{\fv}{\mathit{fv}}
    47 
    47 
    48 \newcommand{\numbered}[1]{\refstepcounter{equation}{\rm(\arabic{equation})}\label{#1}}
    48 \newcommand{\numbered}[1]{\refstepcounter{equation}{\rm(\arabic{equation})}\label{#1}}
    49 %----------------- theorem definitions ----------
    49 %----------------- theorem definitions ----------
    50 \theoremstyle{plain}
    50 %%\theoremstyle{plain}
    51 \newtheorem{thm}{Theorem}[section]
    51 %%\spnewtheorem{thm}[section]{Theorem}
    52 \newtheorem{property}[thm]{Property}
    52 %%\newtheorem{property}[thm]{Property}
    53 \newtheorem{lemma}[thm]{Lemma}
    53 %%\newtheorem{lemma}[thm]{Lemma}
    54 \newtheorem{defn}[thm]{Definition}
    54 %%\spnewtheorem{defn}[theorem]{Definition}
    55 \newtheorem{exmple}[thm]{Example}
    55 %%\spnewtheorem{exmple}[theorem]{Example}
    56 
    56 
    57 %-------------------- environment definitions -----------------
    57 %-------------------- environment definitions -----------------
    58 \newenvironment{proof-of}[1]{{\em Proof of #1:}}{}
    58 \newenvironment{proof-of}[1]{{\em Proof of #1:}}{}
    59 
    59 
    60 
    60 
    61 \begin{document}
    61 \begin{document}
    62 
    62 
    63 \title{\LARGE\bf General Bindings and Alpha-Equivalence in Nominal Isabelle}
    63 \title{General Bindings and Alpha-Equivalence in Nominal Isabelle}
    64 \authorinfo{Christian Urban and Cezary Kaliszyk}
    64 \author{Christian Urban and Cezary Kaliszyk}
    65            {TU Munich, Germany}
    65 \institute{TU Munich, Germany}
    66            {\{urbanc, kaliszyk\}@in.tum.de}
    66 %%%{\{urbanc, kaliszyk\}@in.tum.de}
    67 \maketitle
    67 \maketitle
    68 
    68 
    69 \begin{abstract} 
    69 \begin{abstract} 
    70 Nominal Isabelle is a definitional extension of the popular Isabelle/HOL 
    70 Nominal Isabelle is a definitional extension of the popular Isabelle/HOL 
    71 theorem
    71 theorem
    82 convention already built in.
    82 convention already built in.
    83 \end{abstract}
    83 \end{abstract}
    84 
    84 
    85 %\category{F.4.1}{subcategory}{third-level}
    85 %\category{F.4.1}{subcategory}{third-level}
    86 
    86 
    87 \terms
    87 %\terms
    88 formal reasoning, programming language calculi
    88 %formal reasoning, programming language calculi
    89 
    89 
    90 \keywords
    90 %\keywords
    91 nominal logic work, variable convention
    91 %nominal logic work, variable convention
    92 
    92 
    93 
    93 
    94 \input{session}
    94 \input{session}
    95 
    95 
    96 \bibliographystyle{plain}
    96 \bibliographystyle{plain}