lhs2tex-1.12: doc/CompleteDirectives.lhs
%include tex.fmt
\begingroup
\invisiblecomments
\begin{code}
dir(include) -- include a file
dir(format) -- formatting directive for an identifer/operator
dir({) -- begin of an @lhs2TeX@ group
dir(}) -- end of an @lhs2TeX@ group
dir(^let^) -- set a toggle
dir(^if^) -- test a condition
dir(^else^) -- second part of conditional
dir(elif) -- @else@ combined with @if@
dir(endif) -- end of a conditional
dir(latency) -- tweak alignment in \textbf{poly} mode
dir(separation) ^^^ -- tweak alignment in \textbf{poly} mode
dir(align) -- set alignment column in \textbf{math} mode
dir(options) -- set options for call of external program
dir(subst) -- primitive formatting directive
dir(file) -- set filename
\end{code}
\endgroup