Difference between revisions of "Adding ACL Style Citations"

From CompSemWiki
Jump to navigationJump to search
(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...")
 
 
Line 5: Line 5:
 
* 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/ .
 
* 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:
 
* In the beginning of your LaTeX file, where you use packages, you'll want this line:
   <code>\usepackage[square]{natbib}</code>
+
   <code>\usepackage[round]{natbib}</code>
 
* In your bibliographystyle command at the end put:
 
* In your bibliographystyle command at the end put:
 
   <code>\bibliographystyle{plainnat}</code>
 
   <code>\bibliographystyle{plainnat}</code>
  
 
For more information on natbib read the [http://merkel.zoneo.net/Latex/natbib.php reference guide].
 
For more information on natbib read the [http://merkel.zoneo.net/Latex/natbib.php reference guide].

Latest revision as of 13:01, 12 October 2010

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[round]{natbib}
  • In your bibliographystyle command at the end put:
 \bibliographystyle{plainnat}

For more information on natbib read the reference guide.