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