Adding ACL Style Citations

From CompSemWiki
Revision as of 16:19, 10 October 2010 by Leebecker (talk | contribs) (Created page with "This 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 a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This 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:

 \usepackage[square]{natbib}
  • In your bibliographystyle command at the end put:
 \bibliographystyle{plainnat}

For more information on natbib read the reference guide.