참고문헌의 글꼴을 변경하고 싶습니다(패키지 사용 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). 작은
서지