Closed miguelbper closed 3 years ago
This is because \appendixprelim
is executed before the \appendix
command. So there will be two \appendix
in a row, and the chapter
counter will be reset.
I suggest the following instead, which adds the \chapter
command just after the \appendix
command, and does not require any change to apxproof
:
\renewcommand{\appendixprelim}{\clearpage\onecolumn}
\apptocmd{\appendix}{\chapter{Proofs of the theorems in the main text}}{}{}
Thanks! For the answer and the package.
Hello,
I would like to use the apxproof package in a document which is sectioned with chapters (and possibly parts).
I would like all appendix sections generated by apxproof to be part of a chapter, let's say chapter "A", and then each section would be named "A.1 Proofs for Section ... ". What I'm obtaining instead is ".1 Proofs for Section ...".
Is there a workaround for this?
Here are pictures of the behaviour I'm obtaining as well as the code I'm using: