Skip to content

TOC woes #255

Description

@bartsnapp

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions