Hi --
I've been trying to get a List of Figures to appear on the first page of the Appendix... but nothing seems to work.
Does anyone have experience with this issue?
-latexjess
(I'm editing in TexMaker)
General ⇒ List of Figures in Appendix
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
List of Figures in Appendix
Hi latexjess,
that shouldn't be a problem. Try this code:
What is not working for you? Do you get error messages, warnings, or is the list missing?
Stefan
that shouldn't be a problem. Try this code:
Code: Select all
\documentclass[a4paper,10pt]{book}
\begin{document}
\begin{figure}
\centering
Text
\caption{Test Figure}
\end{figure}
\appendix
\listoffigures
\end{document}
Stefan
LaTeX.org admin
Re: List of Figures in Appendix
hi Stefan,
with your code i get on the end of my document(after my figure) a list of figures, however the appendix is not included into the toc.
my problem is to see appendix into toc and when the appendix start, i like to see "appendix" as if was a chapter. furthermore i like to see "appendix A-1 -- figure bla"
i continue my search and maybe you have the magic solution...
greetings,
Psqad
with your code i get on the end of my document(after my figure) a list of figures, however the appendix is not included into the toc.
my problem is to see appendix into toc and when the appendix start, i like to see "appendix" as if was a chapter. furthermore i like to see "appendix A-1 -- figure bla"
i continue my search and maybe you have the magic solution...
greetings,
Psqad
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
List of Figures in Appendix
The appendix package should let you do what you want. Refer to its documentation to get things work.Psqad wrote:[...] with your code i get on the end of my document(after my figure) a list of figures, however the appendix is not included into the toc. my problem is to see appendix into toc and when the appendix start, i like to see "appendix" as if was a chapter. [...]
You may explain that a little bit more in detail. I wonder where you want to see this. Perhaps my first advice could be helpful here, too.Psqad wrote:[...] furthermore i like to see "appendix A-1 -- figure bla". i continue my search and maybe you have the magic solution [...]
Best regards and welcome to the board
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: List of Figures in Appendix
thx for the reply...
well i learned that it is not needed to put the appendices into the toc
. now it shows only an A, and as i have 3 figures; A.1 , A.2 , A.3 are show in the toc
i am happy with that....
now the hard part of cite in apa style......
GrtzzZ,
p
well i learned that it is not needed to put the appendices into the toc

i am happy with that....
now the hard part of cite in apa style......
GrtzzZ,
p