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?
Asked
Active
Viewed 275 times
0
Werner
- 603,163
Kane Blackburn
- 357
1 Answers
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:
Also, please always perform a search in already answered questions before submitting one.
Mario S. E.
- 18,609
bookorreportclass) – Mario S. E. Apr 24 '13 at 14:07articleclass – Steven B. Segletes Apr 24 '13 at 14:08