GeneralHow to create an appendix TOC ? [solved]

LaTeX specific issues not fitting into one of the other forums of this category.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

How to create an appendix TOC ? [solved]

Post by Stefan Kottwitz »

The class is bad, in this case that \appendixname definition breaks it. You can redefine it by

Code: Select all

\renewcommand{\appendixname}{APPENDICES}
or, to see it in the code:

Code: Select all

\newpage
\renewcommand{\appendixname}{APPENDICES}
\appendix
\appendixpage

\chapter[]{Wombat}
\lipsum[1-6]
Stefan
LaTeX.org admin

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

byn
Posts: 56
Joined: Fri Jun 10, 2022 12:27 pm

How to create an appendix TOC ? [solved]

Post by byn »

Thank you Stefan, this works however, how do I update the TOC in the definition to have an elaborate TOC as shown in the image below;
Resultant output
Resultant output
Appendix.PNG (29.36 KiB) Viewed 1519 times
Thank you!
Post Reply