amsart 课程中参考文献部分的字体大小是多少?

amsart 课程中参考文献部分的字体大小是多少?

有人知道课堂上参考文献部分的默认字体大小amsart是多少吗?

答案1

环境thebibliography使用默认为 的宏amsart。以下是来自 的相关代码片段:\bibliofont\footnotesizeamsart.cls

\newcommand{\bibliofont}{\footnotesize}
\newcommand{\@bibtitlestyle}{%
  \@xp\section\@xp*\@xp{\refname}%
}
\newenvironment{thebibliography}[1]{%
  \@bibtitlestyle
  \normalfont\bibliofont\labelsep .5em\relax
  \renewcommand\theenumiv{\arabic{enumiv}}\let\p@enumiv\@empty
  \list{\@biblabel{\theenumiv}}{\settowidth\labelwidth{\@biblabel{#1}}%
    \leftmargin\labelwidth \advance\leftmargin\labelsep
    \usecounter{enumiv}}%
  \sloppy \clubpenalty\@M \widowpenalty\clubpenalty
  \sfcode`\.=\@m
}{%
  \def\@noitemerr{\@latex@warning{Empty `thebibliography' environment}}%
  \endlist
}

相关内容