doc-src/Classes/style.sty
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 30210 853abb4853cc
child 39760 5aced2f43837
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
     1 
     2 %% toc
     3 \newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
     4 \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
     5 
     6 %% paragraphs
     7 \setlength{\parindent}{1em}
     8 
     9 %% references
    10 \newcommand{\secref}[1]{\S\ref{#1}}
    11 \newcommand{\figref}[1]{figure~\ref{#1}}
    12 
    13 %% logical markup
    14 \newcommand{\strong}[1]{{\bfseries {#1}}}
    15 \newcommand{\qn}[1]{\emph{#1}}
    16 
    17 %% typographic conventions
    18 \newcommand{\qt}[1]{``{#1}''}
    19 
    20 %% verbatim text
    21 \newcommand{\isatypewriter}{\fontsize{9pt}{0pt}\tt\renewcommand{\baselinestretch}{1}\setlength{\baselineskip}{9pt}}
    22 
    23 %% quote environment
    24 \isakeeptag{quote}
    25 \renewenvironment{quote}
    26   {\list{}{\leftmargin2em\rightmargin0pt}\parindent0pt\parskip0pt\item\relax}
    27   {\endlist}
    28 \renewcommand{\isatagquote}{\begin{quote}}
    29 \renewcommand{\endisatagquote}{\end{quote}}
    30 \newcommand{\quotebreak}{\\[1.2ex]}
    31 
    32 %% presentation
    33 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
    34 
    35 %% character detail
    36 \renewcommand{\isadigit}[1]{\isamath{#1}}
    37 \binperiod
    38 \underscoreoff
    39 
    40 %% format
    41 \pagestyle{headings}
    42 \isabellestyle{it}
    43 
    44 
    45 %%% Local Variables: 
    46 %%% mode: latex
    47 %%% TeX-master: "implementation"
    48 %%% End: