I'm using compatibilty mode because the files that my University provided me for my thesis are old and I'm a LaTeX beginner so my efforts to update them didn't work, and I'm running into a deadline

Thanks for your help
Jared
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
Code: Select all
\usepackage[format=hang,labelsep=space]{caption}
Code: Select all
\documentclass[12pt,letterpaper]{thesis08}
\begin{document}
\tableofcontents
\chapter{Test Chapter}
Some text in the chapter.
\section{A section}
\appendix
\chapter{}
Something in the appendix.
\chapter[\hspace*{-2em}]{}
Something in the appendix
\end{document}
Code: Select all
% Adds the "Chapter" word between List of Symbols and chapter 1
\addcontentsline {toc}{part}{Chapter}
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