完整引文标注将以蓝色超链接标记

完整引文标注将以蓝色超链接标记

我正在使用 overleaf 撰写论文。目前,引文标注仅显示出版年份的超链接和蓝色。例如,我希望将完整的引文显示为蓝色——Smith 等人 2022应该完全是超链接和蓝色的;然而,目前只有2022具有这些属性。

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{outlines}
\usepackage{dirtytalk}
\usepackage{latexsym}
\usepackage{tabularx}
\usepackage{amsmath}
\usepackage{booktabs,caption}
\usepackage[hidelinks,colorlinks=true,linkcolor=blue,citecolor=blue]{hyperref}
\usepackage{longtable}
\usepackage{lscape}
\usepackage{multirow}
\usepackage{appendix}
\usepackage[para,online,flushleft]{threeparttable}
\usepackage[affil-it]{authblk}
\usepackage[usenames,dvipsnames]{xcolor}
\usepackage[a4paper]{geometry} 
\renewcommand{\baselinestretch}{1.5}  
\usepackage[pdftex]{graphicx}
\usepackage{rotating}

\usepackage{url}
\renewcommand{\baselinestretch}{1.5}
\usepackage[backend=biber,style=apa,sorting=none]{biblatex}
\addbibresource{bibliography.bib} 


\begin{document}

I think that the whole citation of \cite{smith2022overleaf} should be in blue and hyperlinked, not just 2022.


\printbibliography
\appendix

相关内容