参考文献のフォントを変更したい(パッケージを使用natbib
)。いくつかの解決策を見つけましたここ。私の場合はうまくいきましたが、テキスト サイズ (例:\small
または10pt
) が参考文献の前にテキストとして表示され始めました。このテキストを削除したいと思います。解決策 1:
{\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年)。小さい
文献