Hello,
When typesetting a new chapter in the "book" document class with the command \chapter{Introduction} , I get the following output
Chapter X
Introduction
What I want to obtain is the following:
## Chapter X
## Introduction
where the dash marks represent some space where I would like to ...