如何在 \begin{thebibliography} \end{thebibliography} 中格式化约 15 个条目的列表的标题

如何在 \begin{thebibliography} \end{thebibliography} 中格式化约 15 个条目的列表的标题
%
%---------------------------------- %
\documentclass[english,11pt]{book}
%---------------------------------- %
\usepackage[fleqn]{amsmath} %
\usepackage{amsthm} %
\usepackage[explicit]{titlesec}
\usepackage{titletoc} %
\usepackage[nottoc]{tocbibind} %
\usepackage[english]{babel} %
\usepackage{libertine} %

\begin{document}

\noindent How can I format the title "Bibliography" below

with say, libertineSB, fontsize {12}, {14}\hspace{1.4pt}?

\vspace{4pt}
\noindent There will be about 15 book titles in the list.

\begin{thebibliography}{99}

\bibitem {ref_01} Author 1\hspace{1.1pt}; \hspace{2.0pt}Book 1\hspace{0.7pt},  \hspace{1.0pt}first edition, 2018\hspace{1.0pt}.

\bibitem {ref_02} Author 2\hspace{1.1pt}; \hspace{2.0pt}Book 2\hspace{0.7pt},  \hspace{1.0pt}first edition, 2020\hspace{1.0pt}.

\bibitem {ref_03} Author 3\hspace{1.1pt}; \hspace{2.0pt}Book 3\hspace{0.7pt},  \hspace{1.0pt}first edition, 2022\hspace{1.0pt}.

\end{thebibliography}

\end{document}

答案1

\renewcommand{\bibname}{\libertineSB{\fontsize{12.25}{15}\selectfont{参考文献\vspace{3.2pt}}} \begin{thebibliography}{10}

相关内容