Closed vikraman closed 1 year ago
There is also the option of putting the content in question within a toappendix
environment at the end of the document. Anything wrong with this option?
I did try toappendix
but that automatically generates a new section.
Sorry for the late answer. You can use \nosectionappendix
before the toappendix
environment to prevent the generation of a new section.
Similarly, is there a way to \label{}
the apxproof
-generated appendix so that it can be \cref{}
ed? For example, I asked a question here
You can use:
\begin{toappendix}
\label{apx:delayed_proofs}
\end{toappendix}
at any location that will be put in the corresponding section (in your example, for instance, you could put it just after the \section{Test}
line). Just tested it, the interaction with cleveref
works fine.
Closing this issue, as an \appendixpost
hook can be simulated just by using the toappendix
environment at the apprioriate location.
Apologies for not responding sooner, I can confirm that using toappendix
with \nosectionappendix
does indeed solve my problem (though I had already submitted my thesis with the patched version).
While submitting my thesis, I needed to add a CV after the appendix, and I had to modify apxproof to allow me to insert it after the generated appendix. It would be nice if such a hook was provided. What I did was add an
\appendixpost
similar to\appendixprelim
, and then used it like this.