Code: Select all
\documentclass[a4paper,12pt]{report}
\begin{document}
\pagestyle{myheadings}\makeatletter
\pagenumbering{arabic}
\renewcommand{\sectionmark}[1]{\markboth{}{\bf\thesection : #1}}
\chapter{}
\section{Section 1}
Some text here
\clearpage
\newpage
\section{Section 2}
Some more text here
\end{document}
Please help me with this problem...
Regards,