Possible Duplicate:
Chapter formatting
Could someone help me with this problem with my document?
Instead of generating the following:
% % % %
Chapter 2
Title
% % % %
I would like the following text:
% % % %
2 Title
% % % %
Possible Duplicate:
Chapter formatting
Could someone help me with this problem with my document?
Instead of generating the following:
% % % %
Chapter 2
Title
% % % %
I would like the following text:
% % % %
2 Title
% % % %
For example:
\makeatletter
\def\chapter{\cleardoublepage\secdef\@chapter\@schapter}
\def\@makechapterhead#1{{\raggedright\Large\bfseries\thechapter\space #1\par\nobreak\vskip 10\p@}}
\def\@makeschapterhead#1{{\raggedright\Large\bfseries #1\par\nobreak\vskip 10\p@}}
\makeatother
{}). – Claudio Fiandrino Jan 10 '13 at 10:18