Apologies if this is addressed elsewhere - I have looked, but could easily have missed something!
I'm defining my own class, based on the
report
class, to include an "appendix" section at the same level as "chapter" (among other modifications). For this I've created \appendix
which is essentially a copy of the definition for \chapter
with some trivial modification of display options.However, when I compile the document in TeXnicCenter, the appendices don't show up in the navigation pane. Can anyone shed any light on how sections are recognized by TeXnicCenter for these purposes?
I can include an MWE if that would help, but I'm not convinced it would be that useful in this case, particularly as my new class is quite rocky at this point!
I am using the
\include
command in my main file for both chapters and appendices; if I change \appendix
to \chapter
in the appendices, they show up in the navigation pane absolutely fine. The file compiles as expected either way.Thanks,
Fred