doc-src/IsarImplementation/style.sty
author wenzelm
Tue, 05 Sep 2006 22:04:56 +0200
changeset 20478 de1bd9717d6c
parent 20470 c839b38a1f32
child 20491 98ba42f19995
permissions -rw-r--r--
added \isactrlvec;
wenzelm@18537
     1
wenzelm@18537
     2
%% $Id$
wenzelm@18537
     3
wenzelm@18537
     4
%% toc
wenzelm@18554
     5
\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
wenzelm@18554
     6
\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
wenzelm@18537
     7
wenzelm@18537
     8
%% references
wenzelm@18537
     9
\newcommand{\secref}[1]{\S\ref{#1}}
wenzelm@20470
    10
\newcommand{\chref}[1]{chapter~\ref{#1}}
wenzelm@18537
    11
\newcommand{\figref}[1]{figure~\ref{#1}}
wenzelm@18537
    12
wenzelm@18537
    13
%% glossary
wenzelm@18537
    14
\renewcommand{\glossary}[2]{\nomenclature{\bf #1}{#2}}
wenzelm@18537
    15
\newcommand{\seeglossary}[1]{\emph{#1}}
wenzelm@18554
    16
\newcommand{\glossaryname}{Glossary}
wenzelm@18537
    17
\renewcommand{\nomname}{\glossaryname}
wenzelm@18537
    18
\renewcommand{\pagedeclaration}[1]{\nobreak\quad\dotfill~page~\bold{#1}}
wenzelm@18537
    19
wenzelm@18554
    20
%% index
wenzelm@18554
    21
\newcommand{\indexml}[1]{\index{\emph{#1}|bold}}
wenzelm@18554
    22
\newcommand{\indexmltype}[1]{\index{\emph{#1} (type)|bold}}
wenzelm@18554
    23
\newcommand{\indexmlstructure}[1]{\index{\emph{#1} (structure)|bold}}
wenzelm@18554
    24
\newcommand{\indexmlfunctor}[1]{\index{\emph{#1} (functor)|bold}}
wenzelm@18554
    25
wenzelm@18554
    26
wenzelm@18537
    27
\newcommand{\drv}{\mathrel{\vdash}}
wenzelm@18537
    28
\newcommand{\edrv}{\mathop{\drv}\nolimits}
wenzelm@18537
    29
\newcommand{\Drv}[1]{\mathrel{\vdash_{#1}}}
wenzelm@18537
    30
\newcommand{\Or}{\mathrel{\;|\;}}
wenzelm@18537
    31
wenzelm@18537
    32
\renewcommand{\vec}[1]{\overline{#1}}
wenzelm@20478
    33
\newcommand{\isactrlvec}[1]{\emph{$\vec{#1}$}}
wenzelm@18537
    34
\renewcommand{\phi}{\varphi}
wenzelm@18537
    35
wenzelm@18537
    36
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
wenzelm@18537
    37
wenzelm@18537
    38
\pagestyle{headings}
wenzelm@18537
    39
\sloppy
wenzelm@18537
    40
\binperiod
wenzelm@18537
    41
\underscoreon
wenzelm@18537
    42
wenzelm@20451
    43
\renewcommand{\isadigit}[1]{\isamath{#1}}
wenzelm@20451
    44
wenzelm@20448
    45
\newenvironment{mldecls}{\par\noindent\begingroup\footnotesize\def\isanewline{\\}\begin{tabular}{l}}{\end{tabular}\medskip\endgroup}
wenzelm@18537
    46
wenzelm@18537
    47
\isafoldtag{FIXME}
wenzelm@18537
    48
\isakeeptag{mlref}
wenzelm@18537
    49
\renewcommand{\isatagmlref}{\subsection*{\makebox[0pt][r]{\fbox{\ML}~~}Reference}\begingroup\def\isastyletext{\rm}\small}
wenzelm@18537
    50
\renewcommand{\endisatagmlref}{\endgroup}
wenzelm@18537
    51
wenzelm@18537
    52
\newcommand{\isasymTHEORY}{\isakeyword{theory}}
wenzelm@18537
    53
\newcommand{\isasymIMPORTS}{\isakeyword{imports}}
wenzelm@18537
    54
\newcommand{\isasymUSES}{\isakeyword{uses}}
wenzelm@18537
    55
\newcommand{\isasymBEGIN}{\isakeyword{begin}}
wenzelm@18537
    56
\newcommand{\isasymEND}{\isakeyword{end}}
wenzelm@18537
    57
\newcommand{\isasymCONSTS}{\isakeyword{consts}}
wenzelm@18537
    58
\newcommand{\isasymDEFS}{\isakeyword{defs}}
wenzelm@18537
    59
\newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
wenzelm@20024
    60
\newcommand{\isasymDEFINITION}{\isakeyword{definition}}
wenzelm@18537
    61
wenzelm@18537
    62
\isabellestyle{it}
wenzelm@18537
    63
wenzelm@18537
    64
%%% Local Variables: 
wenzelm@18537
    65
%%% mode: latex
wenzelm@18537
    66
%%% TeX-master: "implementation"
wenzelm@18537
    67
%%% End: