
저는 연구 보고서를 작성 중인데 다음과 같은 문제가 있습니다. 참고 자료에 해당 논문에 대한 arxiv 링크가 있도록 ArXiv의 기사를 인용해야 합니다.
여기 내 코드가 있습니다
\documentclass[11pt]{amsart}
%\documentclass[16pt]{report}
\usepackage[a4paper,text={16.5cm,25.2cm},centering]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{amsfonts}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{lipsum}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{nccmath}
\usepackage{dsfont}
\usepackage{cancel}
\usepackage{mathtools}
\usepackage{setspace}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\onehalfspacing
%\doublespacing
\usepackage{etoolbox}
\makeatletter
% change title size
\patchcmd{\@maketitle}{\normalsize}{\Large}{}{}
% change author size
\patchcmd{\@setauthors}{\MakeUppercase {\authors }}{\MakeUppercase{\large\authors}}{}{}
% change section title size
\patchcmd{\section}{\normalfont}{\normalfont\large}{}{}
\makeatother
\newcommand{\RN}[1]{%
\textup{\uppercase\expandafter{\romannumeral#1}}%
}
\newenvironment{claim}[1]{\par\noindent\underline{Claim:}\space#1}{}
\newenvironment{claimproof}[1]{\par\noindent\underline{Proof:}\space#1}{\hfill $\blacksquare$}
\numberwithin{equation}{section}
\newtheorem*{remark}{Remark}
\newtheorem{theorem}{Theorem}[section]
\title{\textbf{Research Statement}}
\author{Agent Smith}
\date{}
\begin{document}
\maketitle
\large
In \cite{https://doi.org/10.48550/arxiv.2209.04932}
\bibliographystyle{plain}
\bibliography{refref.bib}
\end{document}
이 코드를 컴파일하면 다음이 표시되며 참조에는 arxiv 링크가 없습니다.
refref.bib 파일의 내용은 아래 arxiv에서 내보낸 내용입니다. 저는 Overleaf의 고급 사용자는 아니지만 해당 문제를 해결하는 방법을 설명해 줄 수 있는 사람이 있습니까? 비슷한 질문을 검색하고 뭔가를 시도했지만 도움이 되지 않았습니다.
정말 감사합니다!
@misc{https://doi.org/10.48550/arxiv.2209.04932,
doi = {10.48550/ARXIV.2209.04932},
url = {https://arxiv.org/abs/2209.04932},
author = {Gowers, W. T. and Karam, Thomas},
keywords = {Combinatorics (math.CO), Number Theory (math.NT), FOS: Mathematics, FOS: Mathematics, 11T06 (Primary) 11B30, 15A69 (Secondary)},
title = {Equidistribution of high-rank polynomials with variables restricted to subsets of $\mathbb{F}_p$},
publisher = {arXiv},
year = {2022},
copyright = {Creative Commons Attribution 4.0 International}
}