Quote:
Originally Posted by mh445
As mentioned before, use \chapter*{} in order to avoid automatic chapter numbers.
|
Do you mean turn this into:
Code:
\chapter{LIBER I}
\label{sec:LIBER I}
this?
Code:
\chapter*{LIBER I}
\label{sec:LIBER I}
That somehow gets rid of each chapter listing in the TOC entirely. However I found out tha by using
\setcounter{secnumdepth}{-1} it comes out the way I want.
One more gripe here is that the entry on each chapter takes half page. Is there a way to center the title and push it to the top of the page?
thanks