Page LayoutIssue with Section Counters after Appendix

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
thomasi
Posts: 1
Joined: Wed Jan 26, 2011 5:09 am

Issue with Section Counters after Appendix

Post by thomasi »

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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by localghost »

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.

Code: Select all

texdoc appendix
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Best regards and welcome to the board
Thorsten
Post Reply