Page Layout ⇒ Remove a section header, but keep in Table of Contents
Remove a section header, but keep in Table of Contents
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Remove a section header, but keep in Table of Contents
Code: Select all
\newpage
\addcontentsline{toc}{chapter}{Executive Summary}
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- 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