Apparently....
there's an issue with something like this as
\documentclass{ximera}
\title[Problem 1]{Problem 1}
\begin{document}
\begin{abstract} \end{abstract}
\maketitle
\end{document}
inside a xourse with
\documentclass{xourse}
\input{../preamble.tex}
\begin{document}
%%% you need at least 5 to trigger the error
%%% fewer will not !?
\activity{q1_xm.tex}
\activity{q1_xm.tex}
\activity{q1_xm.tex}
\activity{q1_xm.tex}
\activity{q1_xm.tex}
\end{document}
I suspect this is due to the fact that a \chapterstyle should have been triggered at the \begin{document} of the xourse
This can be "fixed" by adding the xourse option "notoc" (but this is really a bug)
Apparently....
there's an issue with something like this as
inside a xourse with
I suspect this is due to the fact that a \chapterstyle should have been triggered at the \begin{document} of the xourse
This can be "fixed" by adding the xourse option "notoc" (but this is really a bug)