LaTeX: Remove Chapter Name and Number

By default, your LaTeX document has a Chapter name (Chapter 1, Chapter 2, etc.) for each chapter. If you want to remove such chapter name from your document, then you can use titlesec package and define the titleformat in order to hide the chapter title. Below are two code samples: one which shows the chapter … Read more