Biblatex: \printbibliography[title={}] ヘッダー出力を大文字から小文字に変更

Biblatex: \printbibliography[title={}] ヘッダー出力を大文字から小文字に変更

私は、参考文献の章の中にいくつかのサブ章を作成するために、バックエンドで\printbibliography[title={Legal Documents}]のコマンドを使用しています。しかし、対応するページの出力ヘッダー/ヘッダータイトルは、ここで見られるように、大文字で印刷されます (つまり、LEGAL DOCUMENTS) (私の MWE からの画像)。biblatexbiber

ここに画像の説明を入力してください

私はSpringer の SV Mono クラス 5.5

biblatex問題はテンプレートまたは/の標準設定のどちらかによるものだと思います。出力を小文字でbiber強制するコマンドは何ですか? どうすれば再定義できますか?\printbibliography

実際の例は以下になります。参考文献の 2 ページ目を皆さんに見せる必要があるため、以下に示すように、ダミーの参考文献エントリを多数作成したため、私が望むほど最小限ではありません。

実際の例:

\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注釈は、設定されている他のマークよりも優先されます。

関連情報