Thank you
Code: Select all
\documentclass{memoir}
\pagenumbering{arabic}
\input{style.tex}
\begin{document}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{\thechapter\ #1}}
\fancyhf{}
\fancyfoot[C]{\thepage}
\fancyhead[L]{\textit \leftmark}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\addtolength{\headheight}{0.5pt}
\fancypagestyle{plain}{
\fancyhead{}
\renewcommand{\headrulewidth}{0pt}
}
\bibliographystyle{unsrtnat3}