doc-src/IsarRef/style.sty
changeset 26738 615e1a86787b
child 26759 4f066dfc58d1
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc-src/IsarRef/style.sty	Tue Apr 22 13:35:26 2008 +0200
     1.3 @@ -0,0 +1,49 @@
     1.4 +
     1.5 +%% $Id$
     1.6 +
     1.7 +%% toc
     1.8 +\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
     1.9 +\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
    1.10 +
    1.11 +%% references
    1.12 +\newcommand{\secref}[1]{\S\ref{#1}}
    1.13 +\newcommand{\chref}[1]{chapter~\ref{#1}}
    1.14 +\newcommand{\figref}[1]{figure~\ref{#1}}
    1.15 +
    1.16 +%% index
    1.17 +%FIXME
    1.18 +
    1.19 +%% math
    1.20 +\newcommand{\text}[1]{\mbox{#1}}
    1.21 +\newcommand{\isasymvartheta}{\isamath{\theta}}
    1.22 +\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
    1.23 +
    1.24 +\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    1.25 +
    1.26 +\pagestyle{headings}
    1.27 +\sloppy
    1.28 +\binperiod
    1.29 +\underscoreon
    1.30 +
    1.31 +\renewcommand{\isadigit}[1]{\isamath{#1}}
    1.32 +
    1.33 +\newcommand{\minorcmd}[1]{{\sf #1}}
    1.34 +
    1.35 +\newcommand{\isasymGUESS}{\isakeyword{guess}}
    1.36 +\newcommand{\isasymOBTAIN}{\isakeyword{obtain}}
    1.37 +\newcommand{\isasymTHEORY}{\isakeyword{theory}}
    1.38 +\newcommand{\isasymIMPORTS}{\isakeyword{imports}}
    1.39 +\newcommand{\isasymUSES}{\isakeyword{uses}}
    1.40 +\newcommand{\isasymBEGIN}{\isakeyword{begin}}
    1.41 +\newcommand{\isasymEND}{\isakeyword{end}}
    1.42 +\newcommand{\isasymCONSTS}{\isakeyword{consts}}
    1.43 +\newcommand{\isasymDEFS}{\isakeyword{defs}}
    1.44 +\newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
    1.45 +\newcommand{\isasymDEFINITION}{\isakeyword{definition}}
    1.46 +
    1.47 +\isabellestyle{it}
    1.48 +
    1.49 +%%% Local Variables: 
    1.50 +%%% mode: latex
    1.51 +%%% TeX-master: "implementation"
    1.52 +%%% End: