% \subsection{Sectioning} % Makes the table of contents look a bit better. This can be % redefined in the preamble if you do not like the appearance. % \DescribeMacro{\section}{The name of a section inside an activity.} % \begin{macrocode} %<*classXourse> \renewcommand*\l@section{\@dottedtocline{1}{1.5em}{4.2em}} % % \end{macrocode} % \DescribeMacro{\subsection}{The name of a subsection inside an activity.} % \begin{macrocode} %<*classXourse> \renewcommand*\l@subsection{\@dottedtocline{2}{3.8em}{4.2em}} % % \end{macrocode} % Xourse files can have parts. % \DescribeMacro{\part}{The name of a large part of a xourse.} % \begin{macrocode} %<*htXourse> \newcounter{ximera@part} \setcounter{ximera@part}{0} \renewcommand\part[1]{% \stepcounter{ximera@part}% \ifvmode \IgnorePar\fi \EndP% %\HCode{