Page Layout ⇒ Remove a section header, but keep in Table of Contents
Remove a section header, but keep in Table of Contents
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Remove a section header, but keep in Table of Contents
Code: Select all
\newpage
\addcontentsline{toc}{chapter}{Executive Summary}
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Remove a section header, but keep in Table of Contents
welcome to the board!
\addcontentsline
is good!I just recommend to use
\clearpage
or \cleardoublepage
instead of newpage, to force the output of stored floats, and to start on a right hand page if required.Stefan