將bib文件命名為ref.bib
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%% @Description:
%%%%%%%% @Version: 1.0
%%%%%%%% @Author: RankFan
%%%%%%%% @Date: 2021-05-30 22:08:12
%%%%%%%% @LastEditors: RankFan
%%%%%%%% @LastEditTime: 2021-05-31 08:44:41
%%%%%%%% @Copyright (C) 2021 RankFan. All rights reserved.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{natbib}
\setcitestyle{authoryear,round}
\usepackage[UTF8,hyperref]{ctex}
\usepackage[left=2cm,right=2cm,top=2.5cm,bottom=3cm]{geometry} % 頁面邊距
\hypersetup{ colorlinks,citecolor=blue,linkcolor=blue,urlcolor=red,
bookmarks, bookmarksnumbered,
unicode = true }
\title{Midas Model}
\author{RankFan}
\begin{document}
\maketitle
\section{Model}
\cite{鄭挺國2013中國經濟周期的混頻數據測度及實時分析}
\bibliographystyle{plainnat}
\bibliography{ref}
\end{document}
Visual Studio Code (vscode)配置LaTeX - Ali-loner的文章:https://zhuanlan.zhihu.com/p/166523064
Latex-bibliographystyle參考文獻風格介紹(按照姓氏排序)
Natbib bibliography styles