kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
820 stars 392 forks source link

BibTeX bibliography style: econometrica #252

Open bartmnli opened 1 year ago

bartmnli commented 1 year ago

Hi,

Thanks a lot for the great thesis template. I am trying to use the econometrica bibliography style but always end up getting ? in the text where the citations are. I am using Overleaf and have used this style in Overleaf for my other articles before. Thanks!

https://www.bibtex.com/s/bibliography-style-economic-econometrica/

% ** Bibliography ** \begin{spacing}{0.9}

% To use the conventional natbib style referencing % Bibliography style previews: http://nodonn.tipido.net/bibstyle.php % Reference styles: http://sites.stat.psu.edu/~surajit/present/bib.htm

%\bibliographystyle{apalike} %\bibliographystyle{unsrt} % Use for unsorted references
%\bibliographystyle{plainnat} % use this to have URLs listed in References

\bibliographystyle{econometrica} \cleardoublepage \bibliography{References/references} % Path to your References.bib file

% If you would like to use BibLaTeX for your references, pass `custombib' as % an option in the document class. The location of 'reference.bib' should be % specified in the preamble.tex file in the custombib section. % Comment out the lines related to natbib above and uncomment the following line.

%\printbibliography[heading=bibintoc, title={References}]

\end{spacing}