author | haftmann |
Mon, 14 Jan 2019 18:33:53 +0000 | |
changeset 69660 | 2bc2a8599369 |
parent 48985 | 5386df44a037 |
permissions | -rw-r--r-- |
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}''} |
|
39665
f1622d126e31
more idiomatic handling of latex typewriter type setting
haftmann
parents:
39664
diff
changeset
|
19 |
\newcommand{\ditem}[1]{\item[\isastyletext #1]} |
29016 | 20 |
|
30227 | 21 |
%% quote environment |
29016 | 22 |
\isakeeptag{quote} |
30227 | 23 |
\renewenvironment{quote} |
24 |
{\list{}{\leftmargin2em\rightmargin0pt}\parindent0pt\parskip0pt\item\relax} |
|
25 |
{\endlist} |
|
26 |
\renewcommand{\isatagquote}{\begin{quote}} |
|
27 |
\renewcommand{\endisatagquote}{\end{quote}} |
|
28 |
\newcommand{\quotebreak}{\\[1.2ex]} |
|
20946 | 29 |
|
29016 | 30 |
%% presentation |
20946 | 31 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} |
32 |
||
30227 | 33 |
%% character detail |
34 |
\renewcommand{\isadigit}[1]{\isamath{#1}} |
|
20946 | 35 |
\binperiod |
29104 | 36 |
\underscoreoff |
20946 | 37 |
|
30227 | 38 |
%% format |
39 |
\pagestyle{headings} |
|
29016 | 40 |
\isabellestyle{it} |
69660
2bc2a8599369
canonical operation to typeset generated code makes dedicated environment obsolete
haftmann
parents:
48985
diff
changeset
|
41 |
\def\isastylett{\footnotesize\normalfont\ttfamily} |
20946 | 42 |
|
43 |
||
44 |
%%% Local Variables: |
|
45 |
%%% mode: latex |
|
46 |
%%% TeX-master: "implementation" |
|
47 |
%%% End: |