| 
7761
 | 
     1  | 
  | 
| 
 | 
     2  | 
%% $Id$
  | 
| 
7748
 | 
     3  | 
  | 
| 
 | 
     4  | 
\documentclass[11pt,a4paper]{article}
 | 
| 
10146
 | 
     5  | 
\usepackage{ifthen,proof,isabelle,isabellesym}
 | 
| 
18193
 | 
     6  | 
\isabellestyle{it}
 | 
| 
10146
 | 
     7  | 
\usepackage{pdfsetup}\urlstyle{rm}
 | 
| 
7748
 | 
     8  | 
  | 
| 
 | 
     9  | 
\renewcommand{\isamarkupheader}[1]{\section{#1}}
 | 
| 
 | 
    10  | 
  | 
| 
10146
 | 
    11  | 
\renewcommand{\isacommand}[1]
 | 
| 
 | 
    12  | 
{\ifthenelse{\equal{sorry}{#1}}{$\;$\dummyproof}
 | 
| 
 | 
    13  | 
  {\ifthenelse{\equal{oops}{#1}}{$\vdots$}{\isakeyword{#1}}}}
 | 
| 
 | 
    14  | 
  | 
| 
 | 
    15  | 
\newcommand{\DUMMYPROOF}{{\langle\idt{proof}\rangle}}
 | 
| 
 | 
    16  | 
\newcommand{\dummyproof}{$\DUMMYPROOF$}
 | 
| 
 | 
    17  | 
  | 
| 
7833
 | 
    18  | 
\newcommand{\name}[1]{\textsl{#1}}
 | 
| 
7748
 | 
    19  | 
  | 
| 
 | 
    20  | 
\newcommand{\idt}[1]{{\mathord{\mathit{#1}}}}
 | 
| 
7874
 | 
    21  | 
\newcommand{\var}[1]{{?\!\idt{#1}}}
 | 
| 
7748
 | 
    22  | 
\DeclareMathSymbol{\dshsym}{\mathalpha}{letters}{"2D}
 | 
| 
 | 
    23  | 
\newcommand{\dsh}{\dshsym}
 | 
| 
 | 
    24  | 
  | 
| 
 | 
    25  | 
\newcommand{\To}{\to}
 | 
| 
 | 
    26  | 
\newcommand{\dt}{{\mathpunct.}}
 | 
| 
 | 
    27  | 
\newcommand{\ap}{\mathbin{\!}}
 | 
| 
 | 
    28  | 
\newcommand{\lam}[1]{\mathop{\lambda} #1\dt\;}
 | 
| 
 | 
    29  | 
\newcommand{\all}[1]{\forall #1\dt\;}
 | 
| 
 | 
    30  | 
\newcommand{\ex}[1]{\exists #1\dt\;}
 | 
| 
18193
 | 
    31  | 
\newcommand{\impl}{\to}
 | 
| 
7817
 | 
    32  | 
\newcommand{\conj}{\land}
 | 
| 
7833
 | 
    33  | 
\newcommand{\disj}{\lor}
 | 
| 
7968
 | 
    34  | 
\newcommand{\Impl}{\Longrightarrow}
 | 
| 
7817
 | 
    35  | 
  | 
| 
8020
 | 
    36  | 
\newcommand{\Nat}{\mathord{\mathrm{I}\mkern-3.8mu\mathrm{N}}}
 | 
| 
 | 
    37  | 
  | 
| 
 | 
    38  | 
  | 
| 
7748
 | 
    39  | 
%%% Local Variables: 
  | 
| 
 | 
    40  | 
%%% mode: latex
  | 
| 
 | 
    41  | 
%%% TeX-master: "root"
  | 
| 
 | 
    42  | 
%%% End: 
  |