natbibs \citep funktioniert nicht richtig

natbibs \citep funktioniert nicht richtig

Bei Verwendung von overleaf funktioniert natbibs \citep nicht. Teil meines Codes:

\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}

Ich habe bereits mehrfach versucht, alles neu zu kompilieren, jedoch ohne Erfolg.

Antwort1

Das scheint ein Tippfehler zu sein. Ich habe keine elsart-harv.bstauf meinem System, aber ich habeelsarticle-harv.bst

Ich verwende Overleaf nicht und weiß daher nicht, wie es Bibtex-Fehler anzeigt, aber im Allgemeinen sollten Kompilierungsfehler niemals ignoriert werden ( bibtexhier ist ein Hilfstool für die Kompilierung).

verwandte Informationen