src/HOL/Isar_examples/document/style.tex
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 8020 2823ce1753a5
child 8584 016314c2fa0a
permissions -rw-r--r--
Goal: tuned pris;


%% $Id$

\documentclass[11pt,a4paper]{article}
\usepackage{comment,proof,isabelle,isabellesym,pdfsetup}

\renewcommand{\isamarkupheader}[1]{\section{#1}}

\newcommand{\name}[1]{\textsl{#1}}

\newcommand{\idt}[1]{{\mathord{\mathit{#1}}}}
\newcommand{\var}[1]{{?\!\idt{#1}}}
\DeclareMathSymbol{\dshsym}{\mathalpha}{letters}{"2D}
\newcommand{\dsh}{\dshsym}

\newcommand{\To}{\to}
\newcommand{\dt}{{\mathpunct.}}
\newcommand{\ap}{\mathbin{\!}}
\newcommand{\lam}[1]{\mathop{\lambda} #1\dt\;}
\newcommand{\all}[1]{\forall #1\dt\;}
\newcommand{\ex}[1]{\exists #1\dt\;}
\newcommand{\impl}{\rightarrow}
\newcommand{\conj}{\land}
\newcommand{\disj}{\lor}
\newcommand{\Impl}{\Longrightarrow}

\newcommand{\Nat}{\mathord{\mathrm{I}\mkern-3.8mu\mathrm{N}}}


%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "root"
%%% End: