형식 문제

형식 문제

다음 코드를 사용하면:

\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}
}

관련 정보