ich habe folgenden code zusammengeschustert, um eine Tabelle am Ende eines Kapitels im Anhang mit Table A.1 zu benennen (ich habe 3 Kapitel und nach jedem kommt ein Anhang).
\renewcommand{\thetable}{A-\arabic{table}} % redefine the command that creates the equation no. \setcounter{table}{0} % reset counter \section*{Appendix} % use *-form to suppress numbering
Vielen Dank im Voraus!
Monica