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.
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
-
- 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 3293 times