natbib의 \citep이 제대로 작동하지 않습니다.

natbib의 \citep이 제대로 작동하지 않습니다.

overleaf를 사용하면 natbib의 \citep이 작동하지 않습니다. 내 코드의 일부:

\documentclass[9pt, a4paper]{article}

    % standard packages
    \usepackage{titlesec,color,rotating,booktabs,graphicx,natbib}    % standard packages
    \usepackage[usenames,dvipsnames,svgnames,table]{xcolor}          % extra colors 
    
    \usepackage{blindtext}
    % PAGE MARGINS
    \usepackage[top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm]{geometry}
    
    % FONT (similar to Verdana)
    \usepackage[lf]{berenis}
    \renewcommand*\familydefault{\sfdefault} 
    \usepackage[T1]{fontenc}
    % for other fonts, and how to install them, see the LaTeX Font Catalogue:
    % http://www.tug.dk/FontCatalogue/
    
    % LINE SPACE
    \linespread{1.1}                          % more space between lines
    \setlength{\parindent}{5mm}               % indenting first line paragraph
    
    % HYPHENATION (afbreekstreepjes)
    \usepackage[english]{babel}                                      % correct hyphenation (afbreekstreepjes)
    % set words that are not abbreviated correctly  (expand list when necessary)
    \hyphenation{catch-ment areas a-na-lyse}
    
    % Blue headers
    %\definecolor{wurblue}{cmyk}{1.0,0,0,0.58}
    \usepackage{sectsty}
    \allsectionsfont{\color{CornflowerBlue}}
    
    \renewcommand{\arraystretch}{1.5}
    
    
    \begin{document}
        
    
    \section{Problem description}
     \citep{PlasticFate}.
    
    \\\
    
    \renewcommand{\bibname}{References} 
    \bibliographystyle{elsart-harv}
    \bibliography{referencesthesis}
     \end{document}

나는 이미 모든 것을 여러 번 다시 컴파일하려고 시도했지만 성공하지 못했습니다.

답변1

오타인 것 같습니다. elsart-harv.bst내 시스템에는 없지만elsarticle-harv.bst

나는 Overleaf를 사용하지 않기 때문에 bibtex 오류가 어떻게 표시되는지는 모르지만 일반적으로 컴파일 오류를 무시하지 않습니다( bibtex여기서는 컴파일의 보조 도구입니다).

관련 정보