I want this output for the bibliography
Code: Select all
Hyder, Adnan A. \emph{et al}. (2007) The impact of traumatic brain injuries: A global perspective. \emph{NeuroRehabilitation}; 22(5): 341--353
What I must do?
minimal example:
Code: Select all
\documentclass[12pt, twoside, a4paper]{book}
\usepackage[portuguese,english]{babel}
\usepackage[applemac]{inputenc}
\usepackage{amsmath,amssymb,amsfonts,textcomp}
\usepackage{natbib}
\bibliographystyle{plainnat}
\begin{document}
\section{A}
Write here the text \citep{Hyder2007}.
\begin{thebibliography}{}
\bibitem{Hyder2007} Hyder, Adnan A. \emph{et al}. The impact of traumatic brain injuries: A global perspective. \emph{NeuroRehabilitation} 2007; 22(5): 341--353
\end{thebibliography}{}
\end{document}