2 \usepackage[T1]{fontenc}
11 \newcommand{\todo}[1]{\footnote{\bf TODO:
#1}}
12 \newcommand{\meta}[1]{$
\langle$
{\it #1}$
\rangle$
}
14 \theoremstyle{definition
}
15 \newtheorem{nota
}{Note
}[section
]
19 \newenvironment{notate
}[1]
20 {\begin{nota
}[{\bf {\em #1}}]}%
24 \newenvironment{elisp
}
25 {\let\ORGverbatim@font
\verbatim@font
26 \def\verbatim@font
{\ttfamily\scshape}%
29 \let\verbatim@font
\ORGverbatim@font
}
34 {\let\ORGverbatim@font
\verbatim@font
35 \def\verbatim@font
{\ttfamily\slshape}%
38 \let\verbatim@font
\ORGverbatim@font
}
42 \newcommand{\verbal}{\collectverb{\scshape}}
44 \mathchardef\mhyphen="
2D