20946
|
1 |
|
|
2 |
%% toc
|
|
3 |
\newcommand{\tocentry}[1]{\cleardoublepage\phantomsection\addcontentsline{toc}{chapter}{#1}
|
|
4 |
\@mkboth{\MakeUppercase{#1}}{\MakeUppercase{#1}}}
|
|
5 |
|
30227
|
6 |
%% paragraphs
|
|
7 |
\setlength{\parindent}{1em}
|
|
8 |
|
20946
|
9 |
%% references
|
|
10 |
\newcommand{\secref}[1]{\S\ref{#1}}
|
|
11 |
\newcommand{\figref}[1]{figure~\ref{#1}}
|
|
12 |
|
29016
|
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}}
|
20946
|
22 |
|
30227
|
23 |
%% quote environment
|
29016
|
24 |
\isakeeptag{quote}
|
30227
|
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]}
|
20946
|
31 |
|
29016
|
32 |
%% presentation
|
20946
|
33 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
|
|
34 |
|
30227
|
35 |
%% character detail
|
|
36 |
\renewcommand{\isadigit}[1]{\isamath{#1}}
|
20946
|
37 |
\binperiod
|
29104
|
38 |
\underscoreoff
|
20946
|
39 |
|
30227
|
40 |
%% format
|
|
41 |
\pagestyle{headings}
|
29016
|
42 |
\isabellestyle{it}
|
20946
|
43 |
|
|
44 |
|
|
45 |
%%% Local Variables:
|
|
46 |
%%% mode: latex
|
|
47 |
%%% TeX-master: "implementation"
|
|
48 |
%%% End:
|