Using XeLaTeX and Book package.
I'd like to remove "part #" and "section #" from the \part and \section titles, thus keeping the part and section titles only. How can I accomplish this?
Thanks in advance for any help.
|
Using XeLaTeX and Book package. I'd like to remove "part #" and "section #" from the \part and \section titles, thus keeping the part and section titles only. How can I accomplish this? Thanks in advance for any help. |
|||
“To get an unnumbered section heading which does not go into the Table of Contents, follow the command name with an asterisk before the opening curly brace:
[…]”
|
|||
|
|
bookhas no leading section for\section. I suppose you mean "chapter". – Herbert Jun 6 '12 at 6:36\setcounter{secnumdepth}{-2}before\begin{document}. Otherwise, please state better your problem. Welcome to TeX.SX! – egreg Jun 6 '12 at 9:31