I am writing a paper for a conference that follows ACL formatting, but I have not been able to use the .bib file I created which uses the BibTex format for citations. It seems to have its own citation style. I thought BibTex is something that everyone follows. Am I missing something here?
Conference style link: https://emnlp2015-website.herokuapp.com/submissions.html
I am using:
\documentclass[11pt,a4paper]{article}
\usepackage{acl2015}
acl.bst) you have given no indication of your input or what error message you got so it is impossible to help. – David Carlisle Jul 02 '15 at 17:40\bibliographystyle{acl}and a reference to your.bibfile via\bibliography{mybibfile}, then compile as in http://tex.stackexchange.com/q/63852/15925. The template file has these commands commented out and the contents of the compiled bibliography included instead. – Andrew Swann Jul 03 '15 at 07:30