doc-src/Functions/style.sty
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 30209 2f4684e2ea95
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
krauss@21212
     1
%% toc
krauss@21212
     2
\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
krauss@21212
     3
\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
krauss@21212
     4
krauss@21212
     5
%% references
krauss@21212
     6
\newcommand{\secref}[1]{\S\ref{#1}}
krauss@21212
     7
\newcommand{\chref}[1]{chapter~\ref{#1}}
krauss@21212
     8
\newcommand{\figref}[1]{figure~\ref{#1}}
krauss@21212
     9
krauss@21212
    10
%% math
krauss@21212
    11
\newcommand{\text}[1]{\mbox{#1}}
krauss@21212
    12
\newcommand{\isasymvartheta}{\isamath{\theta}}
krauss@21212
    13
\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
krauss@21212
    14
krauss@21212
    15
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
krauss@21212
    16
krauss@21212
    17
\pagestyle{headings}
krauss@21212
    18
\sloppy
krauss@21212
    19
\binperiod
krauss@21212
    20
\underscoreon
krauss@21212
    21
krauss@21212
    22
\renewcommand{\isadigit}[1]{\isamath{#1}}
krauss@21212
    23
krauss@21212
    24
\newenvironment{mldecls}{\par\noindent\begingroup\footnotesize\def\isanewline{\\}\begin{tabular}{l}}{\end{tabular}\smallskip\endgroup}
krauss@21212
    25
krauss@21212
    26
\isafoldtag{FIXME}
krauss@21212
    27
\isakeeptag{mlref}
krauss@21212
    28
\renewcommand{\isatagmlref}{\subsection*{\makebox[0pt][r]{\fbox{\ML}~~}Reference}\begingroup\def\isastyletext{\rm}\small}
krauss@21212
    29
\renewcommand{\endisatagmlref}{\endgroup}
krauss@21212
    30
krauss@21212
    31
\newcommand{\isasymGUESS}{\isakeyword{guess}}
krauss@21212
    32
\newcommand{\isasymOBTAIN}{\isakeyword{obtain}}
krauss@21212
    33
\newcommand{\isasymTHEORY}{\isakeyword{theory}}
krauss@21212
    34
\newcommand{\isasymUSES}{\isakeyword{uses}}
krauss@21212
    35
\newcommand{\isasymEND}{\isakeyword{end}}
krauss@21212
    36
\newcommand{\isasymCONSTS}{\isakeyword{consts}}
krauss@21212
    37
\newcommand{\isasymDEFS}{\isakeyword{defs}}
krauss@21212
    38
\newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
krauss@21212
    39
\newcommand{\isasymDEFINITION}{\isakeyword{definition}}
krauss@21212
    40
krauss@21212
    41
\isabellestyle{it}
krauss@21212
    42
krauss@21212
    43
%%% Local Variables: 
krauss@21212
    44
%%% mode: latex
krauss@21212
    45
%%% TeX-master: "implementation"
krauss@21212
    46
%%% End: