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
 %%%%%%%% @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

latex beamer幻灯片生成参考文献列表及参考文献图标


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM