Page LayoutChapter header in the form '1 Introduction'

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mkhamis89
Posts: 1
Joined: Thu May 27, 2010 2:16 pm

Chapter header in the form '1 Introduction'

Post by mkhamis89 »

Hello, I am trying to change the chapter's heading from
Chapter 1
Introduction

To:
1 Introduction

I've managed to remove the 'Chapter' by using

Code: Select all

\renewcommand{\chaptername}{}
but now I get
1
Introduction

How can I change them to be on the same line?
I am using the 'book' documentclass

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Chapter header in the form '1 Introduction'

Post by gmedina »

Hi,

use the features provided by the titlesec package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Chapter header in the form '1 Introduction'

Post by localghost »

Default setting in KOMA Script and easy customizable in the memoir class.


Best regards and welcome to the board
Thorsten
Post Reply