其他分享
首页 > 其他分享> > LaTeX bib 引用为 作者 + 年份

LaTeX bib 引用为 作者 + 年份

作者:互联网

将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
 %%%%%%%% @Email: 1917703489@qq.com
 %%%%%%%% @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}

标签:%%%%%%%%,LaTeX,年份,usepackage,blue,bib,RankFan,2021
来源: https://www.cnblogs.com/RankFan/p/14829925.html