我正在准备申请 NSF GRFP,我正在检查以确保我的研究计划符合他们的标准。查看后发现,LaTeXthebibliography
环境在参考文献部分使用的字体似乎略小。我将文档设置为 12 号字体,但参考文献部分的字体看起来明显小得多。这是thebibliography
应该的工作方式吗?我如何才能知道字体有多小?(我正在使用,amsart
如果有帮助的话。)
答案1
由于您正在使用amsart
,因此您可以使用单个命令调整参考书目中的字体大小:
\renewcommand{\bibliofont}{<desired font size>}
默认设置为 \newcommand{\bibliofont}{\footnotesize}
。如果您想要与主文本相同的大小类型,那么\normalsize
就是您应该指定的。
答案2
文档amsart
类提供说明
\newcommand{\bibliofont}{\footnotesize}
并设置thebibliography
环境如下:
\newenvironment{thebibliography}[1]{%
...
\bibliofont % switch to footnote-size text
...
还amsart
提供说明
\def\footnotesize{\Small}
最后,如果主文档的字体大小为12pt
,\Small
则结果为10pt
。
答案3
在你的序言中尝试这个命令:
\makeatletter
\def\printfontsize{Fontsize=\f@size}
\makeatother
然后,在参考书目中的某个项目或您想要查找大小的其他位置使用命令 temporary。您可以将其设为红色以便于查找,例如:
\makeatletter
\def\printfontsize{{\color{red}Fontsize=\f@size}}
\makeatother
然后在打印的参考书目中,您将看到使用该\printfontsize
命令的每个地方的字体大小,因为可能有人更改了标题或作者等的字体大小