TransWikia.com

Author names are being replaced by lines in natbib using aer style

TeX - LaTeX Asked by John-Henry on September 25, 2021

I’m having a dashed line issue using natbib and having replaced with a dashed line. This is similar to previously posted issues (see 1, 2, 3, 4) but none of these are in aer style specifically. How can I stop dashed lines from showing up in my references? dashed=false does not work for me.

documentclass[12pt]{article}
usepackage{times}

usepackage[]{natbib}
usepackage{booktabs,caption,fixltx2e}
usepackage[margin=1in]{geometry}
usepackage{filecontents}
begin{filecontents}{mini.bib}
@unpublished{bgs2015mac,
  title={Memory, Attention and Choice},
  author={Bordalo, Pedro and Gennaioli, Nicola and Shleifer, Andrei},
  note={Mimeo, Harvard University},
  year={2017}
}

@unpublished{bgs2019mac,
  title={Memory, Attention and Choice},
  author={Bordalo, Pedro and Gennaioli, Nicola and Shleifer, Andrei},
  note={Mimeo, Harvard University},
  year={2020}
}

end{filecontents}


raggedbottom
%input{tcilatex}
begin{document}

title{textbf{My Paper Title} 
bigskip }

maketitle


nocite{*} 

bibliographystyle{aer}
bibliography{mini}

end{document}

produces:
enter image description here

One Answer

This can be solved by using the closely related AER argument of the AEA document class

documentclass[AER]{AEA} %%% change here
usepackage{times}

...

bibliographystyle{aea}  %% change here
bibliography{mini}

end{document}

enter image description here

Correct answer by John-Henry on September 25, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP