I would be very grateful if someone could help me.
In the past, I used biblatex with Biber (I use Texstudio as a editor and I was told that that was the less problematic way to make a bibliography with Texstudio).
This was the code in my template:
\usepackage[style=numeric, backend=biber]{biblatex}
\addbibresource{ref.bib}
\DeclareNameAlias{default}{last-first}
.
.
.
\printbibliography
However, now I need to do something different. I will provide you an example to avoid misunderstandings.
The references should look like this:
I wonder also if it is possible to bracket the date (Surname, Name (date))
I had also some problems when there were more than one author. Usually I simply wrote the author in sth.bib as "Name et al. Surname" and LaTeX rearranged everything as "Surname, Name et al.". However, it would be nice if I manage to name everyone.
In the body, a reference should look like
lorem ipsum dolor sit amet (Surname date, page)
