I use the very popular Easy Thesis template with very common standard packages and only slight adaptions, like natbib (see below). Everything works smoothly, aside one small issue, the Bibliography writes the Name, Surname format.
It seems to be a popular problem, and Mico offered a solution to same kind, but I cannot reproduce it. Where should I change the format, or even is there a better way. I'm fearing any massive changes, because I cannot overview them. However, I will try any proposal, since I'm stuck. Thank You!
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage[UKenglish, USenglish]{babel}
\usepackage[threshold=2]{csquotes}
\usepackage{enumitem}
\usepackage{fixltx2e}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{tabularx}
\setlength{\heavyrulewidth}{0.08em}
\usepackage{tablefootnote}
\usepackage{url}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage[authoryear, numbers, comma, sort&compress]{natbib}
\usepackage{breakcites}
\usepackage{longtable}
\usepackage{ltxtable}
\usepackage{listings}
\usepackage{verbatim}
\bibliographystylecommand. Which bibliography style do you employ? – Mico Mar 28 '14 at 05:18\bibliographystyle{plainnat}I think?! – alex Mar 28 '14 at 05:24plainnatcase. As it appears that you do not want to abbreviate the first names down to their initials, be sure to use{ s nameptr "{vv~}{ll}{, ff}{, jj}" format.name$ 't :=rather than{ s nameptr "{vv~}{ll}{, f.}{, jj}" format.name$ 't :=as the replacement string. After creating the new bibliography style file, be sure to refer to it in the\bibliographystylecommand and to run LaTeX, BibTeX, and LaTeX twice more to propagate all changes. – Mico Mar 28 '14 at 05:31