I know that this question has already been asked and I tried to use the answer of this question Biblatex entries with last names first and year after authors but is not working :(
my code is:
\documentclass[oneside,12pt]{scrbook} %scrbook has more options than article
\usepackage{lipsum} %easy acess to the text
\usepackage{scrhack} %patches other packages to make them work better
\usepackage{amsmath}
\usepackage[standard]{ntheorem}
\usepackage[algo2e]{algorithm2e}
\usepackage{tikz}%esquema
\usetikzlibrary{arrows}%esquema
% set up document fonts
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{setspace} %espaço titulo e texto
\usepackage{enumitem} %control layout of itemize, enumerate, description
\usepackage{scrpage2} %control of page headers and footers
\usepackage{listings}
\usepackage{indentfirst} %primeira frase começar mais à frente
\begin{document}
\bibliographystyle{authoryear}
\bibliography{Exemploreference}
\nocite{*}
\end{document}
and my bibtex file:
@article{Mankai2012,
author = {Selim Mankai and Catherine Bruneau},
title = {Optimal economic capital and investment decisions for a non-life insurance company},
journal = {Bankers, Markets \& Investors},
number = {119},
year = {2012},
month = {July-August},
}
@article{asimit2012,
author = {Alexandru Asimit and Alex Badescu and Yurity Zinchenko},
title = {Capital requirements and Optimal Investment with Solvency Probability Constraints},
journal = {Journal of Management Mathematics},
year = {2012},
month = {March},
}
Could u give me some help please? Thanks :)
PS: I wanted to use bibtex because I can get my references by copying them from google schoolar and I have for now 20 references.