Search found 2 matches

by cmclen
Sat Apr 21, 2012 8:49 pm
Forum: Page Layout
Topic: Remove a section header, but keep in Table of Contents
Replies: 2
Views: 17098

Remove a section header, but keep in Table of Contents

It's funny, I was actually looking up something entirely unrelated when I stumbled across something that gave me the idea for this solution:

Code: Select all

\newpage
\addcontentsline{toc}{chapter}{Executive Summary}
So great! I don't have a chapter header, while adding a new entry to the table of contents.
by cmclen
Sat Apr 21, 2012 7:29 pm
Forum: Page Layout
Topic: Remove a section header, but keep in Table of Contents
Replies: 2
Views: 17098

Remove a section header, but keep in Table of Contents

Hello! I have a section header I'd like to remove. In the image below, it says "1. Executive Summary" at the top. I'd like this section to begin instead with just the "PRO-D-ZINE INC." ... and continue thereon. However, I'd also like for the "1. Executive Summary" to stay in the Table of Contents ...