フォーマットの問題

フォーマットの問題

次のコードを使用します:

\RequirePackage[
    english,
    ngerman]{babel}

\RequirePackage[
    autostyle = true,
    babel,
    german = quotes]{csquotes}

\RequirePackage[
    authordate,
    bibencoding = auto,
    strict,
    backend = biber,
    natbib
]{biblatex-chicago}
\DeclareCaseLangs*{german}
\bibliography{./_assets/bibliography.bib}
\defbibheading{head}{\chapter{Literaturverzeichnis}}

\AtBeginBibliography{\def\UrlFont{\scriptsize\tt}}

ここの最初の部分をどうやって取り除けばいいのでしょうか2000?

フォーマットの問題

答え1

犯人を見つけました:

\DeclareNameFormat{sortname}{
    \iffirstinits
    {\usebibmacro{name:last-first}{#1}{#4}{#5}{#7}}
    {\usebibmacro{name:last-first}{#1}{#3}{#5}{#7}}
    \usebibmacro{name:andothers}
}

関連情報