Hi,
i'm using Lyx right now the first time and i kept myself busy with crating a working layout for me.
I'm using biblatex with authortitle-ibid style for the bibliography-output and have changed till now many things to adjust it to my needs, but now i have one thing left i cannot change.
When there are more than one author, the name of the first author is written "last name + , + first name" - second, third, ... author are written "first name + last name". I would like to say biblatex to use "last name + , + firstname" for all authors, not only the first one.
an example:
it looks like this:
Farin, Klaus/Harald Hauswald/Helmut Heitmann: ...
and i want it like this:
Farin, Klaus/Hauswald, Harald/Heitmann, Helmut: ...
How can i tell biblatex to do so?
thx,
pyri
LyX ⇒ Lyx and Biblatex - changing author-output
Lyx and Biblatex - changing author-output
Last edited by pyriand3r on Mon May 23, 2011 8:02 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Lyx and Biblatex - changing author-output
Hi,
sorry. Just had another google-session and found the solution. For everyone who wants to know. I added this to my preambel and it works:
greetz,
pyri
sorry. Just had another google-session and found the solution. For everyone who wants to know. I added this to my preambel and it works:
Code: Select all
Code, edit and compile here:
%\DeclareNameFormat{default}{% Vollzitate%\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}%%\usebibmacro{name:andothers}}%\DeclareNameFormat{labelname}{% alle anderen Zitate%\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}%%\usebibmacro{name:andothers}}\DeclareNameFormat{sortname}{% Bibliographie\iffirstinits{\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}{\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}}%\usebibmacro{name:andothers}}
pyri