Text Formatting ⇒ Adding Appendix to Table of Contents
-
- Posts: 87
- Joined: Tue Sep 14, 2010 6:58 pm
Re: Adding Appendix to Table of Contents
! LaTeX Error: File `ucfthti.clo' not found
I added those two files from the UCF website. Still running into errors at the "\makeintropages" command, I don't know why. However, I am no longer seeing "Chapter Chapter" so perhaps I can get somewhere now.
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
-
- Posts: 87
- Joined: Tue Sep 14, 2010 6:58 pm
Re: Adding Appendix to Table of Contents
Re: Adding Appendix to Table of Contents
This was the code which i added
\appendix
%\chapter{The First Appendix}
To make the appendix named Appendix: The First Appendix, change the above to:
\chapter*{APPENDIX A: Diffraction data for alpha-Alumina ($\alpha-Al_{2}O_{3}$)}
\addcontentsline{toc}{chapapp}{APPENDIX A: Diffraction data for alpha-Alumina ($\alpha-Al_{2}O_{3}$)}
\chaptermark{Appendix}
\markboth{Appendix}{Appendix}
- Attachments
-
- appendix.JPG (149.45 KiB) Viewed 3182 times