How can I add title , four author with affiliation in the same line and running head, all together in the top pages, then next pages I need to add again title, abstract and keyword..., section...
my programm:
\documentclass[11pt]{article}
\usepackage{titling}
\usepackage{authblk}%{for author}
%\usepackage{subfigure}
\usepackage{txfonts}
%\usepackage{graphicx} %{graphicx} in order to load pictures
%\usepackage{amssymb,amsmath}
%\usepackage{epstopdf} % to convert eps to pdf
%\usepackage{setspace}
%\usepackage{natbib}
%\usepackage{harvard}
%\bibliographystyle{ifac}
%\bibliographystyle{plain}
\textwidth=16cm
\oddsidemargin=0cm
\textheight=24cm
\topmargin=-1.5cm
%
\newcommand{\sbf}[1]{%
\mbox{\fontfamily{phv}\fontseries{b}\selectfont #1}}
\newcommand{\vb}[1]{\mbox{\boldmath $#1$}}
%
\makeatletter
\renewcommand{\emptythanks}{%
\renewcommand{\thanks}[1]{}
\renewcommand{\@thanks}{}}
\makeatother
%
\begin{document}
\title{Bar instability with bank erosion by \\
perturbation analysis from the case with no bank erosion}
%
\date{}
\author[1]{Md }
\author[2]{No}
\author[3]{K}
\author[4]{Ya}
\affil[1]{ Student \\
Email:ooo@gmail.com}
\affil[2]{Pro \\
Email:oo@eng.ya.cc}
\affil[3]{Dyyy}
\affil[4]{Doos}
\renewcommand\Authands{ and }
\maketitle
\thispagestyle{empty}
\newpage
\setcounter{page}{1}
%\title{Title}
%\date{ }
\emptythanks
\maketitle
\begin{abstract}
ooooooooooooooo
\end{abstract}
\section
uyrn opp,l
\end{document}


\documentclass{...}and ending with\end{document}. – Sep 13 '14 at 08:06Md,No, etc. – Mico Sep 14 '14 at 08:29titlingorauthblkaren't comfortable anymore and one has to do it all by hand. So i suggest to close this as a duplicate. – Johannes_B Feb 05 '15 at 15:25