doc-src/Functions/style.sty
changeset 30209 2f4684e2ea95
parent 30120 aaa4667285c8
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc-src/Functions/style.sty	Tue Mar 03 11:00:51 2009 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +%% toc
     1.5 +\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
     1.6 +\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
     1.7 +
     1.8 +%% references
     1.9 +\newcommand{\secref}[1]{\S\ref{#1}}
    1.10 +\newcommand{\chref}[1]{chapter~\ref{#1}}
    1.11 +\newcommand{\figref}[1]{figure~\ref{#1}}
    1.12 +
    1.13 +%% math
    1.14 +\newcommand{\text}[1]{\mbox{#1}}
    1.15 +\newcommand{\isasymvartheta}{\isamath{\theta}}
    1.16 +\newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
    1.17 +
    1.18 +\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    1.19 +
    1.20 +\pagestyle{headings}
    1.21 +\sloppy
    1.22 +\binperiod
    1.23 +\underscoreon
    1.24 +
    1.25 +\renewcommand{\isadigit}[1]{\isamath{#1}}
    1.26 +
    1.27 +\newenvironment{mldecls}{\par\noindent\begingroup\footnotesize\def\isanewline{\\}\begin{tabular}{l}}{\end{tabular}\smallskip\endgroup}
    1.28 +
    1.29 +\isafoldtag{FIXME}
    1.30 +\isakeeptag{mlref}
    1.31 +\renewcommand{\isatagmlref}{\subsection*{\makebox[0pt][r]{\fbox{\ML}~~}Reference}\begingroup\def\isastyletext{\rm}\small}
    1.32 +\renewcommand{\endisatagmlref}{\endgroup}
    1.33 +
    1.34 +\newcommand{\isasymGUESS}{\isakeyword{guess}}
    1.35 +\newcommand{\isasymOBTAIN}{\isakeyword{obtain}}
    1.36 +\newcommand{\isasymTHEORY}{\isakeyword{theory}}
    1.37 +\newcommand{\isasymUSES}{\isakeyword{uses}}
    1.38 +\newcommand{\isasymEND}{\isakeyword{end}}
    1.39 +\newcommand{\isasymCONSTS}{\isakeyword{consts}}
    1.40 +\newcommand{\isasymDEFS}{\isakeyword{defs}}
    1.41 +\newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
    1.42 +\newcommand{\isasymDEFINITION}{\isakeyword{definition}}
    1.43 +
    1.44 +\isabellestyle{it}
    1.45 +
    1.46 +%%% Local Variables: 
    1.47 +%%% mode: latex
    1.48 +%%% TeX-master: "implementation"
    1.49 +%%% End: