View Single Post
Old 05-20-2010, 08:07 PM   #58
arma_virumque
Member
arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.arma_virumque can do the Funky Gibbon.
 
Posts: 14
Karma: 82814
Join Date: May 2010
Device: nook
Thumbs up incorrect

Quote:
Originally Posted by mh445 View Post
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
arma_virumque is offline   Reply With Quote