My files are in Overleaf online service.
I installed JabRef locally and make my .bib file in BibTex format.
To be able to have my references in Surname Ini.(name) format, I am trying to use apalike to have surname first and name initial.
I tried that:
Code: Select all
\usepackage{apalike}
\usepackage{natbib}
Code: Select all
/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty:637:
LaTeX Error: Command \bibhang already defined.
Code: Select all
\usepackage{apalike}
\let\bibhang\relax
\usepackage{natbib}
Code: Select all
./proposal.aux:56:
Package natbib Error: Bibliography not compatible with author-year citations.
I have some Misc references that refer to URLs. Is it possible they make the problem?
Any ideas what to do?
Thanks