首页 > 其他 > 详细

LaTeX bib 引用为 作者 + 年份

时间:2021-05-31 12:21:19      阅读:26      评论:0      收藏:0      [点我收藏+]

将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 bib 引用为 作者 + 年份

原文:https://www.cnblogs.com/RankFan/p/14829925.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!