General ⇒ How to Create a separate list of appendices
How to Create a separate list of appendices
I am looking for a command that creates a list of appendices like list of figures and tables.
Mainly something like "\listoftables" if there's any.
I'd appreciate your suggestions,
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
Re: How to Create a separate list of appendices
\appendix
\include{appendixb}
\include{appendixc}
\include{appendixd}
\include{appendixe}
\include{appendixf}
\include{appendixh}
\include{appendixi}
\include{appendixj}
\include{pilotstudy}
\include{taudata}
\include{neurologyofpain}
And for each separate appendix file I just put \chapter{appendixa} and it comes out in the table of contents.
That may or may not help - I'm a LaTeX newbie and that's what is working in my PhD thesis.
kal26
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to Create a separate list of appendices
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How to Create a separate list of appendices
I also am trying to work out how to generate a separate list of appendices, but with little luck!
I appreciate the direction to the appendix help documentation and have read the information there. Unfortunately, I am limited in my knowledge of Latex and am using Lyx.
I have tried inserting some of the tex commands at the onset of the appendices in the document, but they do not work for me. I have also done a considerable amount of searching for a set of commands that would create a separate list of appendices, but haven't come up with anything helpful. In fact, I have specifically registered here to solicit help!
Could someone explain in simple terms how I can get a separate list of appendices?
Re: How to Create a separate list of appendices
I don't know that much about Latex, yet in the memoir class there is a part called "New 'List of...' and entries" that could be of interest to you. I think that instead of \appendix followed by \chapter, you will have to define your own \app{} macro.
Hope that helps,
Chx