Adding ACL Style Citations
From CompSemWiki
Jump to navigationJump to searchThis information has been extracted from past e-mails by Jinho Choi and Kevin Cohen.
It turns out that the ACL .bib file won't work with the CU dissertation template. To work around this limitation do the following:
- Ensure your tex installation has natbib.sty and plainnat.bst. If not download them from http://www.ctan.org/tex-archive/macros/latex/contrib/natbib/ .
- In the beginning of your LaTeX file, where you use packages, you'll want this line:
\usepackage[round]{natbib}
- In your bibliographystyle command at the end put:
\bibliographystyle{plainnat}
For more information on natbib read the reference guide.