Wie bestimme ich den Hauptautor bzw. -herausgeber?
Hallo,
ich binde meinen Literaturstil über eine Datei ein. Nun ist es so, dass es bei mehreren Autoren/Herausgeber i.d.R. einen hauptverantwortlichen A/H gibt, der dann an erster Stelle genannt wird. Wie kann ich nun bei meinen Einträgen festlegen, welcher der Hauptautor ist?
\RequirePackage[doi=true,annotation=false,hyperref=true,backend=biber,namefont=smallcaps,style=footnote-dw,idemfont=italic,pageref=true,idembib=true,ibidtracker=constrict,xref=false,idembibformat=dash,edbyidem=true,journalnumber=afteryear,useeditor=true,useprefix=true,editorstring=parens,edstringincitations=true,citepages=permit,urldate=long,xref=true,]{biblatex}
\DefineBibliographyStrings{ngerman}{%
bibliography = {Literaturverzeichnis},
shorthands = {Abkürzungsverzeichnis},
urlseen = {zuletzt abgerufen am},
url = {in},
}
\DeclareFieldFormat{url}{\addcomma\space in\addcolon\space\url{#1}}%URL-Datum
\DeclareFieldFormat{urldate}{\hspace{-0.3em},\space\bibstring{urlseen}\space#1}
\renewcommand*{\bibmultinamedelim}{\addslash}% Bibliographie
\renewcommand*{\bibfinalnamedelim}{\addslash}% Bibliographie
\renewcommand*{\citemultinamedelim}{\addslash}% Zitate
\renewcommand*{\citefinalnamedelim}{\addslash}% Zitate
%Reihenfolge NAME, VORNAME bei Referenzen
\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}}
\renewcommand*{\jourvolstring}{\addcomma\space Jg\adddot\space}
\renewcommand*{\journumstring}{\addspace}
\renewcommand*{\sernumstring}{%
\addcomma\space\bibstring{volume}\addspace}
%Angabe Location und Note nicht ausgegeben
\DeclareSourcemap{
\maps[datatype=bibtex]{
\map{
\step[fieldset=note, null]%Note-Feld nicht ausgeben
\step[fieldset=location, null]
}
}
}