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: 10360
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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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 1679 times
Thank you!
Post Reply