1%include tex.fmt
2
3\begingroup
4\invisiblecomments
5\def\bropen{@{@}
6\def\brclos{@}@}
7%{
8%format bropen = "\bropen"
9%format brclose = "\brclos"
10\begin{code}
11dir(include)              -- include a file
12dir(format)               -- formatting directive for an identifer/operator
13dir(bropen)               -- begin of an @lhs2TeX@ group
14dir(brclose)              -- end of an @lhs2TeX@ group
15dir(^let^)                -- set a toggle
16dir(^if^)                 -- test a condition
17dir(^else^)               -- second part of conditional
18dir(elif)                 -- @else@ combined with @if@
19dir(endif)                -- end of a conditional
20dir(latency)              -- tweak alignment in \textbf{poly} style
21dir(separation)     ^^^   -- tweak alignment in \textbf{poly} style
22dir(align)                -- set alignment column in \textbf{math} style
23dir(options)              -- set options for call of external program
24dir(subst)                -- primitive formatting directive
25dir(file)                 -- set filename
26\end{code}
27%}
28\endgroup
29