doc-src/IsarRef/style.sty
author wenzelm
Fri, 02 May 2008 16:36:05 +0200
changeset 26767 cc127cc0951b
parent 26759 4f066dfc58d1
child 26775 06d6b1242dcf
permissions -rw-r--r--
converted pure.tex to Thy/pure.thy;
     1 
     2 %% $Id$
     3 
     4 %% toc
     5 \newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
     6 \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
     7 
     8 %% references
     9 \newcommand{\secref}[1]{\S\ref{#1}}
    10 \newcommand{\chref}[1]{chapter~\ref{#1}}
    11 \newcommand{\Chref}[1]{Chapter~\ref{#1}}
    12 \newcommand{\appref}[1]{appendix~\ref{#1}}
    13 \newcommand{\Appref}[1]{Appendix~\ref{#1}}
    14 \newcommand{\figref}[1]{figure~\ref{#1}}
    15 \newcommand{\Figref}[1]{Figure~\ref{#1}}
    16 
    17 %% index
    18 %FIXME
    19 
    20 %% math
    21 \newcommand{\text}[1]{\mbox{#1}}
    22 \newcommand{\isasymvartheta}{\isamath{\theta}}
    23 \newcommand{\isactrlvec}[1]{\emph{$\overline{#1}$}}
    24 
    25 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    26 
    27 \pagestyle{headings}
    28 \sloppy
    29 \binperiod
    30 \underscoreon
    31 
    32 \renewcommand{\isadigit}[1]{\isamath{#1}}
    33 
    34 \newcommand{\minorcmd}[1]{{\sf #1}}
    35 
    36 \newcommand{\isasymGUESS}{\isakeyword{guess}}
    37 \newcommand{\isasymOBTAIN}{\isakeyword{obtain}}
    38 \newcommand{\isasymTHEORY}{\isakeyword{theory}}
    39 \newcommand{\isasymUSES}{\isakeyword{uses}}
    40 \newcommand{\isasymEND}{\isakeyword{end}}
    41 \newcommand{\isasymCONSTS}{\isakeyword{consts}}
    42 \newcommand{\isasymDEFS}{\isakeyword{defs}}
    43 \newcommand{\isasymTHEOREM}{\isakeyword{theorem}}
    44 \newcommand{\isasymDEFINITION}{\isakeyword{definition}}
    45 
    46 \isabellestyle{it}
    47 
    48 %%% Local Variables: 
    49 %%% mode: latex
    50 %%% TeX-master: "implementation"
    51 %%% End: