![フォーマットの問題](https://rvso.com/image/391715/%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%83%E3%83%88%E3%81%AE%E5%95%8F%E9%A1%8C%20.png)
次のコードを使用します:
\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}
}