\section{Introduction}
gives something like
1. Introduction
How can I rather obtain the following header?
gives something like 1. IntroductionHow can I rather obtain the following header? Section 1. Introduction |
|||
|
Without using
The patch is provided by
For detail on the components of |
|||
|
|
|
You can use a very useful feature of TeX; a command called as
will be silently ignored (actually So doing
you reach your aim.
If you also want to add "Subsection" in front of the subsection number, just add
The macro |
|||
|
|
\def\thesection{Section~\arabic{section}.}– Eddy_Em Feb 4 at 7:19\documentclassare you using? – Werner Feb 4 at 7:25