付録のセクション番号が間違っています。プロジェクト全体が以下にあります。 https://github.com/JerryOpenix/Debugging-With-GDBpdflatex:付録のセクション番号が間違っています
MWEは以下のとおりです。 付録Bのセクション番号は間違っています。
手動で付録Bのセクション番号を0に設定するように指示しないでください。
\documentclass[12pt,twoside,a4paper,openright]{book}
\usepackage[subpreambles=false]{standalone}
\usepackage[toc, page]{appendix}
\begin{document}
\pagenumbering{arabic}
\appendix
\renewcommand{\thechapter}{A\alph{chapter}}
\chapter*{Appendix A Installing GDB}
\addcontentsline{toc}{chapter}{Installing GDB}
\section*{tools to build gdb}
\#TODO
\setcounter{section}{0}
\section{call configuration script}
\#TODO
\renewcommand{\thechapter}{B\alph{chapter}}
\chapter*{Appendix B GDB protocol}
\addcontentsline{toc}{chapter}{GDB protocol}
\section{Overview}
\#TODO
\cleardoublepage
\end{document}`