haftmann@20948: haftmann@20948: %% toc haftmann@20948: \newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1} haftmann@20948: \@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}} haftmann@20948: haftmann@30210: %% paragraphs haftmann@30210: \setlength{\parindent}{1em} haftmann@30210: haftmann@20948: %% references haftmann@20948: \newcommand{\secref}[1]{\S\ref{#1}} haftmann@20948: haftmann@29017: %% logical markup haftmann@29017: \newcommand{\strong}[1]{{\bfseries {#1}}} haftmann@29017: \newcommand{\qn}[1]{\emph{#1}} haftmann@20948: haftmann@29017: %% typographic conventions haftmann@29017: \newcommand{\qt}[1]{``{#1}''} haftmann@29017: haftmann@29017: %% verbatim text haftmann@29017: \newcommand{\isatypewriter}{\fontsize{9pt}{0pt}\tt\renewcommand{\baselinestretch}{1}\setlength{\baselineskip}{9pt}} haftmann@29017: haftmann@30210: %% quote environment haftmann@29017: \isakeeptag{quote} haftmann@30210: \renewenvironment{quote} haftmann@30210: {\list{}{\leftmargin2em\rightmargin0pt}\parindent0pt\parskip0pt\item\relax} haftmann@30210: {\endlist} haftmann@30210: \renewcommand{\isatagquote}{\begin{quote}} haftmann@30210: \renewcommand{\endisatagquote}{\end{quote}} haftmann@30210: \newcommand{\quotebreak}{\\[1.2ex]} haftmann@29017: haftmann@29017: \isakeeptag{quotett} haftmann@30210: \renewcommand{\isatagquotett}{\begin{quote}\isabellestyle{tt}\isastyle} haftmann@30210: \renewcommand{\endisatagquotett}{\end{quote}\isabellestyle{it}\isastyle} haftmann@29017: haftmann@29017: %% a trick haftmann@29017: \newcommand{\isasymSML}{SML} haftmann@29017: haftmann@29017: %% presentation haftmann@20948: \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} haftmann@20948: haftmann@30210: %% character detail haftmann@30210: \renewcommand{\isadigit}[1]{\isamath{#1}} haftmann@20948: \binperiod haftmann@29104: \underscoreoff haftmann@20948: haftmann@30210: %% format haftmann@30210: \pagestyle{headings} haftmann@30210: \isabellestyle{it} haftmann@20948: haftmann@29017: %% ml reference haftmann@20948: \newenvironment{mldecls}{\par\noindent\begingroup\footnotesize\def\isanewline{\\}\begin{tabular}{l}}{\end{tabular}\smallskip\endgroup} haftmann@20948: haftmann@20948: \isakeeptag{mlref} haftmann@20948: \renewcommand{\isatagmlref}{\subsection*{\makebox[0pt][r]{\fbox{\ML}~~}Reference}\begingroup\def\isastyletext{\rm}\small} haftmann@20948: \renewcommand{\endisatagmlref}{\endgroup} haftmann@20948: haftmann@29017: \isabellestyle{it} haftmann@20948: haftmann@20948: haftmann@20948: %%% Local Variables: haftmann@20948: %%% mode: latex haftmann@20948: %%% TeX-master: "implementation" haftmann@20948: %%% End: