General ⇒ List of Figures in Appendix
List of Figures in Appendix
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)
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
List of Figures in Appendix
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
Re: List of Figures in Appendix
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¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: List of Figures in Appendix
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