Hello
I am having troubles with section counters
I have 2 parts in my document, the first part concludes with an appendix. Within the appendix the counter set automatically to alpha.
In the second part, I would like to reset the sections counter to arabic, with no success.
See below
Thanks for the help. Thomas
\part{Part1}
\section{Report Organisation}
\section {Experimental Setup}
\begin{appendix}
\section*{Appendices}
\section {toto}
\end{appendix}
\part{Surface Sub}
\setcounter{section} {0}
\section {Introduction}
\section{Design}
\end{document}
Page Layout ⇒ Issue with Section Counters after Appendix
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Issue with Section Counters after Appendix
Try the appendix package. It provides structures for appendices per chapter. The package manual has the details. In case the package is already installed on your system, you can access it on the command line.
Best regards and welcome to the board
Thorsten
Code: Select all
texdoc appendix
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10