Code: Select all
\chapter*{Chapter Title}\label{Title}
\addcontentsline{toc}{chapter}{Chapter Title}
\stepcounter{chapter}
Thanks
Code: Select all
\chapter*{Chapter Title}\label{Title}
\addcontentsline{toc}{chapter}{Chapter Title}
\stepcounter{chapter}
NEW: TikZ book now 40% off at Amazon.com for a short time.
\section
, but with bigger font, as usual for chapters? I assume you would like to have it numbered also in the text, such as 3. Chapter Title of Chapter. Having no number in the text header looks strange if the number was in the table of contents. Probably you just want to replace the extra line "Chapter 3" by the number at the beginning. This is the default style in some classes such as scrbook
and scrreprt
which would be my choice.\section
settings to be similarly used for \chapter
.Which one is that? There are lots of different thesis classes, some of them part of a standard TeX distribution (like MiKTeX or TeX Live) and many not. It would be helpful if you posted a completerachelgreg wrote:I am using the thesis document class.
NEW: TikZ book now 40% off at Amazon.com for a short time.