GeneralTOC and Appendices

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mth211
Posts: 8
Joined: Sat Apr 11, 2009 2:48 pm

TOC and Appendices

Post by mth211 »

Hi,

I'm just trying to format the names appendices of my report and make them appear in lists etc as I need.

Basically, what I'm after is a single title of Appendices; which I've achieved using the appendix package and the code:

Code: Select all

\appendix
\appendixpage
\addappheadtotoc
After this I'd like the headings of my 10 or so appendices to be lettered (ie A, B, C etc) which I've also managed using /section

But then I'd like to remove the numbered sections from the TOC and have a list of appendices at the start of the appendix.

Anyone got any ideas as to how I can do what I want, if I even can?

Thanks

Recommended reading 2024:

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

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

mth211
Posts: 8
Joined: Sat Apr 11, 2009 2:48 pm

Re: TOC and Appendices

Post by mth211 »

I've managed this to a degree by creating a new flot called app and within the appendices environment used the addtolist command (in the \includepdf) to number the appendices and then a \listof{app} command to make the list.

So, not quite what I wanted but close enough!
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

TOC and Appendices

Post by localghost »

Perhaps the minitoc package can help.


Best regards
Thorsten¹
Post Reply