\documentclass[a4paper,10pt]{article} \usepackage{graphicx} \usepackage{fancyhdr} \usepackage{tikz} \usetikzlibrary{shapes,snakes} \usepackage{amsfonts,amsmath,amsthm} \input{../style} \usepackage{ifthen} \usepackage{lastpage} \newboolean{paper} \setboolean{paper}{true} % boolvar=true or false %\newtheorem{definition}{Definition:} \begin{document} \pagestyle{fancy} \fancyhf{} %\renewcommand{\chaptermark}[1]{\markboth{ \emph{#1}}{}} \fancyhead[LO]{} \fancyhead[RE]{\leftmark} %\fancyfoot[LE,RO]{\thepage} \cfoot{Page \thepage\ of \pageref{LastPage}} \rfoot{\today} \lhead{Developing a rigorous bottom-up modular static failure mode modelling methodology} %\outerhead{{\small\bf Developing a rigorous bottom-up modular static failure mode modelling methodology}} %\innerfoot{{\small\bf R.P. Clark } } % numbers at outer edges \pagenumbering{arabic} % Arabic page numbers hereafter \author{R.P.Clark} \title{Developing a rigorous bottom-up modular static failure mode modelling methodology} \maketitle \input{fmmd_concept_paper} \bibliographystyle{plain} \bibliography{../vmgbibliography,../mybib} \today \end{document}