Biblatex: \printbibliography[title={}] 헤더 출력을 대문자에서 소문자로 변경

Biblatex: \printbibliography[title={}] 헤더 출력을 대문자에서 소문자로 변경

내 참고문헌 장 내에 여러 하위 장을 만들기 위해 백엔드 와 함께 \printbibliography[title={Legal Documents}]명령을 사용하고 있습니다 . 그러나 해당 페이지의 출력 헤더/헤더 제목은 여기에서 볼 수 있듯이 LEGAL DOCUMENTS와 같이 대문자로 인쇄됩니다(내 MWE의 그림).biblatexbiber

여기에 이미지 설명을 입력하세요

나는Springer의 SV 모노 클래스 5.5.

문제는 템플릿 때문이거나 biblatex/ 의 표준 설정 때문인 것으로 추정됩니다 biber. 강제 \printbibliography로 소문자로 출력하는 명령은 무엇입니까 ? 어떻게 재정의할 수 있나요?

작업 예는 다음과 같습니다. 여러분에게 참고문헌의 두 번째 페이지를 보여줘야 하고 따라서 아래에서 볼 수 있는 것처럼 더미 참고문헌 항목을 많이 생성했기 때문에 그것은 제가 바라는 만큼 최소한이 아닙니다.

실제 사례:

\documentclass[graybox,envcountchap,sectrefs]{svmono}
\usepackage{emptypage}
\usepackage[backend=biber]{biblatex}
\bibliography{lit.bib}
\makeindex  
\begin{document}


\tableofcontents 

\mainmatter
\chapter{Einleitung}

Test Test \autocite[2]{ex1} Test \autocite[2]{ex2} Test \autocite[2]{ex3} Test \autocite[2]{ex4} Test \autocite[2]{ex5} Test \autocite[2]{ex6} Test \autocite[2]{ex7} Test \autocite[2]{ex8} Test \autocite[2]{ex9} Test \autocite[2]{ex10} Test \autocite[2]{ex11} Test \autocite[2]{ex12} Test \autocite[2]{ex13} Test \autocite[2]{ex14}  Test \autocite[2]{ex15}  Test \autocite[2]{ex16}  Test \autocite[2]{ex17}  Test \autocite[2]{ex18}  Test \autocite[2]{ex19}  Test \autocite[2]{ex20}  Test \autocite[2]{ex21}  Test \autocite[2]{ex22}  Test \autocite[2]{ex23}  Test \autocite[2]{ex24}  Test \autocite[2]{ex25}  Test \autocite[2]{ex26}  Test \autocite[2]{ex27}  Test \autocite[2]{ex28}  Test \autocite[2]{ex29}  Test \autocite[2]{ex30} Test \autocite[2]{ex31} Test \autocite[2]{ex32} Test \autocite[2]{ex33} Test \autocite[2]{ex34} Test \autocite[2]{ex35} Test \autocite[2]{ex36} Test \autocite[2]{ex37} 

\addcontentsline{toc}{chapter}{Bibliography}
\chapter*{Bibliography}
\chaptermark{Bibliography}
\printbibliography[title={Legal Documents}]

\end{document}

해당 lit.bib:

@misc{ex1,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex2,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex3,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex4,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex5,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex6,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex7,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex8,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex9,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex10,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex11,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex12,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex13,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex14,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex15,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex16,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex17,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex18,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex19,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex20,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex21,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex22,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex23,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex24,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex25,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex26,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex27,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex28,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex29,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex30,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex31,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex32,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex33,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex34,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex35,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex36,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex37,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}
@misc{ex38,
    Author = {{Author}},
    Howpublished = {Name},
    Year = {1981}}

다음 링크를 사용하여 내 MWE로 이동할 수 있습니다.https://www.overleaf.com/5445314wzbgkh.

답변1

하다

\chapter*{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\chaptermark{Bibliography}

\defbibheading{bibliographysection}{%
  \section*{#1}%
  \addcontentsline{toc}{section}{#1}%
  \markboth{#1}{#1}%
}

\printbibliography[heading=bibliographysection,title={Legal Documents}]

표준 제목에는 \MakeUppercase.

여기에 이미지 설명을 입력하세요

답변2

prenote제목이 설정된 직후에 사용할 임의의 텍스트를 설정할 수 있습니다 .

여기에 이미지 설명을 입력하세요

\defbibnote{legaldoc}{\markboth{Legal Documents}{Legal Documents}}
\printbibliography[title=Legal Documents,prenote=legaldoc]

위의 legaldoc참고 사항은 설정된 다른 표시보다 우선합니다.

관련 정보