0

Does anyone know how I can get the heading Introduction and Conclusion in my project and on my content page without them being numbered. E.g just have Introduction and not 1. Introduction?

Werner
  • 603,163

1 Answers1

1

You can use:

\chapter*{Name of the chapter}

if using book or report class, and

\section*{Name of the section}

if using the article class

Please take a look at these posts for further information:

Removing page number from ToC

Remove chapter from ToC

Also, please always perform a search in already answered questions before submitting one.

Mario S. E.
  • 18,609