How to Create a List of Appendices in Latex for Thesis?

  • Context: LaTeX 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Latex List
Click For Summary

Discussion Overview

The discussion revolves around how to create a list of appendices in LaTeX for a thesis, specifically focusing on formatting and inclusion in the table of contents. Participants explore various methods and packages related to this topic.

Discussion Character

  • Technical explanation
  • Homework-related

Main Points Raised

  • One participant notes the lack of a default control sequence in LaTeX for listing appendices, similar to \listoftables and \listoffigures.
  • Another participant mentions that most LaTeX classes provide an option, such as \backmatter, which formats chapters as "Appendix A" but does not create a separate list of appendices.
  • A suggestion is made to use the \usepackage{appendix} package, which may offer more control over appendix formatting, although it is noted that once \appendix is called, subsequent sections will be labeled as appendices.
  • A later reply expresses the desire to include a separate list of appendices on a distinct page, akin to the lists of figures and tables, indicating this is a requirement for the thesis.

Areas of Agreement / Disagreement

Participants do not reach a consensus on how to create a list of appendices, and multiple approaches are discussed without resolution.

Contextual Notes

Limitations include the absence of a straightforward method for listing appendices in LaTeX, as well as potential dependencies on specific LaTeX classes and packages.

EngWiPy
Messages
1,361
Reaction score
61
Hello,

In Latex, there are the \listoftables and \listoffigures control sequences to list the tables and figures respectively where you want. But I didn't find a similar control sequence to list the appendices, or did I miss it? Can anyone help please?

Thanks in advance
 
Physics news on Phys.org
LaTeX doesn't have default support for appendices. Most classes give you an option (like \backmatter) which will set special formatting for \chapter's so they show "Appendix A" instead of "Chapter 13", which means they'll just show up in your table of contents.
 
Check into
Code:
\usepackage{appendix}

The default command \appendix starts your appendices but there's no way back, and everything subsequent will be labeled that way. I believe the package gives you a little more control.
 
Thanks CompuChip and minger for replying.

For sure I want to include the Appendices number in the table of contents, and I did that. But what I want is to set a list of appendices in a separate page, as with list of figures, and list of tables. How can I do that? This is one of the requirements of my thesis.

Regards
 

Similar threads

Replies
3
Views
8K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
12K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
12K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K