79711794

Date: 2025-07-23 11:38:47
Score: 1
Natty:
Report link

I ended up just redefining everything like so:

\chapter*{Appendix}\label{chap:Appendix}
\addcontentsline{toc}{chapter}{Appendix}
\renewcommand{\thesection}{A\arabic{section}}  
\renewcommand{\thetable}{A.\arabic{table}}  
\renewcommand{\thefigure}{A.\arabic{figure}} 
\pagestyle{plain}

..which gives the (mostly) intended result.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Moritz Shore