q******c 发帖数: 16 | 1 我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请
高手赐教,谢谢。下面是文件的基本信息
\documentclass[12pt, titlepage, openany, reqno]{amsbook}
\usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure}
\usepackage{cmbright}
\input{dissertation.sty} %university's style file
\begin{document}
%include chapters here
\backmatter
\bibliographystyle{amsplain}
\bibliography{refer}
\end{document} | a**e 发帖数: 5794 | 2 amsplain.bst里大概有意设置成这样的
【在 q******c 的大作中提到】 : 我的文件编译后发现参考文献中的字体比正文的小,实在是找不到问题出在哪里。恳请 : 高手赐教,谢谢。下面是文件的基本信息 : \documentclass[12pt, titlepage, openany, reqno]{amsbook} : \usepackage{amsmath, amsfonts,amsthm, amssymb, amscd, graphicx, subfigure} : \usepackage{cmbright} : \input{dissertation.sty} %university's style file : \begin{document} : %include chapters here : \backmatter : \bibliographystyle{amsplain}
| q******c 发帖数: 16 | 3 那有没有办法改?
谢谢
【在 a**e 的大作中提到】 : amsplain.bst里大概有意设置成这样的
| g*********r 发帖数: 124 | 4 参考文献字体的设置一般和 .bst 文件没有关系,而是通过 .cls 文件修改。
具体到你的问题,在导言区加入:
\renewcommand{\bibliofont}{\normalsize}
【在 q******c 的大作中提到】 : 那有没有办法改? : 谢谢
| q******c 发帖数: 16 | 5 谢谢!这样做字体就一致了。
【在 g*********r 的大作中提到】 : 参考文献字体的设置一般和 .bst 文件没有关系,而是通过 .cls 文件修改。 : 具体到你的问题,在导言区加入: : \renewcommand{\bibliofont}{\normalsize}
|
|