[texhax] bibtex problem with reference list style

Joaquim jabtinoco at hotmail.com
Mon Nov 5 00:04:10 CET 2012


Hi all,



I am writing my PhD thesis using Latex. So far I overcame all problems, but now I am with a little problem with the reference list style. The output I want is something like this:



Cherkassky, V. and  Ma, Y. Practical Selection of SVM Parameters and Noise Estimation for SVM Regression. Neural Networks, 17(1):113{126, 2004. ISSN 0893-6080.



but this is what is happen:



V. Cherkassky and Y. Ma. Practical Selection of SVM Parameters and Noise Estimation for SVM Regression. Neural Networks, 17(1):113{126, 2004. ISSN 0893-6080.


The only difference is related with the authors names. How I put the surname before the name?



This is the part of the code I am using:



“”

\documentclass[a4paper,12pt,twoside]{book}



\usepackage[round, authoryear]{natbib}
    \bibpunct{(}{)}{;}{a}{,}{,~}
    \bibliographystyle{plainnat}

\begin{document}

\include{Chapter1}
\include{Chapter2}
\include{Chapter3}
\include{Chapter4}

\bibliography{BibDatafile}

\end{document}

“

Thanks.

Regards,
    J.Tinoco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20121104/8e1f38ca/attachment-0001.html>


More information about the texhax mailing list