doc-src/IsarRef/style.sty
author wenzelm
Tue, 22 Apr 2008 13:35:26 +0200
changeset 26738 615e1a86787b
child 26759 4f066dfc58d1
permissions -rw-r--r--
basic setup for generated document (cf. ../IsarImplementation);


%% $Id$

%% toc
\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}

%% references
\newcommand{\secref}[1]{\S\ref{#1}}
\newcommand{\chref}[1]{chapter~\ref{#1}}
\newcommand{\figref}[1]{figure~\ref{#1}}

%% index
%FIXME

%% math
\newcommand{\text}[1]{\mbox{#1}}
\newcommand{\isasymvartheta}{\isamath{\theta}}
\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}

\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}

\pagestyle{headings}
\sloppy
\binperiod
\underscoreon

\renewcommand{\isadigit}[1]{\isamath{#1}}

\newcommand{\minorcmd}[1]{{\sf #1}}

\newcommand{\isasymGUESS}{\isakeyword{guess}}
\newcommand{\isasymOBTAIN}{\isakeyword{obtain}}
\newcommand{\isasymTHEORY}{\isakeyword{theory}}
\newcommand{\isasymIMPORTS}{\isakeyword{imports}}
\newcommand{\isasymUSES}{\isakeyword{uses}}
\newcommand{\isasymBEGIN}{\isakeyword{begin}}
\newcommand{\isasymEND}{\isakeyword{end}}
\newcommand{\isasymCONSTS}{\isakeyword{consts}}
\newcommand{\isasymDEFS}{\isakeyword{defs}}
\newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
\newcommand{\isasymDEFINITION}{\isakeyword{definition}}

\isabellestyle{it}

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