Text Formattingremoving chapter 1

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
bdairmb
Posts: 3
Joined: Fri Apr 24, 2009 4:12 pm

removing chapter 1

Post by bdairmb »

I use the {book} style and use \include{chapter name} to print my thesis. The problem is when I perform the file I have a Large Chapter 1 on the left. I need either to remove this Chapter 1 title or to be center

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

removing chapter 1

Post by Stefan Kottwitz »

Hi bdairmb,

welcome to the board!
The titlesec package is providing commands for this purpose, have a look at its documentation.

Stefan
LaTeX.org admin
bdairmb
Posts: 3
Joined: Fri Apr 24, 2009 4:12 pm

Re: removing chapter 1

Post by bdairmb »

Thank you Stefan_K, I solved the problem. I printed the chapter number and its title at the center of the page.
But still I want to print the chapter number in the hider to be of the form Chapter One not Chapter 1. Please if there is a quick solution or a quick hint, send me it.
Thank you
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

removing chapter 1

Post by Stefan Kottwitz »

You could use the fancyhdr package, its commands are described in its documentation.

Stefan
LaTeX.org admin
Post Reply