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