我想更改參考書目的字體(使用 package natbib
)。我找到了一些解決方案這裡。他們為我工作,但文字大小(例如:\small
或10pt
)開始在參考書目之前顯示為文字。我想把這段文字去掉。解決方案一:
{\footnotesize small
\bibliography{references}}
解決方案2:
\def\bibfont{\footnotesize 10pt}
最小程式碼:
\documentclass[a4paper,12pt, english]{article}
\usepackage{natbib}
\bibliographystyle{abbrvnat}
\setcitestyle{authoryear,open={(},close={)}}
\usepackage[nottoc]{tocbibind}
\begin{document}
\tableofcontents
\newpage
\section{Intoduction}
\citep{Moran2008}.
{\footnotesize small
\bibliography{references}}
\end{document}
輸出文件的一部分:
1 簡介
(莫蘭等人,2008)。小的
參考書目